-
Notifications
You must be signed in to change notification settings - Fork 91
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
FRANCE TV a free account is now requested to access replay and live TV ? #1285
Comments
I confirm ! |
Je confirme également. |
Bonsoir à tous, |
For the time being, I could only fix the live stream of FranceTV |
So I've been able to get as far as getting links ending in .dash for the replay videos, but I end up in an inputadaptive error when trying to stream it with a message no MOOV in stream And that goes beyond what I know. So if someone comes by with an idea, I'd be happy to discuss it. |
So, perseverance was key. I'm attaching a new version of the resolver_proxy.py file. Simply replace the one in the addon folder and it should repair both live and replay France TV. (remember to change the extension back to .py) |
Hello, thank you IceFreak66 for your file. Now a gift for easy use (stick and nvidiashiel...). I've modified addon and put in new resolver. Cadeau pour vous les gars fichier a ajouter dans kodi France TV marche a nouveau. All work perfectly.. |
Just a FYI, it's not really a durable fix. I found out that if you make france tv think you use a safari browser, it returns only m3u8 feeds. So it works that way. |
Thank you, this fix works perfectly, just replaced "resolver_proxy.py" from catchup extension by the one in zip file. |
There's actually no need for that, the issue was a missing parameter in an http call (probably after a change in API from FranceTV) which I added. All feeds can be retrieved without the need for an account at all. The one issue remaining is about the dash-mpeg so that we don't need to force the call to be made with the browser param set to safari |
Thank you. All is fine on my nvidia shield with the py file transfered. |
I'm not too sure if that's the very same issue or not, but something similar was reported and fixed (tried it myself) here :
Again, no idea if the fix above already addresses that too or not... |
Hello all, Merci @Olivier1967 pour ton zip, j'ai bien installé ta version updatée dans kodi et ça fonctionne :) Merci et très bonne journée à tous ! |
This version works with the dash-mpeg streams : But sometimes the video doesn't start (infinite loading) when I switch between series or episodes. I have exactly the same problem with the france.tv plugin (with the fix mentioned by DavidC-75), so maybe it's my computer (Windows). Can anyone try? |
Hello @sebmourlhou Do you mind if I take your file and take a look into making it more stable ? |
Sure you can |
So, I found the error, but I don't know how to adress it. When it works, it's because the curl command to retreive the manifest.md file is done with the proper user agent. When it fails, it's because the request is done with the user agent : Kodi/20.4 (Windows NT 10.0.22631.3235; Win64; x64) App_Bitness/64 Version/20.4-(20.4.0)-Git:20240211-4868e9c709 But I have no idea why curl would change the user-agent at random points. I'm gonna delve a little more into it Edit : The issue is somewhere in inputstream.adaptive, I can't look into it any further |
From inputstream adaptive github : Fix inputstream.adaptive.manifest_params which params was not applied to manifest request in 21.4.3-Omega So I'm pretty sure that's the source of the problem. |
I can confirm it's working in Kodi 21 beta 3 |
Note: SebMourlhou’s patch requires nonfree Widevine DRM support, whereas I can watch movies without Widevine thanks to IceFreak66’s patch. |
@pols12 for the same program? |
Yeah, that's normal. My patch is forcing the request to be made as a safari browser. When you do that, france tv servers only return hls streams for every program. |
With safari browser, only hls streams are available? |
I tested out a lot of programs, and I only ever got hls back when querying as safari. I cannot conclusively say safari browser will only ever get hls, but it seems that way at least. |
Can you try taxi driver in category - cinema -suspense |
Running as chrome : "video": { Running as safari : "video": { No DRM in either |
just play around with the os and browser parameters |
And no I can't play by myself. I am geoblocked for several months.... |
Hello, i'm new here and try to install the "@Olivier1967's gift" on myfirestick but Idk how to do that with Kodi. |
@Barthorel I don't have this kind of asset but you can try a ftp connection I guess |
Renaming and replacing resolver_proxy.py.txt in folder solve the problem for France TV except for France 5 (for it I have an infinite search). Thanks for the hard work ;) |
Fire Stick
A general guideline is to avoid ugly and disrespectful Amazon products and services. However, I tried to get information from the web to provide those methods, hoping they can help you. Method 1: From a command line interface shell
I’m not sure about locations (/sdcard …). You can probably get current location thanks to Method 2: From Fire OS apps
Method 3: From Fire OS, then Kodi
|
Hello, an official patch is out i think : #1299 |
To fix "Download failed with error 403" when playing dash streams in francetv replays, you must modify the header provided to the inputstream.adaptive addon.
Fix tested with kodi 20 et kodi 21:
|
It works with the last version 0.2.40~beta03 |
Sorry France.tv replay don't work for me under kodi 21, always error 403. Fix by changing in file resolver_proxy.py line |
It seems that a free account with login and password is requested in order to access FRANCE TV server.
Is anyone can confirm this ?
Regards
The text was updated successfully, but these errors were encountered: