Re: [Live-devel] Pipe streaming - read freeze

2016-08-04 Thread Ross Finlayson
I’m not sure I totally understand your question/problem, but I think you'll need to implement your own input device C++ class (a subclass of “FramedSource”), rather than simply using “ByteStreamFileSource”, as you’re probably doing now. In particular, you will probably need to implement your ow

Re: [Live-devel] Pipe streaming - read freeze

2016-07-27 Thread bearded_admin
Thanks for your answer, but I mean another problem which appears because of using unix pipeline. Lock on my side, while live555 doesn’t open pipe for reading.  In mkfifo docks:«However, it has to be open at both ends simultaneously beforeyou can proceed to do any input or output operations on it.  

Re: [Live-devel] Pipe streaming - read freeze

2016-07-20 Thread Ross Finlayson
> When I run code testOnDemandRTSPServer for live h264 streaming (read data > from linux pipe), streaming stops until at least one client not connected. My > app opens pipe to writing, after that Live555 doesn’t open pipe for reading > while no clients connected. Thats why my app freezes. So, ho

[Live-devel] Pipe streaming - read freeze

2016-07-17 Thread bearded_admin
Hi,When I run code testOnDemandRTSPServer for live h264 streaming (read data from linux pipe), streaming stops until at least one client not connected. My app opens pipe to writing, after that Live555 doesn’t open pipe for reading while no clients connected. Thats why my app freezes. So, how I can