PDA

View Full Version : from livestreamer to rtmp


godlesowned
03-01-2016, 09:31 AM
Hello, is there option to directly stream from livestreamer to rtmp?
Now im doing this:
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
livestreamer --yes-run-as-root "hls://httpstream" best --output rtmp://SERVERIP/live/NAME

but didnt work... Is there any way to do this?