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?