Tips and Tricks
From Xugglewiki
Here's a collection of user-submitted tips and tricks that you may find useful:
Converting RTP to RTMP
- RTP to RTMP Streamer Using Xuggler to take RTP data and stream to a flash client.
- paper writing service
- Or starting with Xuggler 3.4, you can read and write directly from rtmp: URLs.
Receiving Multicast UDP broadcasts
For your IContainer.open(...) call, use:
udp://@xxx.xxx.xxx.xxx:xxxx?multicast
You will need to provide a port. For example VLC multicast will default to 1234.
