Differences
This shows you the differences between two versions of the page.
| rtp-multicast [2013/11/04 19:11] – created florolf | rtp-multicast [2026/07/26 21:08] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | H264 und MP3 in je einem getrennten RTP-Strom: \< | ||
| + | foo.ogg -async 1000 -map 0:0 -s 720x576 -profile baseline -preset fast | ||
| + | -tune zerolatency -c:v libx264 -f rtp rtp: | ||
| + | -c:a mp3 -f rtp rtp: | ||
| + | |||
| + | FFmpeg erzeugt dann automatisch auch ein SDP-File. | ||
| + | |||
| + | Ggf. muessen noch Routen fuer die Multicastgruppe angelegt werden (auch | ||
| + | beim Client). | ||