Re: [Live-devel] RTSPServer crash

2013-01-03 Thread Ross Finlayson
Chris, Thanks for the report. I've just installed a new version - 2013.01.04 - that includes this fix. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailm

[Live-devel] RTSPServer crash

2013-01-03 Thread Chris Richardson (WTI)
Hi Ross, I have a seen a crash in RTSPServer that I can reproduce using QuickTime, and I have attached a patch that fixes it. This has been tested using version 2013-01-03 of the LIVE555 libraries with zero modifications. Here are steps to reproduce: 1. Set QuickTime to use HTTP as

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