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:
The .m3u8 contains the following:
Any idea to make this content playable on 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?