Re: [Live-devel] Video Delay in Live Video Streaming

2012-07-18 Thread Ross Finlayson
First, you should instead consider using the existing (open source) VLC media player , which also uses our libraries for its RTSP client implementation. The increasing delay that you are seeing is unlikely to be due to a problem with our libraries. One possible ca

[Live-devel] Video Delay in Live Video Streaming

2012-07-18 Thread Abhishek Madaan
Hi,   I am showing a H.264 stream using live555 library. The H.264 data is coming over RTSP. Once I receive the data, I decode the H.264 data using FFMPEG library. I am able to get video out of the camera and able to view it in a MFC GUI application. The only problem is that there is a delay

Re: [Live-devel] Issue with proxyserver and multiple clients

2012-07-18 Thread Ross Finlayson
Just now I tried running the proxy server on a Windows computer, and couldn't reproduce the problem. So unfortunately I'm completely out of ideas... Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lis

Re: [Live-devel] Issue with proxyserver and multiple clients

2012-07-18 Thread Ross Finlayson
Thanks for the debugging log. Unfortunately I still can't figure out why the arrival of a second client could be causing the proxy to stop delivery to the first one. The only thing I can think of right now is that it might be some (unknown) issue that's specific to Windows, and that perhaps if

Re: [Live-devel] Issue converting H.264 with EOS NALU to MPEG-TS

2012-07-18 Thread Ross Finlayson
Thanks for the report. I've just installed a new version - 2012.07.18 - of the "LIVE555 Streaming Media" code that should fix this problem. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live55

Re: [Live-devel] Add 454 (Session Not Found) handler to RTSPServer

2012-07-18 Thread Ross Finlayson
Yes, I'll be doing something like this when I update the server to handle multiple TCP connections per session. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com

Re: [Live-devel] save the live video to local video

2012-07-18 Thread Ross Finlayson
> Howerver, for example, phone A start to live at time 00:00:00, phone B start > to play the video at 00:10:00, that cause the test.ts file only save the ts > packets from 00:10:00, the before 10 minites packets lost That's correct. The server doesn't start reading from the stream's input s

[Live-devel] Issue converting H.264 with EOS NALU to MPEG-TS

2012-07-18 Thread Mcnamara, JohnX
Hi Ross, Following on from an earlier post in relation to H264VideoStreamParser: http://lists.live555.com/pipermail/live-devel/2012-June/015350.html The fix provided worked for all the cases that I tested at the time but I recently encountered some other files where the H.264 stream was trunca

[Live-devel] Add 454 (Session Not Found) handler to RTSPServer

2012-07-18 Thread Lionel Orry
Hi list, here is a patch suggesting the addition of a handler for the RTSP/1.0 454 status code. I've also replaced the '405 Not Allowed' response on a missing media session by this one which seems more appropriate in this case. Remark: it may be interesting to validate at the beginning of RTSPSe

[Live-devel] save the live video to local video

2012-07-18 Thread Yuan, Chao (Chao)** CTR **
Hi,all One phone (we can call phone A) send live ts packets to live555 server, phone B can play the live ts packets form the live555 server, On the server, live555 can save the ts packets that from phone A to a local file: test.ts With the help of Ross, I use a StreamReplicator, class modifiedM

Re: [Live-devel] Enhancements in some RTSP fields detection

2012-07-18 Thread Ross Finlayson
> I am also very interested in the resolution of the issue regarding > independence of RTSP sessions wrt TCP connections, as described by Ralf > Globisch earlier this month. This is a high-priority issue for me also, and it will be fixed soon. Stay tuned... Ross Finlayson Live Networks, Inc. ht

Re: [Live-devel] Enhancements in some RTSP fields detection

2012-07-18 Thread Lionel Orry
On Tue, 2012-07-17 at 15:10 -0700, Ross Finlayson wrote: > > please find attached a patch to improve the parsing/detection of > > some > > RTSP fields to attempt to be closer to the behaviour expected by the > > RFC. > > > > > OK, thanks. This change will be included in the next release of the