Skip to content

Conversation

@fschrempf
Copy link

According to https://forum.kodi.tv/showthread.php?tid=353560 inputstreamaddon is deprecated in favor of inputstream.
This fixes the following error e. g. when trying to play a dash stream using the filmfriend plugin:

ERROR <general>: CInputStreamAddon::Supports - 'inputstreamaddon' has been deprecated, please use `#KODIPROP:inputstream=inputstream.adaptive` instead
INFO <general>: Python interpreter stopped
INFO <general>: Creating Demuxer
ERROR <general>: Open - error probing input format, https://ak01-flm.delivery.fuugo.com/filmleihe/filme/i_am_love/i_am_love.mpd
ERROR <general>: OpenDemuxStream - Error creating demuxer

According to https://forum.kodi.tv/showthread.php?tid=353560 `inputstreamaddon` is deprecated in favor of `inputstream`.
This fixes the following error e. g. when trying to play a dash stream using the filmfriend plugin:

ERROR <general>: CInputStreamAddon::Supports - 'inputstreamaddon' has been deprecated, please use `#KODIPROP:inputstream=inputstream.adaptive` instead
INFO <general>: Python interpreter stopped
INFO <general>: Creating Demuxer
ERROR <general>: Open - error probing input format, https://ak01-flm.delivery.fuugo.com/filmleihe/filme/i_am_love/i_am_love.mpd
ERROR <general>: OpenDemuxStream - Error creating demuxer
@aardjon
Copy link

aardjon commented Nov 24, 2021

👍

I applied this patch to my plugin installation. Deprecation message is gone and everything seems to work. I'd vote for accepting.

@fschrempf
Copy link
Author

@aardjon Thanks for testing!
@sarbes Are you still maintaining this plugin?

@bjoerns1983
Copy link

@sarbes would be nice if you could merge that PR so the plugins sty useable

@caffeineFox
Copy link

this patch also works for me 👍
@sarbes if you don't have enough time to maintain this repository (and, for example, plugin.video.filmfriend) or want to concentrate on other projects, I'd be glad to lend a helping hand from time to time!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants