How to add youtube live channels in IPTV Simple Client?
#1
Hello,

I am running IPTV Simple Client with a self-edited m3u text file on my computer.
Somewhere in the internet I read that I can also copy paste youtube channel addresses into it and Kodi plays them automatically But this doesn't work?

How can I play youtube channels in the TV section of Kodi?

Thank you for answers!
Reply
#2
How can I play youtube channels in the TV section of Kodi?
to get a link run youtube plugin do search and add to favourites
<favourite name="FilmRiseTV" thumb="C:\Users\pearc\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\media\search.png">ActivateWindow(10025,&quot;plugin://plugin.video.youtube/kodion/search/query/?q=FilmRiseTV&quot;,return)</favourite>
the part you need is plugin://plugin.video.youtube/kodion/search/query/?q=FilmRiseTV
pr use node
https://forum.kodi.tv/showthread.php?tid=344482
Reply
#3
Am Imissing something here ? Once you have the link from favourites xml , how do you add that to pvr simple client ? Bearing in mind your already using an m3u url in pvr set up ?
Reply
#4
https://www.matthuisman.nz/2019/02/iptv-...dd-on.html
Features
Merge Multiple Playlists and EPGs into single files
Supports Remote, Local & Supported Add-on Sources
Supports Standard & Gzip Files
Automatically restart IPTV Simple Client after merge
Manually run merge or Automatically run merge at interval
Can be used with IPTV Simple Client for multiple Playlists / EPGs
Reply
#5
@phansen

Example m3u8 for playing youtube videos / live streams

Code:
#EXTM3U

#EXTINF:-1 tvg-logo="https://i.ytimg.com/vi/_82sV2LQP6g/maxresdefault.jpg",Relaxing Sleep Music
plugin://plugin.video.youtube/play/?video_id=_82sV2LQP6g

Just replace the Youtube id's with the id for the stream you want.
And also change the name.

You also need the Youtube add-on installed
Reply
#6
(2019-07-17, 02:24)matthuisman Wrote: @phansen

Example m3u8 for playing youtube videos / live streams

Code:
#EXTM3U

#EXTINF:-1 tvg-logo="https://i.ytimg.com/vi/EcEMX-63PKY/maxresdefault.jpg",Beats to sleep/chill to
plugin://plugin.video.youtube/play/?video_id=EcEMX-63PKY

#EXTINF:-1 tvg-logo="https://i.ytimg.com/vi/_82sV2LQP6g/maxresdefault.jpg",Relaxing Sleep Music
plugin://plugin.video.youtube/play/?video_id=_82sV2LQP6g

Just replace the Youtube id's with the id for the stream you want.
And also change the name.

You also need the Youtube add-on installed

Hello, thanks for the answer!

Just for testing purpose I copy pasted both entries to my m3u list.
Back on TV section in Kodi I see the name, for example: "RELAXING SLEEP MUSIC" and also the logo but after klicking on it, it remains white and doesn't start?!

My Youtube Plugin is "YouTube" from anxdpanic, bromix 6.5.0
Reply
#7
(2019-07-15, 14:29)the_other_guy Wrote: How can I play youtube channels in the TV section of Kodi?
to get a link run youtube plugin do search and add to favourites
<favourite name="FilmRiseTV" thumb="C:\Users\pearc\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\media\search.png">ActivateWindow(10025,&quot;plugin://plugin.video.youtube/kodion/search/query/?q=FilmRiseTV&quot;,return)</favourite>
the part you need is plugin://plugin.video.youtube/kodion/search/query/?q=FilmRiseTV
pr use node
https://forum.kodi.tv/showthread.php?tid=344482
Hello, thanks for the answer!

How can I get the adress out of a favorite entry?

for example: "<favourite name="FilmRiseTV" thumb="C:\Users\pearc\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\media\search.png">ActivateWindow(10025,&quot;plugin://plugin.video.youtube/kodion/search/query/?q=FilmRiseTV&quot;,return)</favourite>"
Reply
#8
(2019-07-15, 16:25)ontap Wrote: Am Imissing something here ? Once you have the link from favourites xml , how do you add that to pvr simple client ? Bearing in mind your already using an m3u url in pvr set up ?

yes
Reply
#9
Make sure your using Kodi 18 and IPTV Simple add-on is 3.5.8 (ish)

I tried that playlist I posted and works fine.
Well, Youtube errors on the first channel, but works fine on the 2nd.
Reply
#10
(2019-07-19, 06:49)phansen Wrote:
(2019-07-15, 16:25)ontap Wrote: Am Imissing something here ? Once you have the link from favourites xml , how do you add that to pvr simple client ? Bearing in mind your already using an m3u url in pvr set up ?

yes
Yes what ?
Reply
#11
Thank you for all the answers!! Now it works!!:-)

For everyone else wanting to resolve the same problem:

1. I updated Kodi from 17.4 to 18.3 (the TV link now started but the youtube live stream was running only two seconds)
2. Installed "InputStream Adaptive" (Add-ons -> Download -> VideoPlayer InputStream -> InputStream Adaptive)
3. Opened youtube add-on configuration and switch on "Use MPEG-DASH"

What's left:
Where do I find the favorites.xml??
Reply
#12
It worked fine for a short time and now I am getting this ERROR Message:

ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!

What does this mean??
Reply
#13
To receive meaningful assistance you will need to provide a full debug log.

The instructions are here... debug log (wiki)

If you are using the Basic Method, then ensure the following is applied...
1.Enable debugging in Settings>System Settings>Logging,
2.Restart Kodi
3.Replicate the problem.
4.Upload the log to Kodi Paste Site manually or use the Kodi Logfile Uploader. (wiki) With either method post the link to the log back here.

If you are using the Advanced Method ensure you have correctly created and applied the advancedsettings.xml file (wiki)

In both instances, you should see the word DEBUG throughout the log.

Note: Full logs only. No partial or redacted logs
Do NOT post your logs directly into the forum. Use the Kodi Paste Site. Post the link to your pasted log in the forum
|Banned add-ons (wiki)|Forum rules (wiki)|VPN policy (wiki)|First time user (wiki)|FAQs (wiki) Troubleshooting (wiki)|Add-ons (wiki)|Free content (wiki)|Debug Log (wiki)|

Kodi Blog Posts
Reply
#14
Thank you for the explanation!

Here the log file: https://paste.kodi.tv/udecabagow.kodi

Why I can't start live strerams in the youtube plugin?
Reply
#15
Don't cut the log file - upload the whole thing and post the new link.
|Banned add-ons (wiki)|Forum rules (wiki)|VPN policy (wiki)|First time user (wiki)|FAQs (wiki) Troubleshooting (wiki)|Add-ons (wiki)|Free content (wiki)|Debug Log (wiki)|

Kodi Blog Posts
Reply

Logout Mark Read Team Forum Stats Members Help
How to add youtube live channels in IPTV Simple Client?0