Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Re-broadcasting streaming media (http://stream-recorder.com/forum/forumdisplay.php?f=38)
-   -  

rtmpdump rtmpsrv ffmpeg ffserver

(http://stream-recorder.com/forum/showthread.php?t=14844)

thefear 12-30-2012 12:49 PM

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?

chap 12-30-2012 01:31 PM

Re: rtmpdump rtmpsrv ffmpeg ffserver


 
try use rtmpgw
example
Code:

rtmpgw -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
open vlc>open url http://127.0.0.1:80

thefear 12-30-2012 03:18 PM

Re: rtmpdump rtmpsrv ffmpeg ffserver


 
Quote:

Originally Posted by chap (Post 58017)
try use rtmpgw
example
Code:

rtmpgw -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
open vlc>open url http://127.0.0.1:80

Thank you, it worked.

I have a problem, after a while it stops working with the following error:

ERROR: RTMP_ReadPacket, failed to read RTMP packet body. len: 3240
Closing connection ... done!

thefear 12-30-2012 04:25 PM

Re: rtmpdump rtmpsrv ffmpeg ffserver


 
It worked, but gives error after a while.

Code:

ERROR: RTMP_ReadPacket, failed to read RTMP packet body, len: 137
Closing connection... done!

Another question:

Is there a way to change the port 80 to another port?

thefear 12-30-2012 04:33 PM

Re: rtmpdump rtmpsrv ffmpeg ffserver


 
@edit

Sorry the double post. Forum error.

chap 12-30-2012 10:56 PM

Re: rtmpdump rtmpsrv ffmpeg ffserver


 
Quote:

Originally Posted by thefear (Post 58023)

Is there a way to change the port 80 to another port?

try use

example
Code:

rtmpgw -v -r rtmp://stream2.france24.yacast.net/france24_live/en -a france24_live/en -g 1935 -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

thefear 12-31-2012 05:01 PM

Re: rtmpdump rtmpsrv ffmpeg ffserver


 
Thank you so much.

Solved!


All times are GMT -6. The time now is 08:02 PM.