View Single Post
  #1  
Old 01-10-2012, 01:47 AM
livetvbox livetvbox is offline
Junior Member
 
Join Date: Jul 2011
Posts: 9
livetvbox is on a distinguished road
Default

looking for RTmpdump complete solution for windows


Hi
i will lokking for complete solution for rtmp dump for windows .

like i want to restream
sh -c "rtmpdump --live -r "rtmp://1.2.3.4:1935/live/122" -p "www.anydomain.com.com/play/" -W "www.anydomain.com/play/flash/player.swf" -q | ffmpeg -i - -re -isync -acodec libfaac -ab 128000 -ar 32000 -vcodec libx264 -vpre veryfast -b 350k -f flv "rtmp://127.0.0.1:1935/live/try" &

so how it is possible to stream on any flash server wowza or flash media server.

pleaset let me know tools i need to install on windows and command line parameter how to run.

thanks
Reply With Quote