[Live-devel] h263/mpeg4 streaming to nokia phones?
Ross Finlayson
finlayson at live555.com
Thu Jul 27 02:17:15 PDT 2006
> > Are you sure that RTP/RTCP packets sent by server arrive to client? Most
>> problably they are dropped by your provider. Without them nothing can be
>> played. RTSP(tcp) is used only to start and control the stream and
>>seems to work,
>> but the true stream is in RTP(udp) packets, and RTCP(udp) is used
>>to provide quality
>> information of the RTP flow.
>>
>well, I'm not sure.. and I'm not sure either how to check this..
>any ideas?
Check whether "MultiFramedRTPSource::networkReadHandler()" ever gets
called. If it doesn't, then no RTP packets are arriving.
More information about the live-devel
mailing list