[Live-devel] testMPEG1or2AudioVideoToDarwin.exe problem....
Ross Finlayson
finlayson at live.com
Thu Jul 22 12:56:55 PDT 2004
>actually i want to modify this program
Have fun. (Note, though, that in general, you can't expect a great deal of
free support once you make modifications to the supplied code.)
>i want to even eliminate RTCP
>module do u think this is advisable
No. RTCP is a required part of the RTP standard. Implementing it is easy
- just call "RTCPInstance:createNew()", as shown in the test programs.
>.i have on more doubt once i modify it to stream only text do I
>have to make changes appropiately in SDP file
Yes. More precisely, you'll need an appropriate "RTPSink" (probably
"SimpleRTPSink"), from which the SDP will be generated automatically.
>...does Darwin check the SDP file m varaible and see
>if it is getting the right media as specified in SDP file....
Darwin doesn't 'check' the SDP; it just passes it through to (media player)
clients. However, these clients won't work correctly if the SDP is not
correct.
Ross Finlayson
LIVE.COM
<http://www.live.com/>
More information about the live-devel
mailing list