Skip to content
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

Fix streaming url's for ATV, Focus/WTV, ROB, TVL & TV Oost #52

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 6 additions & 9 deletions resources/lib/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
name='ATV',
label='Antwerpen',
description='ATV is een regionale televisiezender voor de provincie Antwerpen.',
live_stream='https://live.zendzend.com/cmaf/29375_107244/master.m3u8?HLS_version=ts',
live_stream='https://live.zendzend.com/mpegts/29375_107244/master_mpegts.m3u8',
logo='http://static.atv.be/atvbe/meta/android-chrome-192x192.png',
website='https://atv.be/',
preset=201,
Expand All @@ -18,7 +18,6 @@
name='BRUZZ',
label='Brussel',
description='Al het nieuws uit Brussel en de beste cultuurtips.',
# live_stream='https://hls-origin01-bruzz.cdn02.rambla.be/adliveorigin-bruzz/_definst_/AZwy8w.smil/playlist.m3u8',
live_stream='https://hls-origin01-bruzz.cdn02.rambla.be/main/adliveorigin-bruzz/_definst_/V3n5YY.smil/playlist.m3u8',
referer='https://player.cdn01.rambla.be/players/video-js/',
logo='https://i.imgur.com/rcfUiWV.jpg',
Expand All @@ -29,9 +28,7 @@
name='Focus TV',
label='West-Vlaanderen',
description='Het meest belangwekkende nieuws uit West-Vlaanderen.',
# live_stream='https://hls-origin01-focus-wtv.cdn01.rambla.be/main/adliveorigin-focus-wtv/_definst_/ARXpX7.smil/playlist.m3u8?',
# live_stream='https://hls-origin01-focus-wtv.cdn01.rambla.be/main/adliveorigin-focus-wtv/_definst_/ARXpX7.smil/playlist.m3u8',
live_stream='https://hls-origin01-focus-wtv.cdn01.rambla.be/main/adliveorigin-focus-wtv/_definst_/WqY7Y3.smil/playlist.m3u8',
live_stream='https://hls-origin01-focus-wtv.cdn01.rambla.be/backup/adliveorigin-focus-wtv/_definst_/WqY7Y3.smil/playlist.m3u8',
referer='http://player.clevercast.com/players/video-js/',
logo='https://i.imgur.com/aGORIN8.png',
website='https://www.focus-wtv.be/',
Expand All @@ -41,7 +38,7 @@
name='WTV',
label='West-Vlaanderen',
description='Het meest belangwekkende nieuws uit West-Vlaanderen.',
live_stream='https://hls-origin01-focus-wtv.cdn01.rambla.be/main/adliveorigin-focus-wtv/_definst_/VyO3OZ.smil/playlist.m3u8',
live_stream='https://hls-origin01-focus-wtv.cdn01.rambla.be/backup/adliveorigin-focus-wtv/_definst_/VyO3OZ.smil/playlist.m3u8',
referer='http://player.clevercast.com/players/video-js/',
logo='https://i.imgur.com/aGORIN8.png',
website='https://www.focus-wtv.be/',
Expand All @@ -51,7 +48,7 @@
name='ROB-tv',
label='Oost-Brabant',
description='Uw dagelijkse portie regionaal nieuws uit Oost-Brabant.',
live_stream='https://live.zendzend.com/cmaf/29375_395477/master.m3u8?HLS_version=ts',
live_stream='https://live.zendzend.com/mpegts/29375_395477/master_mpegts.m3u8',
logo='http://static.tvl.be/robtvbe/meta/android-chrome-192x192.png',
website='https://robtv.be/',
preset=206,
Expand All @@ -60,7 +57,7 @@
name='TVL',
label='Limburg',
description='Het dagelijkse nieuws uit Limburg.',
live_stream='https://live.zendzend.com/cmaf/29375_395474/master.m3u8?HLS_version=ts',
live_stream='https://live.zendzend.com/mpegts/29375_395474/master_mpegts.m3u8',
logo='http://static.tvl.be/tvlbe/meta/android-chrome-192x192.png',
website='https://tvl.be/',
preset=208,
Expand All @@ -69,7 +66,7 @@
name='TV Oost',
label='Oost-Vlaanderen',
description='Uw dagelijkse portie regionaal nieuws uit Oost-Vlaanderen.',
live_stream='https://live.zendzend.com/cmaf/29375_399410/master.m3u8?HLS_version=ts',
live_stream='https://live.zendzend.com/mpegts/29375_399410/master_mpegts.m3u8',
logo='http://static.tvoost.be/tvoostbe/meta/android-chrome-192x192.png',
website='https://tvoost.be/',
preset=209,
Expand Down