Hello:
At first I thought it was a problem specific to CoreELEC 19.5 ( https://discourse.coreelec.org/t/coreele...n/19918/11 ), but later we found that it also happened on Kodi 19.5 (x64) on Windows. When trying to play some .m3u files, specifically tvheadend links like:
http://user:password@tvheadendhost:9981/stream/channelid/12345678?profile=pass
by the method:
Videos > Browse to .m3u (tvheadend structure; user:pass@host:9981 etc.) file > .m3u file opens and I can see the channel list into .m3u file > Click on any channel has NO effect at all. No error information, no log information.
With previous Kodi (and CoreELEC) versions, this kind of links ( http://user:password@tvheadendhost:9981/stream/channelid/12345678?profile=pass ) in a .m3u file were played without any problem.
A suggestion made by @vpeter was useful to "solve" this problem.
Replacing:
http://user:pass@host:9981/stream/channelid
with:
#KODIPROP:inputstream=inputstream.ffmpegdirect
#KODIPROP:mimetype=video/mp4
http://user:pass@host:9981/stream/channelid
(using Notepad++)
all the channels seems of the .m3u (from tvheadend) are working.
A bit laborious, but it works.
Anyway, a fix would be good
.
Other CoreELEC (19.5) users seem to have different problems playing .m3u files too. Problems that we did NOT have with previous versions.
Thanks in advance and kind regards
At first I thought it was a problem specific to CoreELEC 19.5 ( https://discourse.coreelec.org/t/coreele...n/19918/11 ), but later we found that it also happened on Kodi 19.5 (x64) on Windows. When trying to play some .m3u files, specifically tvheadend links like:
http://user:password@tvheadendhost:9981/stream/channelid/12345678?profile=pass
by the method:
Videos > Browse to .m3u (tvheadend structure; user:pass@host:9981 etc.) file > .m3u file opens and I can see the channel list into .m3u file > Click on any channel has NO effect at all. No error information, no log information.
With previous Kodi (and CoreELEC) versions, this kind of links ( http://user:password@tvheadendhost:9981/stream/channelid/12345678?profile=pass ) in a .m3u file were played without any problem.
A suggestion made by @vpeter was useful to "solve" this problem.
Replacing:
http://user:pass@host:9981/stream/channelid
with:
#KODIPROP:inputstream=inputstream.ffmpegdirect
#KODIPROP:mimetype=video/mp4
http://user:pass@host:9981/stream/channelid
(using Notepad++)
all the channels seems of the .m3u (from tvheadend) are working.
A bit laborious, but it works.
Anyway, a fix would be good
![Big Grin Big Grin](https://forum.kodi.tv/images/smilies/grin.png)
Other CoreELEC (19.5) users seem to have different problems playing .m3u files too. Problems that we did NOT have with previous versions.
Thanks in advance and kind regards