Unable to properly resolve streams
#1
Hello,

I 've recently forked an abandoned addon mostly to update it and give it new life. The addon uses the official streams available in their respective websites and vod content as well. In a word legit...

So far I 've managed to update the live channels, however the vod content is a mess. I am trying to utilize the urlresolver script for universal and hassle free resolving of the streams. Before had internal resolvers.

But the kodi.log is flooded with those error messages as stated in the title of this thread with unsupported protocols and such. What needs to be done to fix the resolving process?

Kodi.log: http://pastebin.com/raw/H5Sh1xJL
addon.py: http://pastebin.com/raw/3quAJynJ
addon.xml: http://pastebin.com/raw/c6Bg1yp0

Live channels play but still have errors like this:

Code:
22:09:18 T:8412 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.greek.tv/?action=play_live&channel=EPT1

All files have Unix EOL (don't know if that matters). Using notepad++ and github desktop app.
Reply
#2
I was just researching the same. I'm seeing multiple entries in the log file, including entries about an addon that I'm writing from scratch. I was curious to know what it meant. Everything is working just fine. Maybe some of the core Kodi members will have an idea.
Reply
#3
So while I doing more research as what happens I also got this error message by turning on the debug logging as well:

Code:
CThumbExtractor::DoWork - trying to extract filestream details from video file plugin://plugin.video.greek.tv/?action=play_live&channel=PLUS_TV

It turns out that Kodi is trying to make a thumbnail from the stream and is unable to do. So its fine, it doesn't matter.

But what I am unable to do at the moment is properly resolve the stream, example:

Code:
01:58:28 T:5392 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.greek.tv/?action=play&url=http%3A%2F%2Fwww.antenna.gr%2Fwebtv%2Fwatch%3Fcid%3D_dr_jhikp_ch_co%3D
Reply
#4
I'm not sure what you mean by "properly resolve the stream". Are you having a problem understanding the encoded URL in that request or is the URL not pointing to a video stream that Kodi can use?
Reply

Logout Mark Read Team Forum Stats Members Help
Unable to properly resolve streams0