hls only plays one segment (11 segs)
#1
hi guys, im using kodi RC on a fire stick by amazon.

my addon works on every other device but here when i play an hls video only the first segment plays for a couple of seconds and then goes back.

not all hls video links do this, im providing one of the offender links, could it be a headers issue?

any ideas?

sample code im using

Code:
url="https://ott.totalplay.com.mx/TPHLSWeb/M3U8LiveFile?format=2&profile=034&lan=2&rows=40&f=.m3u8[/quote][/php]"
    listitem = xbmcgui.ListItem(name, iconImage=iconimage, thumbnailImage=iconimage)
    listitem.setInfo(type="Video", infoLabels={ "Title": name })
    xbmc.Player( xbmc.PLAYER_CORE_MPLAYER ).play(url, listitem)
Reply
#2
Code:
https://ott.totalplay.com.mx/TPHLSWeb/M3U8LiveFile?format=2&profile=034&lan=2&rows=40&f=.m3u8
Filename must end in .m3u8 (this one doesn't) or content type must be application/vnd.apple.mpegurl. And HLS oven https isn't supported on android currently. You don't have to bump every single unrelated hls thread..
Reply
#3
See http://forum.kodi.tv/showthread.php?tid=209569
Reply
#4
thanks rocker, my problem was completely solved Smile
Reply

Logout Mark Read Team Forum Stats Members Help
hls only plays one segment (11 segs)0