Send rtp rfc 3119 mp3 streams
poc-3119 [ -s address ] [ -p port ] [ -t ttl ] [ -q ] files...
poc-3119 is a streaming server sending mp3 data using the RTP RFC 3119 protocol. It sends the files in the order given on the command-line. Use the filename - to stream from standard input. Normally, RTP is used to stream to multicast groups.
Specify the address to send to (default 224.0.1.23).
Specify the port to send to (default 1500).
Specify the TTL parameter to be set on outgoing parameters (default 1).
Don't output any information on standard error.
Send the file bla.mp3 using the RTP RFC 3119 protocol to the address 224.0.1.24 on port 8989, and set the TTL to 2.
Manuel Odendahl <[email protected]>, Florian Wesch <[email protected]>