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

  • 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 https://eurosport-dlvr-ott.akamaized.net/primary/1/xx/start/xxx/index.m3u8
    dash {…}
    url https://eurosport-dlvr-ott.akamaized.net/primary/1/xx/start/xxx/index.mpd
    mss {…}
    url https://eurosport-dlvr-ott.akamaized.net/primary/1/xx/start/xxx/index.ism

  • ich habe nun zig Sachen probiert nur leider will es nicht funktionieren. Wie geschrieben, der mss-Stream funktioniert im VLC-Player problemlos:
    mein aktuell letzter Versuch:espplayerStream = espplayerStream.json()
    [definition=9,0][definition=9,1]xbmc.[definition='1','0']log[/definition][/definition][/definition](str(espplayerStream))
    streamURL = str(espplayerStream['data']['attributes']['streaming']['mss'])
    [definition=9,0][definition=9,1]xbmc.[definition='1','0']log[/definition][/definition][/definition]('hierasd '+streamURL)
    #listitem = xbmcgui.ListItem(path=streamURL + "|" + user_agent)
    #listitem = xbmcgui.ListItem(path=streamURL)
    #listitem.setProperty('inputstreamaddon', 'inputstream.adaptive')
    #listitem.setProperty('inputstream.adaptive.manifest_type', 'mpd')
    #listitem.setInfo('video', '')
    #listitem.setIsFolder(False)
    #listitem.setProperty('IsPlayable', 'true')
    #xbmcplugin.setResolvedUrl(_addon_handler, True, listitem)

    listitem = xbmcgui.ListItem()
    listitem.setContentLookup(False)
    listitem.setMimeType('application/dash+xml')
    listitem.setProperty('inputstream.adaptive.manifest_update_parameter', 'full')
    listitem.setProperty('inputstreamaddon', 'inputstream.adaptive')
    listitem.setProperty('inputstream.adaptive.manifest_type', 'mpd')
    #listitem.setProperty('inputstream.adaptive.license_key', license_key)
    listitem.setPath(streamURL)
    #xbmc.Player().play(streamURL, listitem)
    xbmcplugin.setResolvedUrl(_addon_handler, True, listitem)

    @peak3d: Kannst du mir helfen? Irgendwas mache ich falsch :(

  • mss-Straem funktioniert nun. Wenn ich aber statt ism mpdf bei li.setProperty('inputstream.adaptive.manifest_type', 'ism') einfügen beendet sich kodi einfachstreamURL = str(espplayerStream['data']['attributes']['streaming']['mss']['url'])hier dann natürlich auch statt 'mss' 'dash'espplayerStream = espplayerStream.json()
    [definition=9,0][definition=9,1]xbmc.[definition='1','0']log[/definition][/definition][/definition](str(espplayerStream))
    streamURL = str(espplayerStream['data']['attributes']['streaming']['mss']['url'])
    [definition=9,0][definition=9,1]xbmc.[definition='1','0']log[/definition][/definition][/definition]('hierasd '+str(streamURL))

    li = xbmcgui.ListItem(path=streamURL)
    li.setProperty('inputstreamaddon', 'inputstream.adaptive')
    li.setProperty('inputstream.adaptive.manifest_type', 'ism')
    #li.setProperty('inputstream.adaptive.manifest_type', 'mpd')
    li.setContentLookup(False)
    xbmcplugin.setResolvedUrl(_addon_handler, True, listitem=li)

  • Dort steht die mpd-Adresse. Das Play-Symbol kommt auch oben rechts bei Kodi nur anschließend beendet sich Kodi
    2020-01-11 14:56:43.886 T:7804 DEBUG: CPlayerCoreFactory::GetPlayers(https://eurosport-dlvr-ott.akamaized.net/primary/xxxaad…x.mpd*~hmac=xxx)


    2020-01-11 14:56:43.856 T:9412 DEBUG: hierasd https://eurosport-dlvr-ott.akamaized.net/primary/xxxaad…x.mpd*~hmac=xxx
    2020-01-11 14:56:43.864 T:9412 INFO: CPythonInvoker(6, C:\Users\xxx\AppData\Roaming\Kodi\addons\plugin.video.eurosportplayer\default.py): script successfully run
    2020-01-11 14:56:43.879 T:7804 DEBUG: ------ Window Deinit (DialogBusy.xml) ------
    2020-01-11 14:56:43.879 T:5496 DEBUG: Thread scriptobs 5496 terminating
    2020-01-11 14:56:43.886 T:7804 DEBUG: CPlayerCoreFactory::GetPlayers(https://eurosport-dlvr-ott.akamaized.net/primary/xxxaad…x.mpd*~hmac=xxx)
    2020-01-11 14:56:43.886 T:7804 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: system rules
    2020-01-11 14:56:43.886 T:7804 DEBUG: CPlayerSelectionRule::GetPlayers: matches rule: system rules
    2020-01-11 14:56:43.886 T:7804 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: mms/udp
    2020-01-11 14:56:43.886 T:7804 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: lastfm/shout
    2020-01-11 14:56:43.886 T:7804 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtmp
    2020-01-11 14:56:43.886 T:7804 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtsp
    2020-01-11 14:56:43.886 T:7804 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: streams
    2020-01-11 14:56:43.886 T:7804 DEBUG: CPlayerSelectionRule::GetPlayers: matches rule: streams
    2020-01-11 14:56:43.886 T:7804 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: aacp/sdp
    2020-01-11 14:56:43.886 T:7804 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: mp2
    2020-01-11 14:56:43.886 T:7804 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvd
    2020-01-11 14:56:43.886 T:7804 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvdimage
    2020-01-11 14:56:43.886 T:7804 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: sdp/asf
    2020-01-11 14:56:43.886 T:7804 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: nsv
    2020-01-11 14:56:43.886 T:7804 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: radio
    2020-01-11 14:56:43.886 T:7804 DEBUG: CPlayerCoreFactory::GetPlayers: matched 0 rules with players
    2020-01-11 14:56:43.886 T:7804 DEBUG: CPlayerCoreFactory::GetPlayers: adding videodefaultplayer (VideoPlayer)
    2020-01-11 14:56:43.886 T:7804 DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=0
    2020-01-11 14:56:43.886 T:7804 DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=1
    2020-01-11 14:56:43.886 T:7804 DEBUG: CPlayerCoreFactory::GetPlayers: added 1 players
    2020-01-11 14:56:44.170 T:7804 DEBUG: Radio UECP (RDS) Processor - new CDVDRadioRDSData::CDVDRadioRDSData
    2020-01-11 14:56:44.232 T:7804 NOTICE: VideoPlayer::OpenFile: plugin://plugin.video.eurosportplayer/?streamID=378220&mode=playStream&foldername=LIVE+-+14%3A05+-+15%3A55+Uhr%3A+eurosport%3A+World+Cup+%7C+Ambient+Sound+(EVENT)
    2020-01-11 14:56:44.348 T:7804 DEBUG: CApplication::OnPlayBackStarted: CApplication::OnPlayBackStarted
    2020-01-11 14:56:44.349 T:16856 DEBUG: Thread VideoPlayer start, auto delete: false
    2020-01-11 14:56:44.349 T:16856 NOTICE: Creating InputStream
    2020-01-11 14:56:44.349 T:15004 DEBUG: Thread JobWorker start, auto delete: true
    2020-01-11 14:56:44.372 T:16920 DEBUG: Thread BackgroundLoader start, auto delete: false
    2020-01-11 14:56:44.410 T:7804 DEBUG: CVideoGUIInfo::InitCurrentItem(plugin://plugin.video.eurosportplayer/?streamID=378220&mode=playStream&foldername=LIVE+-+14%3A05+-+15%3A55+Uhr%3A+eurosport%3A+World+Cup+%7C+Ambient+Sound+(EVENT))
    2020-01-11 14:56:44.471 T:16856 DEBUG: ADDON: Dll Initializing - InputStream Adaptive
    2020-01-11 14:56:44.471 T:16856 DEBUG: SECTION:LoadDLL(C:\Users\xxx\AppData\Roaming\Kodi\addons\inputstream.adaptive\inputstream.adaptive.dll)
    2020-01-11 14:56:44.523 T:15964 DEBUG: Loading settings for plugin://plugin.video.eurosportplayer/?streamID=378220&mode=playStream&foldername=LIVE+-+14%3A05+-+15%3A55+Uhr%3A+eurosport%3A+World+Cup+%7C+Ambient+Sound+(EVENT)
    2020-01-11 14:56:44.548 T:7804 DEBUG: CPlayerGUIInfo::InitCurrentItem(plugin://plugin.video.eurosportplayer/?streamID=378220&mode=playStream&foldername=LIVE+-+14%3A05+-+15%3A55+Uhr%3A+eurosport%3A+World+Cup+%7C+Ambient+Sound+(EVENT))
    2020-01-11 14:56:44.552 T:14272 DEBUG: CCurlFile::GetMimeType - https://eu3-prod-images.disco-api.com/2020/01/08/161…159a9baa7f.jpeg -> image/jpeg
    2020-01-11 14:56:44.553 T:14272 DEBUG: CurlFile::Open(0x1f5723b30c0) https://eu3-prod-images.disco-api.com/2020/01/08/161…159a9baa7f.jpeg
    2020-01-11 14:56:44.572 T:8328 DEBUG: ffmpeg[2088]: [swscaler] No accelerated colorspace conversion found from yuv420p to bgra.
    2020-01-11 14:56:44.576 T:15004 DEBUG: CCurlFile::GetMimeType - https://eu3-prod-images.disco-api.com/2020/01/02/ae1…c478168919.jpeg -> image/jpeg
    2020-01-11 14:56:44.577 T:15004 DEBUG: CurlFile::Open(0x1f5723b3dc0) https://eu3-prod-images.disco-api.com/2020/01/02/ae1…c478168919.jpeg
    2020-01-11 14:56:44.599 T:16856 INFO: AddOnLog: InputStream Adaptive: SetVideoResolution (1920 x 1001)
    2020-01-11 14:56:44.599 T:16856 DEBUG: AddOnLog: InputStream Adaptive: Open()
    2020-01-11 14:56:44.599 T:16856 DEBUG: AddOnLog: InputStream Adaptive: found inputstream.adaptive.manifest_type: mpd
    2020-01-11 14:56:44.601 T:16856 DEBUG: AddOnLog: InputStream Adaptive: Initial bandwidth: 4000000
    2020-01-11 14:56:44.617 T:14272 DEBUG: ffmpeg[37C0]: [swscaler] No accelerated colorspace conversion found from yuv420p to bgra.
    2020-01-11 14:56:44.623 T:14272 DEBUG: Caching image 'https://eu3-prod-images.disco-api.com/2020/01/08/161…159a9baa7f.jpeg' to '8/8ec2a3de.jpg':
    2020-01-11 14:56:44.624 T:14272 DEBUG: cached image 'special://masterprofile/Thumbnails/8/8ec2a3de.jpg' size 1920x1080
    2020-01-11 14:56:44.625 T:16856 DEBUG: CAddonSettings[inputstream.adaptive]: loading setting definitions
    2020-01-11 14:56:44.625 T:16856 DEBUG: AddOnLog: InputStream Adaptive: MAXRESOLUTION selected: 0
    2020-01-11 14:56:44.626 T:16856 DEBUG: CAddonSettings[inputstream.adaptive]: loading setting definitions
    2020-01-11 14:56:44.627 T:16856 DEBUG: AddOnLog: InputStream Adaptive: MAXRESOLUTIONSECURE selected: 0
    2020-01-11 14:56:44.627 T:16856 DEBUG: CAddonSettings[inputstream.adaptive]: loading setting definitions
    2020-01-11 14:56:44.628 T:16856 DEBUG: AddOnLog: InputStream Adaptive: STREAMSELECTION selected: 0
    2020-01-11 14:56:44.628 T:16856 DEBUG: CAddonSettings[inputstream.adaptive]: loading setting definitions
    2020-01-11 14:56:44.631 T:16920 DEBUG: Previous line repeats 1 times.
    2020-01-11 14:56:44.631 T:16920 DEBUG: Thread BackgroundLoader 16920 terminating
    2020-01-11 14:56:44.631 T:16856 DEBUG: CAddonSettings[inputstream.adaptive]: loading setting definitions
    2020-01-11 14:56:44.632 T:16856 DEBUG: CurlFile::Open(0x1f5723b0340) https://eurosport-dlvr-ott.akamaized.net/primary/xxxaad…x.mpd*~hmac=xxx
    2020-01-11 14:56:44.632 T:16856 INFO: XCURL::DllLibCurlGlobal::easy_acquire - Created session to https://eurosport-dlvr-ott.akamaized.net
    2020-01-11 14:56:44.648 T:15004 DEBUG: ffmpeg[3A9C]: [swscaler] No accelerated colorspace conversion found from yuv420p to bgra.
    2020-01-11 14:56:44.654 T:15004 DEBUG: Caching image 'https://eu3-prod-images.disco-api.com/2020/01/02/ae1…c478168919.jpeg' to '4/47251ba8.jpg':
    2020-01-11 14:56:44.654 T:15004 DEBUG: cached image 'special://masterprofile/Thumbnails/4/47251ba8.jpg' size 1920x1080
    2020-01-11 14:56:44.656 T:7804 DEBUG: ------ Window Init (DialogBusy.xml) ------
    2020-01-11 14:56:45.117 T:16856 DEBUG: AddOnLog: InputStream Adaptive: Effective URL https://eurosport-dlvr-ott.akamaized.net/primary/xxxaad…x.mpd*~hmac=xxx
    2020-01-11 14:56:48.094 T:7804 DEBUG: ------ Window Init (Pointer.xml) ------
    2020-01-11 14:56:54.691 T:7804 DEBUG: ------ Window Deinit (Pointer.xml) ------
    2020-01-11 14:56:54.697 T:7804 DEBUG: DX::DeviceResources::ReleaseBackBuffer: release buffers.
    2020-01-11 14:56:54.697 T:7804 DEBUG: DX::DeviceResources::SetLogicalSize: receive changing logical size to 1920.000000 x 1001.000000
    2020-01-11 14:56:54.697 T:7804 DEBUG: DX::DeviceResources::CreateBackBuffer: create buffers.
    2020-01-11 14:56:54.714 T:7804 DEBUG: Keyboard: scancode: 0x0f, sym: 0x0009, unicode: 0x0000, modifier: 0x0
    2020-01-11 14:56:54.714 T:7804 DEBUG: Keyboard: scancode: 0x38, sym: 0x0134, unicode: 0x0000, modifier: 0x100
    2020-01-11 14:56:54.715 T:7804 DEBUG: CInputManager::HandleKey: alt-leftalt (0x4f0d4) pressed, action is

  • Leider nicht :(

    Hast du eine Anleitung wie das Articfact installieren kann? Normal über zip-Installation hat es leider nicht funktioniert.


    Ich habe nun mal die Version von heute, 2:21 Uhr via
    http://mirrors.kodi.tv/nightlies/windows/win64/Leia/
    installiert. Leider funktioniert sie nicht (weiß aber nun natürlich nicht, ob da schon die aktuelle Änderung von dir eingepflegt ist.

    Hier der Log:

    2020-01-15 19:27:26.207 T:7944 DEBUG: XFILE::CPluginDirectory::StartScript - calling plugin Eurosport Player('plugin://plugin.video.eurosportplayer/','1','','resume:false')
    2020-01-15 19:27:26.207 T:12196 DEBUG: Thread LanguageInvoker start, auto delete: false
    2020-01-15 19:27:26.208 T:12196 INFO: initializing python engine.
    2020-01-15 19:27:26.208 T:12196 DEBUG: CPythonInvoker(7, C:\Users\xxx\AppData\Roaming\Kodi\addons\plugin.video.eurosportplayer\default.py): start processing
    2020-01-15 19:27:26.243 T:5592 DEBUG: ffmpeg[15D8]: [swscaler] No accelerated colorspace conversion found from yuv420p to bgra.
    2020-01-15 19:27:26.243 T:12196 DEBUG: -->Python Interpreter Initialized<--
    2020-01-15 19:27:26.243 T:12196 DEBUG: CPythonInvoker(7, C:\Users\xxx\AppData\Roaming\Kodi\addons\plugin.video.eurosportplayer\default.py): the source file to load is "C:\Users\xxx\AppData\Roaming\Kodi\addons\plugin.video.eurosportplayer\default.py"
    2020-01-15 19:27:26.249 T:5592 DEBUG: Recaching image 'C:\Users\xxx\AppData\Roaming\Kodi\addons\plugin.video.eurosportplayer\resources\fanart.jpg' to 'd/d78582d3.jpg':
    2020-01-15 19:27:26.249 T:5592 DEBUG: cached image 'special://masterprofile/Thumbnails/d/d78582d3.jpg' size 1920x1080
    2020-01-15 19:27:26.307 T:9552 DEBUG: ------ Window Init (DialogBusy.xml) ------
    2020-01-15 19:27:26.544 T:7624 DEBUG: CAddonDatabase::SetLastUsed[plugin.video.eurosportplayer] took 336 ms
    2020-01-15 19:27:26.545 T:12196 DEBUG: CPythonInvoker(7, C:\Users\xxx\AppData\Roaming\Kodi\addons\plugin.video.eurosportplayer\default.py): setting the Python path to C:\Users\xxx\AppData\Roaming\Kodi\addons\plugin.video.eurosportplayer;C:\Users\xxx\AppData\Roaming\Kodi\addons\script.module.certifi\lib;C:\Users\xxx\AppData\Roaming\Kodi\addons\script.module.chardet\lib;C:\Users\xxx\AppData\Roaming\Kodi\addons\script.module.idna\lib;C:\Users\xxx\AppData\Roaming\Kodi\addons\script.module.inputstreamhelper\lib;C:\Users\xxx\AppData\Roaming\Kodi\addons\script.module.requests\lib;C:\Users\xxx\AppData\Roaming\Kodi\addons\script.module.urllib3\lib;C:\Program Files\Kodi\system\python\DLLs;C:\Program Files\Kodi\system\python\Lib;C:\Program Files\Kodi\python27.zip;C:\Program Files\Kodi\system\python\lib\plat-win;C:\Program Files\Kodi\system\python\lib\lib-tk;C:\Program Files\Kodi;C:\Program Files\Kodi\system\python;C:\Program Files\Kodi\system\python\lib\site-packages
    2020-01-15 19:27:26.545 T:12196 DEBUG: CPythonInvoker(7, C:\Users\xxx\AppData\Roaming\Kodi\addons\plugin.video.eurosportplayer\default.py): entering source directory C:\Users\xxx\AppData\Roaming\Kodi\addons\plugin.video.eurosportplayer
    2020-01-15 19:27:26.545 T:12020 ERROR: EXCEPTION: XBMC is not playing any file
    2020-01-15 19:27:26.546 T:12196 DEBUG: CPythonInvoker(7, C:\Users\xxx\AppData\Roaming\Kodi\addons\plugin.video.eurosportplayer\default.py): instantiating addon using automatically obtained id of "plugin.video.eurosportplayer" dependent on version 2.25.0 of the xbmc.python api
    2020-01-15 19:27:27.627 T:12020 ERROR: EXCEPTION: XBMC is not playing any file
    2020-01-15 19:27:31.539 T:12196 ERROR: Previous line repeats 3 times.
    2020-01-15 19:27:31.539 T:12196 INFO: CPythonInvoker(7, C:\Users\xxx\AppData\Roaming\Kodi\addons\plugin.video.eurosportplayer\default.py): script successfully run
    2020-01-15 19:27:31.540 T:7944 DEBUG: Thread waiting 7944 terminating
    2020-01-15 19:27:31.555 T:9552 DEBUG: ------ Window Deinit (DialogBusy.xml) ------
    2020-01-15 19:27:31.555 T:9552 DEBUG: Saving fileitems [plugin://plugin.video.eurosportplayer/]
    2020-01-15 19:27:31.556 T:9552 DEBUG: -- items: 13, sort method: 0, ascending: false
    2020-01-15 19:27:31.604 T:18896 DEBUG: Thread BackgroundLoader start, auto delete: false
    2020-01-15 19:27:31.635 T:12020 ERROR: EXCEPTION: XBMC is not playing any file
    2020-01-15 19:27:31.662 T:5592 INFO: XCURL::DllLibCurlGlobal::easy_acquire - Created session to https://eu3-prod-images.disco-api.com
    2020-01-15 19:27:31.709 T:18896 DEBUG: Thread BackgroundLoader 18896 terminating
    2020-01-15 19:27:31.738 T:7624 DEBUG: ffmpeg[1DC8]: [swscaler] No accelerated colorspace conversion found from yuv420p to bgra.
    2020-01-15 19:27:31.753 T:7624 INFO: XCURL::DllLibCurlGlobal::easy_acquire - Created session to https://eu3-prod-images.disco-api.com
    2020-01-15 19:27:31.767 T:11732 DEBUG: ffmpeg[2DD4]: [swscaler] No accelerated colorspace conversion found from yuv420p to bgra.
    2020-01-15 19:27:31.779 T:15672 DEBUG: ffmpeg[3D38]: [swscaler] No accelerated colorspace conversion found from yuv420p to bgra.
    2020-01-15 19:27:31.787 T:15672 DEBUG: CImageLoader::DoWork - took 104 ms to load special://masterprofile/Thumbnails/5/5d3d2413.jpg
    2020-01-15 19:27:31.845 T:5592 DEBUG: CCurlFile::GetMimeType - https://eu3-prod-images.disco-api.com/2020/01/08/198…6b70f0b5e3.jpeg -> image/jpeg
    2020-01-15 19:27:31.846 T:5592 DEBUG: CurlFile::Open(0x25a62576390) https://eu3-prod-images.disco-api.com/2020/01/08/198…6b70f0b5e3.jpeg
    2020-01-15 19:27:31.859 T:7624 DEBUG: CCurlFile::GetMimeType - https://eu3-prod-images.disco-api.com/2020/01/15/04b…72ebc3060c.jpeg -> image/jpeg
    2020-01-15 19:27:31.859 T:7624 DEBUG: CurlFile::Open(0x25a62575010) https://eu3-prod-images.disco-api.com/2020/01/15/04b…72ebc3060c.jpeg
    2020-01-15 19:27:32.092 T:5592 DEBUG: ffmpeg[15D8]: [swscaler] No accelerated colorspace conversion found from yuv420p to bgra.
    2020-01-15 19:27:32.099 T:5592 DEBUG: Caching image 'https://eu3-prod-images.disco-api.com/2020/01/08/198…6b70f0b5e3.jpeg' to '6/61e84899.jpg':
    2020-01-15 19:27:32.099 T:5592 DEBUG: cached image 'special://masterprofile/Thumbnails/6/61e84899.jpg' size 1920x1080
    2020-01-15 19:27:32.116 T:7624 DEBUG: ffmpeg[1DC8]: [swscaler] No accelerated colorspace conversion found from yuv420p to bgra.
    2020-01-15 19:27:32.122 T:7624 DEBUG: Caching image 'https://eu3-prod-images.disco-api.com/2020/01/15/04b…72ebc3060c.jpeg' to 'd/d6e4cc54.jpg':
    2020-01-15 19:27:32.122 T:7624 DEBUG: cached image 'special://masterprofile/Thumbnails/d/d6e4cc54.jpg' size 1920x1080
    2020-01-15 19:27:32.637 T:12020 ERROR: EXCEPTION: XBMC is not playing any file
    2020-01-15 19:27:32.729 T:5592 DEBUG: CThumbExtractor::DoWork - trying to extract thumb from video file plugin://plugin.video.eurosportplayer/?streamID=498111&mode=playStream&foldername=LIVE+-+17%3A56+-+20%3A00+Uhr%3A+eurosport-1-germany%3A+EM+%7C+Island+-+Ungarn+(LINEAR)
    2020-01-15 19:27:32.730 T:5592 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.eurosportplayer/?streamID=498111&mode=playStream&foldername=LIVE+-+17%3A56+-+20%3A00+Uhr%3A+eurosport-1-germany%3A+EM+%7C+Island+-+Ungarn+(LINEAR)
    2020-01-15 19:27:32.730 T:5592 ERROR: InputStream: Error opening, plugin://plugin.video.eurosportplayer/?streamID=498111&mode=playStream&foldername=LIVE+-+17%3A56+-+20%3A00+Uhr%3A+eurosport-1-germany%3A+EM+%7C+Island+-+Ungarn+(LINEAR)
    2020-01-15 19:27:32.731 T:5592 DEBUG: CThumbExtractor::DoWork - trying to extract thumb from video file plugin://plugin.video.eurosportplayer/?streamID=498114&mode=playStream&foldername=15.01.2020+22%3A18+-+23%3A25+Uhr%3A+eurosport-1-germany%3A+Masters+%7C+London+(LINEAR)
    2020-01-15 19:27:32.732 T:5592 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.eurosportplayer/?streamID=498114&mode=playStream&foldername=15.01.2020+22%3A18+-+23%3A25+Uhr%3A+eurosport-1-germany%3A+Masters+%7C+London+(LINEAR)
    2020-01-15 19:27:32.732 T:5592 ERROR: InputStream: Error opening, plugin://plugin.video.eurosportplayer/?streamID=498114&mode=playStream&foldername=15.01.2020+22%3A18+-+23%3A25+Uhr%3A+eurosport-1-germany%3A+Masters+%7C+London+(LINEAR)
    2020-01-15 19:27:32.733 T:5592 DEBUG: CThumbExtractor::DoWork - trying to extract thumb from video file plugin://plugin.video.eurosportplayer/?streamID=498110&mode=playStream&foldername=15.01.2020+20%3A13+-+22%3A15+Uhr%3A+eurosport-1-germany%3A+EM+%7C+Russland+-+D%C3%A4nemark+(LINEAR)
    2020-01-15 19:27:32.733 T:5592 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.eurosportplayer/?streamID=498110&mode=playStream&foldername=15.01.2020+20%3A13+-+22%3A15+Uhr%3A+eurosport-1-germany%3A+EM+%7C+Russland+-+D%C3%A4nemark+(LINEAR)
    2020-01-15 19:27:32.734 T:5592 ERROR: InputStream: Error opening, plugin://plugin.video.eurosportplayer/?streamID=498110&mode=playStream&foldername=15.01.2020+20%3A13+-+22%3A15+Uhr%3A+eurosport-1-germany%3A+EM+%7C+Russland+-+D%C3%A4nemark+(LINEAR)
    2020-01-15 19:27:32.734 T:5592 DEBUG: CThumbExtractor::DoWork - trying to extract thumb from video file plugin://plugin.video.eurosportplayer/?streamID=497965&mode=playStream&foldername=15.01.2020+20%3A00+-+23%3A30+Uhr%3A+eurosport%3A+Masters+(EVENT)
    2020-01-15 19:27:32.735 T:5592 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.eurosportplayer/?streamID=497965&mode=playStream&foldername=15.01.2020+20%3A00+-+23%3A30+Uhr%3A+eurosport%3A+Masters+(EVENT)
    2020-01-15 19:27:32.735 T:5592 ERROR: InputStream: Error opening, plugin://plugin.video.eurosportplayer/?streamID=497965&mode=playStream&foldername=15.01.2020+20%3A00+-+23%3A30+Uhr%3A+eurosport%3A+Masters+(EVENT)
    2020-01-15 19:27:32.735 T:5592 DEBUG: CThumbExtractor::DoWork - trying to extract thumb from video file plugin://plugin.video.eurosportplayer/?streamID=448909&mode=playStream&foldername=15.01.2020+19%3A45+-+23%3A25+Uhr%3A+eurosport%3A+Masters+(EVENT)
    2020-01-15 19:27:32.736 T:5592 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.eurosportplayer/?streamID=448909&mode=playStream&foldername=15.01.2020+19%3A45+-+23%3A25+Uhr%3A+eurosport%3A+Masters+(EVENT)
    2020-01-15 19:27:32.736 T:5592 ERROR: InputStream: Error opening, plugin://plugin.video.eurosportplayer/?streamID=448909&mode=playStream&foldername=15.01.2020+19%3A45+-+23%3A25+Uhr%3A+eurosport%3A+Masters+(EVENT)
    2020-01-15 19:27:32.736 T:5592 DEBUG: CThumbExtractor::DoWork - trying to extract thumb from video file plugin://plugin.video.eurosportplayer/?streamID=397992&mode=playStream&foldername=15.01.2020+23%3A00+-+03%3A00+Uhr%3A+eurosport%3A+World+Tour+Platinum+%7C+Tournament+Of+Champions+(EVENT)
    2020-01-15 19:27:32.737 T:5592 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.eurosportplayer/?streamID=397992&mode=playStream&foldername=15.01.2020+23%3A00+-+03%3A00+Uhr%3A+eurosport%3A+World+Tour+Platinum+%7C+Tournament+Of+Champions+(EVENT)
    2020-01-15 19:27:32.737 T:5592 ERROR: InputStream: Error opening, plugin://plugin.video.eurosportplayer/?streamID=397992&mode=playStream&foldername=15.01.2020+23%3A00+-+03%3A00+Uhr%3A+eurosport%3A+World+Tour+Platinum+%7C+Tournament+Of+Champions+(EVENT)
    2020-01-15 19:27:32.738 T:5592 DEBUG: CThumbExtractor::DoWork - trying to extract thumb from video file plugin://plugin.video.eurosportplayer/?streamID=498249&mode=playStream&foldername=18%3A58+-+19%3A50+Uhr%3A+eurosport-2-international%3A+Ruhpolding%C2%A0%7C%C2%A0Women+-+7%2C5km+Sprint+(REPLAY)+(LINEAR)
    2020-01-15 19:27:32.739 T:5592 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.eurosportplayer/?streamID=498249&mode=playStream&foldername=18%3A58+-+19%3A50+Uhr%3A+eurosport-2-international%3A+Ruhpolding%C2%A0%7C%C2%A0Women+-+7%2C5km+Sprint+(REPLAY)+(LINEAR)
    2020-01-15 19:27:32.740 T:5592 ERROR: InputStream: Error opening, plugin://plugin.video.eurosportplayer/?streamID=498249&mode=playStream&foldername=18%3A58+-+19%3A50+Uhr%3A+eurosport-2-international%3A+Ruhpolding%C2%A0%7C%C2%A0Women+-+7%2C5km+Sprint+(REPLAY)+(LINEAR)
    2020-01-15 19:27:32.887 T:9552 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
    2020-01-15 19:27:32.888 T:9552 DEBUG: CInputManager::HandleKey: down (0xf081) pressed, action is Down
    2020-01-15 19:27:32.971 T:9552 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
    2020-01-15 19:27:33.254 T:9552 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
    2020-01-15 19:27:33.322 T:9552 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x0000, modifier: 0x0
    2020-01-15 19:27:33.322 T:9552 DEBUG: CInputManager::HandleKey: return (0xf00d) pressed, action is Select
    2020-01-15 19:27:33.337 T:9552 DEBUG: CGUIWindowVideoBase::OnPlayMedia plugin://plugin.video.eurosportplayer/?streamID=498111&mode=playStream&foldername=LIVE+-+17%3A56+-+20%3A00+Uhr%3A+eurosport-1-germany%3A+EM+%7C+Island+-+Ungarn+(LINEAR)
    2020-01-15 19:27:33.339 T:9552 DEBUG: XFILE::CPluginDirectory::StartScript - calling plugin Eurosport Player('plugin://plugin.video.eurosportplayer/','1','?streamID=498111&mode=playStream&foldername=LIVE+-+17%3A56+-+20%3A00+Uhr%3A+eurosport-1-germany%3A+EM+%7C+Island+-+Ungarn+(LINEAR)','resume:false')
    2020-01-15 19:27:33.340 T:9552 DEBUG: CScriptInvocationManager::GetLanguageInvoker - Reusing LanguageInvokerThread 7 for script C:\Users\xxx\AppData\Roaming\Kodi\addons\plugin.video.eurosportplayer\default.py
    2020-01-15 19:27:33.342 T:12196 INFO: initializing python engine.
    2020-01-15 19:27:33.342 T:12196 DEBUG: CPythonInvoker(7, C:\Users\xxx\AppData\Roaming\Kodi\addons\plugin.video.eurosportplayer\default.py): start processing
    2020-01-15 19:27:33.342 T:12196 DEBUG: CPythonInvoker(7, C:\Users\xxx\AppData\Roaming\Kodi\addons\plugin.video.eurosportplayer\default.py): entering source directory C:\Users\xxx\AppData\Roaming\Kodi\addons\plugin.video.eurosportplayer
    2020-01-15 19:27:33.342 T:12196 DEBUG: CPythonInvoker(7, C:\Users\xxx\AppData\Roaming\Kodi\addons\plugin.video.eurosportplayer\default.py): instantiating addon using automatically obtained id of "plugin.video.eurosportplayer" dependent on version 2.25.0 of the xbmc.python api
    2020-01-15 19:27:33.361 T:3988 DEBUG: Thread scriptobs start, auto delete: false
    2020-01-15 19:27:33.562 T:9552 DEBUG: ------ Window Init (DialogBusy.xml) ------
    2020-01-15 19:27:33.639 T:12020 ERROR: EXCEPTION: XBMC is not playing any file
    2020-01-15 19:27:33.673 T:12196 INFO: CPythonInvoker(7, C:\Users\xxx\AppData\Roaming\Kodi\addons\plugin.video.eurosportplayer\default.py): script successfully run
    2020-01-15 19:27:33.687 T:9552 DEBUG: ------ Window Deinit (DialogBusy.xml) ------
    2020-01-15 19:27:33.687 T:3988 DEBUG: Thread scriptobs 3988 terminating
    2020-01-15 19:27:33.692 T:9552 DEBUG: CPlayerCoreFactory::GetPlayers(https://eurosport-dlvr-ott.akamaized.net/primary/2/xxxa…5c88b65c71a852f)
    2020-01-15 19:27:33.692 T:9552 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: system rules
    2020-01-15 19:27:33.692 T:9552 DEBUG: CPlayerSelectionRule::GetPlayers: matches rule: system rules
    2020-01-15 19:27:33.692 T:9552 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: mms/udp
    2020-01-15 19:27:33.692 T:9552 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: lastfm/shout
    2020-01-15 19:27:33.692 T:9552 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtmp
    2020-01-15 19:27:33.692 T:9552 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtsp
    2020-01-15 19:27:33.692 T:9552 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: streams
    2020-01-15 19:27:33.692 T:9552 DEBUG: CPlayerSelectionRule::GetPlayers: matches rule: streams
    2020-01-15 19:27:33.692 T:9552 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: aacp/sdp
    2020-01-15 19:27:33.692 T:9552 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: mp2
    2020-01-15 19:27:33.692 T:9552 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvd
    2020-01-15 19:27:33.692 T:9552 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvdimage
    2020-01-15 19:27:33.692 T:9552 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: sdp/asf
    2020-01-15 19:27:33.692 T:9552 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: nsv
    2020-01-15 19:27:33.692 T:9552 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: radio
    2020-01-15 19:27:33.692 T:9552 DEBUG: CPlayerCoreFactory::GetPlayers: matched 0 rules with players
    2020-01-15 19:27:33.692 T:9552 DEBUG: CPlayerCoreFactory::GetPlayers: adding videodefaultplayer (VideoPlayer)
    2020-01-15 19:27:33.692 T:9552 DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=0
    2020-01-15 19:27:33.692 T:9552 DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=1
    2020-01-15 19:27:33.692 T:9552 DEBUG: CPlayerCoreFactory::GetPlayers: added 1 players
    2020-01-15 19:27:33.694 T:9552 DEBUG: Radio UECP (RDS) Processor - new CDVDRadioRDSData::CDVDRadioRDSData
    2020-01-15 19:27:33.694 T:9552 NOTICE: VideoPlayer::OpenFile: plugin://plugin.video.eurosportplayer/?streamID=498111&mode=playStream&foldername=LIVE+-+17%3A56+-+20%3A00+Uhr%3A+eurosport-1-germany%3A+EM+%7C+Island+-+Ungarn+(LINEAR)
    2020-01-15 19:27:33.694 T:9552 DEBUG: CApplication::OnPlayBackStarted: CApplication::OnPlayBackStarted
    2020-01-15 19:27:33.694 T:16520 DEBUG: Thread VideoPlayer start, auto delete: false
    2020-01-15 19:27:33.694 T:18124 DEBUG: Thread BackgroundLoader start, auto delete: false
    2020-01-15 19:27:33.694 T:16520 NOTICE: Creating InputStream
    2020-01-15 19:27:33.694 T:16520 DEBUG: ADDON: Dll Initializing - InputStream Adaptive
    2020-01-15 19:27:33.695 T:16520 DEBUG: SECTION:LoadDLL(C:\Users\xxx\AppData\Roaming\Kodi\addons\inputstream.adaptive\inputstream.adaptive.dll)
    2020-01-15 19:27:33.700 T:7624 DEBUG: Loading settings for plugin://plugin.video.eurosportplayer/?streamID=498111&mode=playStream&foldername=LIVE+-+17%3A56+-+20%3A00+Uhr%3A+eurosport-1-germany%3A+EM+%7C+Island+-+Ungarn+(LINEAR)
    2020-01-15 19:27:33.704 T:9552 DEBUG: CVideoGUIInfo::InitCurrentItem(plugin://plugin.video.eurosportplayer/?streamID=498111&mode=playStream&foldername=LIVE+-+17%3A56+-+20%3A00+Uhr%3A+eurosport-1-germany%3A+EM+%7C+Island+-+Ungarn+(LINEAR))
    2020-01-15 19:27:33.723 T:9552 DEBUG: CPlayerGUIInfo::InitCurrentItem(plugin://plugin.video.eurosportplayer/?streamID=498111&mode=playStream&foldername=LIVE+-+17%3A56+-+20%3A00+Uhr%3A+eurosport-1-germany%3A+EM+%7C+Island+-+Ungarn+(LINEAR))
    2020-01-15 19:27:33.723 T:18124 DEBUG: Thread BackgroundLoader 18124 terminating
    2020-01-15 19:27:33.823 T:9552 DEBUG: ------ Window Init (DialogBusy.xml) ------
    2020-01-15 19:27:34.314 T:16520 INFO: AddOnLog: InputStream Adaptive: SetVideoResolution (1920 x 1001)
    2020-01-15 19:27:34.314 T:16520 DEBUG: AddOnLog: InputStream Adaptive: Open()
    2020-01-15 19:27:34.314 T:16520 DEBUG: AddOnLog: InputStream Adaptive: found inputstream.adaptive.manifest_type: mpd
    2020-01-15 19:27:34.316 T:16520 DEBUG: AddOnLog: InputStream Adaptive: Initial bandwidth: 4000000
    2020-01-15 19:27:34.344 T:16520 DEBUG: CAddonSettings[inputstream.adaptive]: loading setting definitions
    2020-01-15 19:27:34.345 T:16520 DEBUG: AddOnLog: InputStream Adaptive: MAXRESOLUTION selected: 0
    2020-01-15 19:27:34.348 T:16520 DEBUG: CAddonSettings[inputstream.adaptive]: loading setting definitions
    2020-01-15 19:27:34.350 T:16520 DEBUG: AddOnLog: InputStream Adaptive: MAXRESOLUTIONSECURE selected: 0
    2020-01-15 19:27:34.352 T:16520 DEBUG: CAddonSettings[inputstream.adaptive]: loading setting definitions
    2020-01-15 19:27:34.353 T:16520 DEBUG: AddOnLog: InputStream Adaptive: STREAMSELECTION selected: 0
    2020-01-15 19:27:34.356 T:16520 DEBUG: CAddonSettings[inputstream.adaptive]: loading setting definitions
    2020-01-15 19:27:34.365 T:16520 DEBUG: Previous line repeats 2 times.
    2020-01-15 19:27:34.365 T:16520 DEBUG: CurlFile::Open(0x25a67effa80) https://eurosport-dlvr-ott.akamaized.net/primary/2/xxxa…5c88b65c71a852f
    2020-01-15 19:27:34.365 T:16520 INFO: XCURL::DllLibCurlGlobal::easy_acquire - Created session to https://eurosport-dlvr-ott.akamaized.net
    2020-01-15 19:27:34.674 T:16520 DEBUG: AddOnLog: InputStream Adaptive: Effective URL https://eurosport-dlvr-ott.akamaized.net/primary/2/xxxa…5c88b65c71a852f
    2020-01-15 19:27:45.890 T:9552 DEBUG: DX::DeviceResources::ReleaseBackBuffer: release buffers.
    2020-01-15 19:27:45.891 T:9552 DEBUG: DX::DeviceResources::SetLogicalSize: receive changing logical size to 1920.000000 x 1001.000000
    2020-01-15 19:27:45.891 T:9552 DEBUG: DX::DeviceResources::CreateBackBuffer: create buffers.

  • Hast du eine Anleitung wie das Articfact installieren kann? Normal über zip-Installation hat es leider nicht funktioniert.

    Was funktioniert genau nicht? Kann sein, dass du die bestehende Version deinstallieren musst, weil die version im master branch kleiner ist.
    Und, du musst irgendein kodi 19 nehmen dafür, am sinnvollsten die aktuelle nightly

  • Ich bekomme auch mit Kodi 19 immer diese Meldung :(

    2020-01-16 19:25:49.907 T:16212 DEBUG: CAddonInstaller: installing from zip 'C:\Users\xxx\Downloads\inputstream.adaptive-2.4.0.zip'
    2020-01-16 19:25:49.910 T:16212 ERROR: CAddonInfoBuilder::ADDON::CAddonInfoBuilder::Generate: Unable to load 'zip://C%3a%5cUsers%5cMaximilian%5cDownloads%http://5cinputstream.adaptive-2.4.0.zip/inputstream.adaptive/addon.xml', Line 0
    Error reading end tag.

  • Nutzt du vielleicht win64 UWP? Bei mir funktioniert das update mit der zip Datei unter windows, kein UWP und auch nicht normal installiert (selbst kompiliert).
    Egal wie, ich werde heute mal die aktuellen Änderungen in den Matrix branch mergen, dann sollte morgen alles in den nightlies sein.

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!