-
Notifications
You must be signed in to change notification settings - Fork 374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
URL format works on Windows but not on Android - Libcurl - Disable http2 #294
Comments
Please supply a full debug log. Without that I cannot help you as I don’t have android. |
Note however that is not a standard way to pass a username and password via a URL. Either: http://user:[email protected]/stream.m3u Or: Would be the usual ways. |
Unfortunately the methods you mentioned are not valid for the system we are using. However the strange thing as I mentioned is that in Kodi on Windows it works fine, but Kodi on Android does not load the m3u. I'm attaching the log here as you requested. |
Ok, the url works for my on any platform I have. Can you try turning off caching in the addon settings? |
Also, if you paste the url into a browser on android does it download the M3U file? |
I turned the cache off but the problem persists, no change at all. If I paste the link into the browser on Android it successfully downloads the playlist. |
Can you try URL encoding the So So: |
Ok I just tried but no change I'm afraid |
I wanted to add that if I download the actual m3u file and add it to the client as a local path it works. |
Do you have another android system to try this on and maybe also try with the Matrix build? |
can you try loading a file from a local web server that also has |
I think this is an incompatibility between Android and the service you are using. Can you upgrade Android? |
The problem is that libcurl supports http/2 protocol and offer this with http header The solution in Kodi Matrix is to disable http2 support with network/disablehttp2 in advancedsettings.xml.
|
@pittas I Also see the api issue. I am a experienced member on XDA developers hub https://forum.xda-developers.com/member.php?u=7602857 I hope I can help you guys out. Right Now I can't seem to do any pull requests on the main https : // xbmc / xbmc thread it seems to be locked. 😄 |
I am using the Nice Restreamer panel which generates the m3u url in the following formats:
[MPEGTS]
http://host.com:4300/mpg/user:pass:playlist.m3u
[SIPTV]
http://host.com:4300/siptv/user:pass:playlist.m3u
The unusual thing is that using Kodi on Windows it works fine, but when using the same m3u url on Kodi on Android it cannot load the channel list. Could this have something to do with the ':' character within the m3u?
https://nice-panel.com/faq.html#
The text was updated successfully, but these errors were encountered: