[Live-devel] RTP streaming only
Ross Finlayson
finlayson at live555.com
Sun Feb 26 18:38:12 PST 2006
>Is there a way to establish RTP only stream without RTCP or RTSP ?
Look at the code for the various "test*Streamer" demo
applications. These stream via multicast, and (in most cases) have
built-in RTSP servers only as an option (i..e, not enabled by default).
To omit RTCP, just leave out the calls to
"RTCPInstance::createNew()". Note, though, that without RTCP,
receivers won't be able to get time-synchronized presentation times,
so if you are streaming separate audio and video RTP streams, it will
be impossible for receivers to synchronize them.
Ross Finlayson
Live Networks, Inc. (LIVE555.COM)
<http://www.live555.com/>
More information about the live-devel
mailing list