-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update script for new urls from the websites #1
Comments
I tested the URL
which gives I will keep the |
I am able to reproduce the behavior in #1 (comment) using Moving forward, I would wait for the next Bezirksvertretungssitzung Leopoldstadt on 25th of June 2024 at 5 pm and test manually as well as automated. @noahsmindfuck I think with "use the next dates of the bv sessions to capture the possible live stream urls" we would be able to know when to check the justlive URLs directly and we might get away without any regexp'ing on streams. |
It turns out ffmpeg can't directly work with the |
The url's have changed. Apparently the url from the script
'url': 'https://stream.wien.gv.at/live/ngrp:bv' + district_str_lz + '.stream_all/playlist.m3u8'
is not valid anymore or at least not for all streams (needs to be tested).
one example link looks like this:
src="https://z4atvie10swse101.rtccdn.com/pidbv/smil:pidbv_1060.smil/playlist.m3u8"
also, one was able to view the stream here so maybe that is another valid source:
https://pidbv.justlive.tv/player.php?stream=bv1060
TODO:
Possible help:
The text was updated successfully, but these errors were encountered: