- How to use YouTube, Twitch, etc as stream source in the panel?
Panel can use ./bin/youtube (youtube-dl) to get stream links of Youtube/Twitch/Vimeo vb. streams.
not: youtube-dl may cause http 429 error and youtube blocks your server.
It is simple, just paste stream link to stream url box.
example,
[ Ссылка ]...
or
[ Ссылка ]
It is done, panel will use youtube (youtube-dl) to get actual stream link of well known public video websites.
OR
More complex method to use YouTube-dl with ffmpeg;
We will tell ffmpeg to grab stream link from youtube-dl. so you can use many web video services that youtube-dl supports.
1) Download youtube-dl to your stream servers and make it executable,
**source:[ Ссылка ]
sudo wget "[ Ссылка ]..." -O "/usr/local/bin/youtube-dl";
sudo chmod a+rx "/usr/local/bin/youtube-dl"
2) Add supported link to panel as stream source,
**source: [ Ссылка ]...
--For vods and live streams;
$(youtube-dl -q -f best -g "[ Ссылка ]")
or
$(youtube-dl -q -f best -g "[ Ссылка ]")
-- For youtube live stream, grab first video;
(example: sky news live)
$(youtube-dl -q -f best -g "ytsearch1:sky news live")
How it looks like, example screenshot: [ Ссылка ]
------------------------❖❖❖------------------------
Contact us for more information:
Website: [ Ссылка ]
Email: bestbuyiptv.com@gmail.com
Skype: live:bestbuyiptv.com
#iptvxtream #xtreamiptv #xtreamcodes #xtreamui
Ещё видео!