[*] 分片

This commit is contained in:
acgist
2023-10-10 12:18:23 +08:00
parent 46e558d6fd
commit f86faee977
2 changed files with 9 additions and 1 deletions

View File

@@ -94,6 +94,7 @@ public class RtpTest {
}
}).start();
// ffmpeg不支持rtcpMux
// 循环推流:-stream_loop 4 | -stream_loop -1
// ffmpeg -re -i video.mp4 -c:v vp8 -map 0:0 -f tee "[select=v:f=rtp:ssrc=123456:payload_type=102]rtp://192.168.1.110:40793?rtcpport=47218"
// ffmpeg -re -i video.mp4 -c:v libvpx -map 0:0 -f tee "[select=v:f=rtp:ssrc=123456:payload_type=102]rtp://192.168.1.110:40793?rtcpport=47218"
// 音频视频同时传输