This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
htpc:kodi [2025/02/10 20:56] – Yuki | htpc:kodi [2025/02/26 16:47] (current) – Yuki | ||
---|---|---|---|
Line 8: | Line 8: | ||
|[[https:// | |[[https:// | ||
|IPTV Simple Client|See [[#iptv]]| | |IPTV Simple Client|See [[#iptv]]| | ||
+ | |InputStream Helper|Make sure Widevine is installed, see [[# | ||
+ | |InputStream Adaptive|::: | ||
===== IPTV ===== | ===== IPTV ===== | ||
Line 23: | Line 25: | ||
<code m3u [highlight_lines_extra=" | <code m3u [highlight_lines_extra=" | ||
#EXTM3U | #EXTM3U | ||
- | #EXTINF:-1 tvg-id=" | + | #EXTINF:-1 tvg-id=" |
- | stream URL here.m3u | + | https:// |
</ | </ | ||
^EXTINF attribute^Comments^ | ^EXTINF attribute^Comments^ | ||
Line 47: | Line 49: | ||
* https:// | * https:// | ||
* https:// | * https:// | ||
+ | |||
+ | ===== Widevine ===== | ||
+ | |||
+ | Required for some channels. | ||
+ | |||
+ | If you install Widevine from the InputStream Helper settings, it's going to download a ChromeOS recovery image and extract the needed file from it, if you don't want to waste time and bandwidth you might want to fetch it from an existing web browser install instead. Depending of the browser, you can find it either in ''/ | ||
+ | <code bash> | ||
+ | mkdir -p ~/.kodi/cdm | ||
+ | ln -s / | ||
+ | </ | ||
+ | Note that we're doing a symbolic link, so we can automatically keep it updated. | ||
+ | |||
+ | Now on the playlist you can do something like this: | ||
+ | < | ||
+ | # | ||
+ | # | ||
+ | # | ||
+ | # | ||
+ | https:// | ||
+ | </ | ||
+ |