Kodi Community Forum
Solved v19 - Can't play a channel url of internal plugin - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+---- Forum: PVR (https://forum.kodi.tv/forumdisplay.php?fid=136)
+---- Thread: Solved v19 - Can't play a channel url of internal plugin (/showthread.php?tid=364385)



v19 - Can't play a channel url of internal plugin - burekas - 2021-09-09

Hi,

I'm using this PVR client: pvr.iptvsimple
(Kodi 19.1)

The specific channel is defined like this:
Code:
#EXTINF:-1 tvg-id="12" group-title="עידן פלוס" tvg-logo="https://s33.postimg.cc/70bfiy0bj/Keshet12.jpg",ערוץ 12 - קשת (HD)
http://127.0.0.1:65007/?url=plugin://plugin.video.israelive/&channelid=2&mode=11
So the url is point to an internal plugin:

but when I try to play it, it seems that there is problem with creating the Demuxer or something.
(By the way: In Kodi 17.6 it was ok)

Code:
INFO <general>: VideoPlayer::OpenFile: pvr://channels/tv/All%20channels/pvr.iptvsimple_1260388524.pvr
DEBUG <general>: Thread VideoPlayer start, auto delete: false
DEBUG <general>: CApplication::OnPlayBackStarted: CApplication::OnPlayBackStarted
INFO <general>: Creating InputStream
DEBUG <general>: CurlFile::Open(0xd9b12fe980) http://127.0.0.1:65007/?url=plugin://plugin.video.israelive/&channelid=2&mode=11
DEBUG <general>: Loading settings for pvr://channels/tv/All%20channels/pvr.iptvsimple_1260388524.pvr
DEBUG <general>: CPlayerGUIInfo::InitCurrentItem(pvr://channels/tv/All%20channels/pvr.iptvsimple_1260388524.pvr)
Code:
INFO <general>: Creating Demuxer
ERROR <general>: CDVDDemuxFFmpeg::Open - error probing input format, http://127.0.0.1:65007/?url=plugin://plugin.video.israelive/&channelid=2&mode=11
ERROR <general>: CVideoPlayer::OpenDemuxStream - Error creating demuxer
INFO <general>: CVideoPlayer::OnExit()

Kodi full debug log: https://paste.ubuntu.com/p/v8S2vxYddr

What could be the problem?

Thanks.


RE: Can't play a channel url of internal plugin - burekas - 2021-09-11

The issue is resolved.
For more details check this:
https://forum.kodi.tv/showthread.php?tid=364399


v19 - Can't play a channel url of internal plugin - Klojum - 2021-09-11

Thread marked solved.