View Single Post
  #1  
Old 07-05-2014, 08:56 AM
cooldude101 cooldude101 is offline
Junior Member
 
Join Date: Nov 2012
Posts: 11
cooldude101 is on a distinguished road
Default

how restream using ffmpeg/rtmpdump and token?


Hi

How can I do this?

Can you tell me the code that will work? I searched on here and all the examples with the info i found from rtmpdumphelper together does not work.

for example:

Code:
rtmpdump -r "rtmp://IPADDRESSHERE:1935/live playpath=ss1ss swfUrl=http://www.SWFSITE.co/PLAYER.swf live=1 pageUrl=http://www.PAGEURL/embed.php?live=STREAM&vw=620&vh=490" | ffmpeg -i - -vcodec copy -acodec copy -f flv "rtmp://addresshere/stream"
This doesnt work

Thanks
Reply With Quote