I am using RTSP to receive RTP packets and found some video is not smooth
enough.
So I am wondering if any RTP packets get dropped or not, it there any
function or callback I can know??
thanks :)
___
live-devel mailing list
live-devel@lists.live555.com
My client receives RTP stream from Server and stream sometime get
"shatterd".
And I found my client have packet loss because I print out the RTP sequence
number in MultiFramedRTPSource.cpp and the numbers are not continous
so I have following questions for RTP sequence number:
1. does livemedia ha
e same time.
so my solution is to create a task, such as:
env->taskScheduler().scheduleDelayedTask();
And it work fine.
I hope my conclusion is right :-)
2009/8/18 Vincent Chen
> Hi,
>
> I am developing a RTSP Client, and have problem sending SETUP or PLAY
> command to s
Hi,
I am developing a RTSP Client, and have problem sending SETUP or PLAY
command to server with RTSPClient::setupMediaSubsession() and
RTSPClient::playMediaSubsession().
If I get the SDP from server as the following message:
---