View Single Post
  #1  
Old 03-01-2016, 09:31 AM
godlesowned godlesowned is offline
Junior Member
 
Join Date: Mar 2014
Posts: 14
godlesowned is on a distinguished road
Default

from livestreamer to rtmp


Hello, is there option to directly stream from livestreamer to rtmp?
Now im doing this:
Code:
screen -S NAME livestreamer --yes-run-as-root "hls://http://httpstream" best --player-external-http  --player-external-http-port "4824"
and i use ffmpeg -i http://localhost:4824 -vcodec libx264 -acodec aac -strict 5 -perset superfast -f flv rtmp://21312321/live/name

ill tried
Code:
livestreamer --yes-run-as-root "hls://httpstream" best --output rtmp://SERVERIP/live/NAME
but didnt work... Is there any way to do this?
Reply With Quote