View Single Post
  #3  
Old 01-19-2016, 06:04 PM
Koze Koze is offline
Member
 
Join Date: Sep 2015
Posts: 35
Koze is on a distinguished road
Default

Re: how to stream rtmp to rtmp


Thank 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
or should I use:
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
Is that going to work?

Much appreciate your help,

k

Last edited by Koze : 01-19-2016 at 06:07 PM. Reason: adding code
Reply With Quote