Kodi Community Forum

Full Version: m3u hostname not found
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Using OSMC on raspberry pi 2.

I followed LINK EDITED OUT BY MOD to add http://daserste_live-lh.akamaihd.net/i/d...aster.m3u8 .
All went fine up to step 8.
No matter how many times I reboot, no TV option appears .

I logged on using ssh.

In .kodi/temp/kodi.log I found

Quote:09:20:49 11.980691 T:1762169888 NOTICE: PVRManager - starting up
09:20:49 11.981090 T:1753781280 NOTICE: Thread PVRManager start, auto delete: false
09:20:49 11.981434 T:1745392672 NOTICE: Thread PVRClient start, auto delete: false
09:20:49 12.039974 T:1958199856 NOTICE: initialize done
09:20:49 12.040207 T:1958199856 NOTICE: Running the application...
09:20:50 12.162836 T:1745392672 ERROR: CCurlFile::Stat - Failed: Couldn't resolve host name(6) for http://daserste_live-lh.akamaihd.net/i/d...aster.m3u8
09:20:50 12.873943 T:1745392672 ERROR: CCurlFile::FillBuffer - Failed: Couldn't resolve host name(6)
09:20:50 12.874162 T:1745392672 ERROR: CCurlFile::Open failed with code 0 for http://daserste_live-lh.akamaihd.net/i/d...aster.m3u8
09:20:50 12.874316 T:1745392672 ERROR: Open - failed to open source <http://daserste_live-lh.akamaihd.net/i/daserste_de@91204/master.m3u8>
09:20:50 12.874549 T:1745392672 ERROR: AddOnLog: PVR IPTV Simple Client: Unable to load playlist file 'http://daserste_live-lh.akamaihd.net/i/daserste_de@91204/master.m3u8': file is missing or empty

if try to wget in the ssh shell it works
Quote:osmc@rpi2-osmc:~$ wget http://daserste_live-lh.akamaihd.net/i/d...aster.m3u8
converted 'http://daserste_live-lh.akamaihd.net/i/daserste_de@91204/master.m3u8' (ANSI_X3.4-1968) -> 'http://daserste_live-lh.akamaihd.net/i/daserste_de@91204/master.m3u8' (UTF-8)
--2015-12-13 09:45:58-- http://daserste_live-lh.akamaihd.net/i/d...aster.m3u8
Resolving daserste_live-lh.akamaihd.net (daserste_live-lh.akamaihd.net)... 173.223.106.49, 173.223.106.65
Connecting to daserste_live-lh.akamaihd.net (daserste_live-lh.akamaihd.net)|173.223.106.49|:80... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: http://daserste_live-lh.akamaihd.net/i/d...aster.m3u8 [following]
converted 'http://daserste_live-lh.akamaihd.net/i/daserste_int@91203/master.m3u8' (ANSI_X3.4-1968) -> 'http://daserste_live-lh.akamaihd.net/i/daserste_int@91203/master.m3u8' (UTF-8)
--2015-12-13 09:45:58-- http://daserste_live-lh.akamaihd.net/i/d...aster.m3u8
Reusing existing connection to daserste_live-lh.akamaihd.net:80.
HTTP request sent, awaiting response... 200 OK
Length: 2324 (2.3K) [application/vnd.apple.mpegurl]
Saving to: 'master.m3u8'

master.m3u8 100%[==============================================================================================================>] 2.27K --.-KB/s in 0s

2015-12-13 09:45:59 (25.0 MB/s) - 'master.m3u8' saved [2324/2324]

Can you help me to figure out what's wrong ?
it cannot find the m3u list, because of that is not appearing live tv, try with another m3u list
I don't think you're going to ingratiate yourself with forum mods by linking to a website that is violating Kodi's IP as well giving instructions on how to access live pirate streams....
I believe you need to put the .m3u8 file into a .m3u file - they're not the same.

so your file: somethinglive.m3u
needs to look like:

Code:
#EXTM3U
#EXTINF:-1,Das Erste Live
http://daserste_live-lh.akamaihd.net/i/daserste_de@91204/master.m3u8
(I took the liberty of removing the offending link above)