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