Re: [Live-devel] RTSPServer crash with simultaneous identical requests

2011-06-14 Thread Ross Finlayson
Thanks again for reporting this bug. I have identified and fixed (I hope) a 'race condition' that was causing this problem. It affected streaming both H.264 video files (your example), and MPEG-4 video files. The latest release - 2011.06.14a - of the "LIVE555 Streaming Media" code fixes thi

Re: [Live-devel] RTSPServer crash with simultaneous identical requests

2011-06-12 Thread Ross Finlayson
So we ran testOnDemandRTSPServer with some of the videos you supply for tests and created a simple shell script with the following lines for the clients: #!/bin/sh ./openRTSP -F "0-" rtsp://127.0.0.1:8554/h264ESVideoTest > openRTSP-0.log 2>&1 & ./openRTSP -F "1-" rtsp://127.0.0.1:8554/h264ESVid

[Live-devel] RTSPServer crash with simultaneous identical requests

2011-05-03 Thread Bruno Abreu
Hello, we've been using the RTSPServer to stream both live and stored video. Because of our client's specific needs, particularly when asking for stored videos, sometimes we get identical requests from 2 clients simultaneously (i.e. a few milliseconds apart) and, whenever that happens, the serve