View Single Post
  #2  
Old 07-27-2011, 08:55 PM
hyc hyc is offline
RTMPdump team
 
Join Date: Dec 2009
Posts: 169
hyc will become famous soon enoughhyc will become famous soon enough
Default

Re: Restreaming (Relaying) a FMS stream to another FMS using rtmpdump and/or ffmpeg


Your ffmpeg binary was built with --enable-librtmp, therefore you should be doing all of this in ffmpeg, and not using rtmpdump at all.

Code:
ffmpeg -i "rtmp://1.2.3.4/live/feed1 pageUrl=http://website.net swfurl=http://xyz.net/mediaplayer.swf live=1" -re -isync  -vcodec libx264 -b 600k -acodec libfaac -ab 128000 -ar 32000 -f flv "rtmp://5.6.7.8/live/feed1relay"
Reply With Quote