I am trying to stream above link within livestreamer with following command:
Code:
root@ghjo:~# livestreamer --yes-run-as-root "hls://http://inea.live.e238-po.insyscd.net/travelchannel.smil/chunklist_b2400000.m3u8" best --player-external-http-port 4819
and plan was to open another terminal later with following command:
Code:
ffmpeg -re -i "http://localhost:4819/" -acodec aac -strict -2 -vcodec copy -b:v 2000k -b:a 128K -preset ultrafast -bufsize 3968k -f flv rtmp://xxxxxxxxxxxxxxxx
But looks I am missing something again as getting following error:
Quote:
[cli][info] Found matching plugin stream for URL hls://http://inea.live.e238-po.insyscd.net/travelchannel.smil/chunklist_b2400000.m3u8
[cli][info] Available streams: live (worst, best)
[cli][info] Opening stream: live (hls)
error: The default player (VLC) does not seem to be installed. You must specify the path to a player executable with --player.
|
My idea was to use livestreamer not VLC. Do I need in this case install VLC too?
Thank you so much for your help
k