Comments
www.packetizer.com/rfc/rfc4585
Posted by crouse
Yes RTCP can be optionally used instead of RTP. If you use manual unicast (just send rtp from the broadcaster/encoder
to the server) then rtcp isn't required between the broadcaster/encoder
and the server. But for Announced unicasts use rtcp: This allows the server to tear down the connection and delete the sdp file when connectivity with the broadcaster is interrupted. You can reflect the manual unicast from the streaming server by placing a valid sdp file on the server. This is a static sdp file that won't disappear when the broadcaster/encoder
stops sending.
Posted by sagitraz
Can optionally be used with RTP to provide measurements and logical management of RTP sessions.
Posted by snjysanjay05