Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
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" Thanks |
#2
|
|||
|
|||
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.
|
#3
|
|||
|
|||
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" |
#4
|
|||
|
|||
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 |
Tags: ffmpeg, restream, rtmpdump |
Thread Tools | |
Display Modes | |
|
|