Using rtmpdump and VLC for RTMP->UDP multicast
Posted: 08 Jul 2011 18:04
I've been banging my head against the desk for a while now with this problem, but hopefully one of you can help me. I'm attempting to use rtmpdump and VLC to redirect/remux a couple of live RTMP streams into UDP multicasts.
When I try
VLC pops up and the video plays perfectly. However, when I try
The audio shows up, but the video disappears on the local display. Tuning into the multicast confirms the video PID has dropped. VLC is pumping out the error "access_output_udp warning:putting two PCRs at once", so I'm guessing this is why the video is being dropped. Any ideas on how to fix this?
I'm using VLC 1.1.10 and the latest rtmpdump. I've tried this on a Linux server as well using essentially the same command, with the exception of using cvlc instead of vlc and there's no love there either.
Thanks in advance for any help.
When I try
Code: Select all
rtmpdump.exe -v -r rtmp://stream2.france24.yacast.net/france24_live/en -a france24_live/en -W http://www.france24.com/en/sites/all/modules/maison/aef_player/flash/player.swf -p http://www.france24.com/en/aef_player_popup/france24_player -y f24_liveen | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -
Code: Select all
rtmpdump.exe -v -r rtmp://stream2.france24.yacast.net/france24_live/en -a france24_live/en -W http://www.france24.com/en/sites/all/modules/maison/aef_player/flash/player.swf -p http://www.france24.com/en/aef_player_popup/france24_player -y f24_liveen | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" - :sout-all :sout=#duplicate{dst=udp{mux=ts,dst=239.1.1.1:9000},dst=display} :ttl=20 :sout-keep
I'm using VLC 1.1.10 and the latest rtmpdump. I've tried this on a Linux server as well using essentially the same command, with the exception of using cvlc instead of vlc and there's no love there either.
Thanks in advance for any help.