View Single Post
  #2  
Old 06-08-2014, 03:33 AM
drbmn drbmn is offline
Member
 
Join Date: May 2012
Posts: 145
drbmn is on a distinguished road
Default

Re: Stream with Rtmpdump to another rtmp server


use ffmpeg!
Code:
rtmpdump -v -r "RTMPLINK" -W "SwfPlayer" -p "Webpage" | ffmpeg -i -isync -acodec copy -vcodec copy -f flv "rtmp://url/streamname"
Reply With Quote