[BE - RTL] Fixed RTL TVI, PlugRTL and Club RTL (Belgium) channels - #1557
Open
Leadernelson wants to merge 5 commits into
Open
[BE - RTL] Fixed RTL TVI, PlugRTL and Club RTL (Belgium) channels#1557Leadernelson wants to merge 5 commits into
Leadernelson wants to merge 5 commits into
Conversation
Contributor
|
Avant de fusionner je voudrais être convaincu que Android-TV ait besoin d'un traitement special. Je ne suis pas du tout certain que cela soit le cas. |
Author
|
En effet j'ai un problème d'écran noir sur Android et ma solution ne fonctionne toujours pas. Je vais enlever la solution pour n'avoir que le correctif de RTL |
joaopa00
force-pushed
the
dev
branch
2 times, most recently
from
August 16, 2025 19:10
109e0f4 to
f51cd5a
Compare
joaopa00
force-pushed
the
dev
branch
2 times, most recently
from
October 29, 2025 04:54
f85b20e to
8bdd758
Compare
joaopa00
force-pushed
the
dev
branch
3 times, most recently
from
November 16, 2025 11:44
f221bfd to
4b594c6
Compare
joaopa00
force-pushed
the
dev
branch
13 times, most recently
from
December 12, 2025 01:13
2616381 to
c16aa33
Compare
joaopa00
force-pushed
the
dev
branch
12 times, most recently
from
January 4, 2026 06:28
89c9600 to
467e8b3
Compare
joaopa00
force-pushed
the
dev
branch
7 times, most recently
from
January 23, 2026 05:52
bbc04e1 to
e926ae6
Compare
joaopa00
force-pushed
the
dev
branch
4 times, most recently
from
March 1, 2026 04:46
0dbc18a to
e77baa3
Compare
joaopa00
force-pushed
the
dev
branch
2 times, most recently
from
March 16, 2026 02:28
fa36913 to
e19d611
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request significantly improves error handling, robustness, and Android TV compatibility for the RTL Play Belgium channel integration in
rtlplaybe.py. The changes include enhanced login and authentication flows, more flexible extraction of video stream parameters, fallback mechanisms for stream retrieval, and optimized playback for Android TV devices.Authentication and Error Handling Improvements
Stream Extraction and Fallbacks
apiKey, bearer token, and content IDs using multiple regex patterns, improving compatibility with site changes and supporting fallback to the LFVP API if standard extraction fails. [1] [2]get_stream_via_lfvp_apifallback method to retrieve streams directly from the LFVP API when standard extraction is unsuccessful.Android TV Compatibility
get_live_url_with_drm_optionsfunction to offer flexible DRM and player options specifically for Android TV ARM devices.Miscellaneous