YouTube Playlist as Virtual Channel

@Joseph_Lee OK so create a custom channel as shown here in my screenshot. You can test with this example if you want. Its a 24/7 feed of CBN that I have on my server. You would just replace the url with the one of your feed. You also need to replace the IP address of the docker server with your own, since it is on the same box you can use 127.0.0.1. I am not sure of the port that you used though. You will have to look at your docker container setup to see what you have configured. I have this as channel 500 but you can change that or just tell Channels to not prefer the channel # from the m3u. Also change the channel id, name, and title accordingly.

#EXTM3U 

#EXTINF:-1 channel-id="CBN" channel-number="500" tvg-name="CBN" tvc-guide-title="CBN News",CBN
http://192.168.12.40:8081/_/https://www.youtube.com/watch?v=CG2XDTgvZPo
1 Like

Don't forget the step of installing the hlstube docker image first, though:

And a tip on the docker run parameters

1 Like

Thank you all for your help I was able to get it to work and my children are happy!! you guys are the best

1 Like