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
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
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
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
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