Use Youtube/Twitch etc. sources with Youtube-dl + ffmpeg
ffmpeg can run a command to get stream link from youtube-dl.
Install youtube-dl to stream server (example: x Lb server)
sudo wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+rx /usr/local/bin/youtube-dl
Add streams links to panel like this,
$(youtube-dl -q -f best -g
)
or
$(youtube-dl -q -f best -g
)
or use a youtube search and select 1st result
$(youtube-dl -q -f best -g "ytsearch1:sky news live")
ffmpeg can run a command to get stream link from youtube-dl.
Install youtube-dl to stream server (example: x Lb server)
sudo wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+rx /usr/local/bin/youtube-dl
Add streams links to panel like this,
$(youtube-dl -q -f best -g
or
$(youtube-dl -q -f best -g
or use a youtube search and select 1st result
$(youtube-dl -q -f best -g "ytsearch1:sky news live")