Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   rtmpdump (http://stream-recorder.com/forum/forumdisplay.php?f=54)
-   -  

how restream using ffmpeg/rtmpdump and token?

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

cooldude101 07-05-2014 08:56 AM

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

mckv 07-05-2014 09:26 AM

Re: how restream using ffmpeg/rtmpdump and token?


 
not really a rtmpdump issue, try using a named pipe or domain socket and play around with the buffers, maybe that helps.

P3T3 07-05-2014 10:21 AM

Re: how restream using ffmpeg/rtmpdump and token?


 
It is your pipe config try bellow!
Enjoy :)

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" | avconv -i pipe:0 -y -v:v info -vcodec copy -acodec copy -f flv rtmp://localhost/rtmp/name"

cooldude101 07-06-2014 06:56 AM

Re: how restream using ffmpeg/rtmpdump and token?


 
Hi

Thanks for reply.

Can you give me exact code for cricfree.eu for example? to restream it?

also where to put the token and what it is.

thanks


All times are GMT -6. The time now is 11:44 PM.