Re: [Live-devel] Packet loss in case of high bit rate mpeg4 streams

2007-10-12 Thread Nitin Jain
Finlayson Sent: Thursday, October 11, 2007 8:04 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Packet loss in case of high bit rate mpeg4 streams As you've noted/realized, any packet loss - other than network packet loss - that occurs in a system that uses

Re: [Live-devel] Packet loss in case of high bit rate mpeg4 streams

2007-10-11 Thread Ross Finlayson
As you've noted/realized, any packet loss - other than network packet loss - that occurs in a system that uses our code *must* be the fault of insufficient buffering inside the OS. I.e., this is an OS problem, and any fix/workaround needs to address this. Unfortunately there is no good way fo

Re: [Live-devel] Packet loss in case of high bit rate mpeg4 streams

2007-10-11 Thread David Betrand
Hi Ross, hi Nitin, I am also experimenting packet lost or malformed packets when I use high bitrate clips and rtp over tcp streaming transport. When I turn on the DEBUG mode, I noticed that sendRTPoverTCP generally returns "failed" status. The errno is set to EAGAIN (or EWOULDBLOCK) and is not

Re: [Live-devel] Packet loss in case of high bit rate mpeg4 streams

2007-10-11 Thread Nitin Jain
e-devel] Packet loss in case of high bit rate mpeg4 streams >We further observed that there is no packet loss on the server side >if we use testOnDemandRTSPServer.cpp demo program to stream high bit >rate mpeg4 elementary stream as compared to RTSP LIVE555MediaServer >program for the sam

Re: [Live-devel] Packet loss in case of high bit rate mpeg4 streams

2007-10-08 Thread Ross Finlayson
>We further observed that there is no packet loss on the server side >if we use testOnDemandRTSPServer.cpp demo program to stream high bit >rate mpeg4 elementary stream as compared to RTSP LIVE555MediaServer >program for the same. So what could be the possible reason for this >behavior when bot

Re: [Live-devel] Packet loss in case of high bit rate mpeg4 streams

2007-10-08 Thread Nitin Jain
Hi Ross, We further observed that there is no packet loss on the server side if we use testOnDemandRTSPServer.cpp demo program to stream high bit rate mpeg4 elementary stream as compared to RTSP LIVE555MediaServer program for the same. So what could be the possible reason for this behavior when