[Live-devel] how to know if RTP packets dropped

2010-07-08 Thread Vincent Chen
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

[Live-devel] question for RTSP/RTP sequence number

2009-09-23 Thread Vincent Chen
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

Re: [Live-devel] rtsp response problem

2009-08-20 Thread Vincent Chen
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

[Live-devel] rtsp response problem

2009-08-18 Thread Vincent Chen
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: ---