Quantcast
Channel: Kodinerds.net - Deutschsprachiges Forum zum Kodi Entertainment Center
Viewing all articles
Browse latest Browse all 87137

Inputstream-Hilfe: Stream startet zwar im VLC aber nicht in Kodi

$
0
0
Hallo,

ich versuche gerade einen Stream mittels Inputstram zu starten. Wenn ich mir die URL (hier zensiert) rauskopiere und in den VLC einfüge kann man sie abspielen. Was mache ich falsch, damit sie direkt in Kodi funktioniert?

Folgendes steht im Addon:
listitem = xbmcgui.ListItem(path=streamURL + "|" + user_agent)
listitem.setProperty('inputstreamaddon', 'inputstream.adaptive')
listitem.setProperty('inputstream.adaptive.manifest_type', 'hls')
listitem.setInfo('video', '')
listitem.setProperty('IsPlayable', 'true')
xbmcplugin.setResolvedUrl(_addon_handler, True, listitem)

hier die logfile:
2019-12-31 16:11:48.982 T:8520 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol({u'url': u'https) in {u'url': u'https://eurosport-dlvr-ott.akamaized.net/primary/1/xx/start/xxx/index.ism/Manifest?hdnts=ip=7xxx~exp=xxx~acl=/primary/1/xxx/start/xxx/index.ism/Manifest*~hmac=xxx'}|acceptencoding=gzip&seekable=0
2019-12-31 16:11:48.982 T:11284 DEBUG: CVideoGUIInfo::InitCurrentItem(plugin://plugin.video.eurosportplayer/?streamID=442543&mode=playStream&foldername=2019-12-31T15%3A05%3A00ZLINEAR241Toblach%C2%A0%7C%C2%A0Men%27s+15km+FreestyleTrue)
2019-12-31 16:11:48.982 T:8520 ERROR: AddOnLog: InputStream Adaptive: Cannot download {u'url': u'https://eurosport-dlvr-ott.akamaized.net/primary/1/xx/start/xxx/index.ism/Manifest?hdnts=ip=7xxx~exp=xxx~acl=/primary/1/xxx/start/xxx/index.ism/Manifest*~hmac=xxx'}|acceptencoding=gzip&seekable=0'}
2019-12-31 16:11:48.982 T:8520 ERROR: AddOnLog: InputStream Adaptive: Could not open / parse mpdURL ({u'url': u'https://eurosport-dlvr-ott.akamaized.net/primary/1/xx/start/xxx/index.ism/Manifest?hdnts=ip=7xxx~exp=xxx~acl=/primary/1/xxx/start/xxx/index.ism/Manifest*~hmac=xxx'}|acceptencoding=gzip&seekable=0'})
2019-12-31 16:11:48.982 T:8520 DEBUG: AddOnLog: InputStream Adaptive: Session::~Session()

Danke

folgene Streammöglichkeiten werden angeboden. Den letzten kann ich auch im VLC starten, die anderen nicht:
Was wäre das beste für Kodi?
hls {…}
url eurosport-dlvr-ott.akamaized.n…1/xx/start/xxx/index.m3u8
dash {…}
url eurosport-dlvr-ott.akamaized.n…/1/xx/start/xxx/index.mpd
mss {…}
url eurosport-dlvr-ott.akamaized.n…/1/xx/start/xxx/index.ism

Viewing all articles
Browse latest Browse all 87137

Trending Articles