rtp-multicast

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

rtp-multicast [2013/11/04 19:11] – created florolfrtp-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: \<code\> ffmpeg -re -i
 +foo.ogg -async 1000 -map 0:0 -s 720x576 -profile baseline -preset fast
 +-tune zerolatency -c:v libx264 -f rtp rtp:*239.255.23.42:5001 -map 0:1
 +-c:a mp3 -f rtp rtp:*239.255.23.42:5011 \</code\>
 +
 +FFmpeg erzeugt dann automatisch auch ein SDP-File.
 +
 +Ggf. muessen noch Routen fuer die Multicastgruppe angelegt werden (auch
 +beim Client).