View Single Post
  #1  
Old 12-30-2012, 12:49 PM
thefear thefear is offline
Junior Member
 
Join Date: Dec 2012
Posts: 7
thefear is on a distinguished road
Default

rtmpdump rtmpsrv ffmpeg ffserver


Hello everybody, I would like to know how I can catch the broadcast and re-broadcast locally (localhost - 127.0.0.1)

Code:
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\VideoLAN\VLC\vlc.exe" -
How re-broadcast using ffserver or rtmpsrv to my localhost (127.0.0.1)? It's possible?
Reply With Quote