开发者

Stream Buffer Engine in a service

开发者 https://www.devze.com 2023-04-12 05:27 出处:网络
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 \"serv

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 accou开发者_如何学编程nt. I am calling IStreamBufferConfigure3::SetNamespace(NULL) in both the service and the client.

Any thoughts?

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号