Re: [Live-devel] openRTSP

2010-03-05 Thread Ross Finlayson
For the first track the client port numbers proposed are "39616-39617" and the server port numbers are "6970-6971". For the second stream, the client port numbers are also "39616-39617", but now the server port numbers are "6972-6973" OK, the problem is that the *client* port numbers are the sam

Re: [Live-devel] MPEG2 indexer with DVD

2010-03-05 Thread Ross Finlayson
I have a VOB files from a DVD and I extract the video stream in a TS directly with TsMuxer (audio is not mpega, so I strip it away). I pass the resulting TS in the MPEG2 indexer, but the tsx files remains at zero KB. Please put this TS file on a publically-accessible web (or FTP) server, and p

[Live-devel] Where to register the file extension name in Live555

2010-03-05 Thread Live Media Server
Hi We are trying to enhance the live 555 code to stream MP4 . We have developed the *parser* for it. Please tell us, where to register the extension name .MP4 (the file which registers the extensions). Kindly guide us how to proceed further. When i try to extend the if else loop which checks for ex

[Live-devel] MPEG2 indexer with DVD

2010-03-05 Thread nilremm
Hi, I have a VOB files from a DVD and I extract the video stream in a TS directly with TsMuxer (audio is not mpega, so I strip it away). I pass the resulting TS in the MPEG2 indexer, but the tsx files remains at zero KB. If I transcode the file with VLC (VOB to TS) and then pass the transcoded

[Live-devel] MediaSession:Initiate 5 second delay

2010-03-05 Thread Luc Roels
Hi, I found out the reason of the 5 second delay. It's coming from the ourIPAddress() function in GroupsockHelper.cpp where a multicast packet is sent to determine the source address. This sometimes seems to fail so the readSocket function hangs for 5 seconds. The reason it fails is probabl