cannot play .m3u8 stream
#1
Question 
I try to play the following url via xbmc:

http://lifetv.my-stream.eu/lifetv/lifetv.m3u8

when I add this url to a .strm file and point xbmc to play this file, i get the message that this is unplayable and the following errors in the log:

Code:
16:18:12 T:3043526400  NOTICE: DVDPlayer: Opening: http://lifetv.my-stream.eu/lifetv/lifetv.m3u8
16:18:12 T:3043526400 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
16:18:12 T:2558077808  NOTICE: Creating InputStream
16:18:12 T:2558077808  NOTICE: Creating Demuxer
16:18:12 T:2558077808   ERROR: Open - Error, could not open file http://lifetv.my-stream.eu/lifetv/lifetv.m3u8
16:18:12 T:2558077808   ERROR: OpenDemuxStream - Error creating demuxer
16:18:12 T:2558077808  NOTICE: CDVDPlayer::OnExit()
16:18:12 T:2558077808  NOTICE: CDVDPlayer::OnExit() deleting input stream
16:18:12 T:3043526400   ERROR: Playlist Player: skipping unplayable item: 0, path [http://lifetv.my-stream.eu/lifetv/lifetv.m3u8]
16:18:12 T:3043526400  NOTICE: CDVDPlayer::CloseFile()
16:18:12 T:3043526400 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
16:18:12 T:3043526400  NOTICE: DVDPlayer: waiting for threads to exit
16:18:12 T:3043526400  NOTICE: DVDPlayer: finished waiting

The .m3u8 contains the following:

Code:
#EXTM3U
#EXT-X-TARGETDURATION:10
#EXT-X-MEDIA-SEQUENCE:1686
#EXTINF:10,
/lifetv/lifetv-00001686.ts
#EXTINF:10,
/lifetv/lifetv-00001687.ts
#EXTINF:10,
/lifetv/lifetv-00001688.ts
#EXTINF:10,
/lifetv/lifetv-00001689.ts
#EXTINF:10,
/lifetv/lifetv-00001690.ts

Any idea to make this content playable on xbmc?
Reply
#2
I have the same problem, hope someone could help
Reply
#3
My guess is you cannot have a playlist link inside a .strm file, they have to be myplaylist.m3u and then the link to the actual direct stream link inside the .strm

It will never work otherwise http://wiki.xbmc.org/index.php?title=Int....29_method:

uNi
Reply
#4
Only way is to open the stream through vlc player, as a network stream on the pc
Reply

Logout Mark Read Team Forum Stats Members Help
cannot play .m3u8 stream0