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 to stream rtmp to rtmpHello,
I have for example following stream: Code:
"rtmp://stream.smcloud.net/live2/wawa/wawa_720p" -a "live2/eskatv" -f "WIN 11,9,900,170" -W "http://www.eska.tv/thrdparty/flowplayer/flowplayer.rtmp.swf" -p "http://www.eska.tv/player" --live -y "eskatv_360p" Could you kindly check my below command if is correct one? Code:
ffmpeg -re -i "rtmp://stream.smcloud.net/live2/wawa/wawa_720p" -a "live2/eskatv" -f "WIN 11,9,900,170" -W "http://www.eska.tv/thrdparty/flowplayer/flowplayer.rtmp.swf" -p "http://www.eska.tv/player" --live -y "eskatv_360p" -codec copy -f flv rtmp://xxxxxxx Thank you in advance for any suggestion. k |
#2
|
|||
|
|||
![]() Re: how to stream rtmp to rtmphi
you can use livestreamer Code:
livestreamer --player-external-http --player-external-http-port "4546" "rtmp://stream.smcloud.net/live2/wawa/wawa_720p app=live2/eskatv pageUrl=http://www.eska.tv/player live=1 playpath=eskatv_360p" best Code:
http://127.0.0.1:4546/ Code:
http://SERVER-IP:4546/ |
#3
|
|||
|
|||
![]() Re: how to stream rtmp to rtmpThank you bezom,
So if I will use livestreamer with above port in local then can I re-stream within ffmpeg with following command: Code:
ffmpeg -re -i "http://localhost:4546/" -acodec aac -strict -2 -vcodec copy -b:a 128K -preset ultrafast -bufsize 3968k -f flv rtmp://xxxxxxxxxxxxxxxx Code:
ffmpeg -re -i "http://127.0.0.1:4546/" -acodec aac -strict -2 -vcodec copy -b:a 128K -preset ultrafast -bufsize 3968k -f flv rtmp://xxxxxxxxxxxxxxxx Much appreciate your help, k Last edited by Koze : 01-19-2016 at 06:07 PM. Reason: adding code |
#4
|
|||
|
|||
![]() Re: how to stream rtmp to rtmpi don't know but the command with livestreamer re-stream already
|
#5
|
|||
|
|||
![]() Re: how to stream rtmp to rtmpyes I know,
but I would like to re-stream to another server (let's say twitch.tv) Sorry for not being clear with that. Thank you, k |
#6
|
|||
|
|||
![]() Re: how to stream rtmp to rtmpi'm not sure if i understand
if your sever is the debian linux run the livestreamer's command on this server |
![]() ![]() |
Tags: streaming |
Thread Tools | |
Display Modes | |
|
|