Displaying 1 result from an estimated 1 matches for "rtp_ttl".
Did you mean:
ipt_ttl
2004 Aug 06
0
[RFC] RTP support
...I first implemented it
in icecast1 and it worked well (although we had to apply a patch to make
RTP work with xmms). We are indeed saving a lot of bandwidth. I then
adapted it to icecast2, here is the patch. The biggest trouble for
now is the configurability. I added 3 global parameters: rtp_port,
rtp_ttl and rtp_ip, but they actually should be given by the source
(if it wants to have RTP cast). Some details like the SSRC and mtu
should be parameters as well. RTCP is not handled either.
This implementation is only for mp3 streams, because the vorbis RTP
payload format is still not fully standardize...