-
Notifications
You must be signed in to change notification settings - Fork 245
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
.mpd fail only on Linux #695
Comments
Only thing I see different in manifest is PT2.0S Oh wait, it's working on windows so not that. Debug log please |
yep, it is ONLY present on Linux May you confirm that ffmpeg still can't read .mpd ? This is the log |
You could try ffmpeg direct |
if i must install a plugin i prefer IA :-) |
your issue is
It downloads initially, then fails when trying to refresh the manifest Also, you can't use? |
Maybe, but it is interesting understand if it is an IA bug. |
you'll need find why download is failing in Linux. Enable component debug logging for CURL. |
On chrome there is no problem, the .mpd is downloaded very speedy, yes probably every two seconds |
Enable component debug logging for CURL in Kodi |
https://paste.kodi.tv/anetoticig.kodi p.s. how you find the .m3u8 link ? |
i had googled and found this: hmm your log doesn't say much... Are you able to try with a build from here: |
I'm seeing that it's trying for those Bluray structure files in the log, bdmv etc: |
@matthuisman |
is is possible you try Kodi 19.0 ? |
here there isn't linux version: Where download kodi19.0.deb ? |
Now that I remember, i updated two days ago from 19.0 to 19.1 in the hope that it solve this problem. |
I tested on Ubuntu 22.04 by using Kodi v20 @glennguy Kodi 19 is EOL, and the branch is broadly diverged, |
we have just discussed internally and we stop Kodi 19 development |
In my plugin, RepubblicaItaliana that you can find on Official Kodi Repo, there is a strange problem but only on Linux (tested on Ubuntu 20.04 + Kodi 19.1 + IA 2.6.15).
The plugin have some tv channel in it, all play directly by ffmpeg, but only one is a .mpd link so I use IA only for it.
It is not encripted, it not use widevine.
On Win10 and on Android there is no problem, instead if i play this channel on linux: TV-->TgCom24
This is the piece of code
This is the manifest.mpd
manifest.txt
This is the stream
https://www.tgcom24.mediaset.it/video/
this is the last version of the plugin not loaded yet on kodi repo
plugin.video.repubblicaitaliana.zip
The text was updated successfully, but these errors were encountered: