no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | rtp-multicast [2013/11/04 20:11] (current) – created florolf | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | H264 und MP3 in je einem getrennten RTP-Strom: | ||
| + | < | ||
| + | ffmpeg -re -i foo.ogg -async 1000 -map 0:0 -s 720x576 -profile baseline -preset fast -tune zerolatency -c:v libx264 -f rtp rtp:// | ||
| + | </ | ||
| + | FFmpeg erzeugt dann automatisch auch ein SDP-File. | ||
| + | |||
| + | Ggf. muessen noch Routen fuer die Multicastgruppe angelegt werden (auch beim Client). | ||