Welcome to World of IPTV

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

Forum Rules

Our Rules: Read to avoid getting banned!

Advertising

Introduce Yourself to the World with Us!

Resource Database

Find the newest resources around IPTV!

Account upgrade

Upgrade your account to unlock more benefits!

Question stream YouTube

Hi, I think it is already answered on the forum

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,

Code:
$(youtube-dl -q -f best -g https://www.youtube.com/watch?v=video-link)

or

Code:
$(youtube-dl -q -f best -g https://www.twitch.tv/video link)

or use a youtube search and select 1st result

Code:
$(youtube-dl -q -f best -g "ytsearch1:sky news live")

it is not my work, just copied from xtream ui
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top