服务中的流缓冲引擎

发布于 2024-12-09 00:16:17 字数 264 浏览 0 评论 0原文

我正在尝试编写一个使用流缓冲区引擎进行后台录制的服务。 GUI 可以连接或断开服务以随时查看流。我让录制“服务”在非服务可执行文件中工作,但是当它作为服务运行时,GUI 中的 StreamBufferSource 过滤器会收到另一个进程已打开文件的错误。使用 ProcMon 我可以看到它是它所阻塞的备份文件之一。在我当前的测试中,服务和 GUI 正在我的帐户下运行。我在服务和客户端中调用 IStreamBufferConfigure3::SetNamespace(NULL) 。

有什么想法吗?

I am trying to write a service which use the Stream Buffer Engine to do background recording. A GUI can connect and disconnect from the service to view the stream at anytime. I have the recording "service" working in a non-service executable, but when it runs as an service, the StreamBufferSource filter in the GUI gets the error that another process has the file opened. Using ProcMon I can see that it is one of the backing files that it is choking on. In my tests currently, the service and GUI are running under my account. I am calling IStreamBufferConfigure3::SetNamespace(NULL) in both the service and the client.

Any thoughts?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文