[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

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.