-
Notifications
You must be signed in to change notification settings - Fork 20
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
Add Radio 2 and events live stream #685
Conversation
It seems
|
I noticed that as well, and it was the reason for not merging it right away. I wanted to test this on another device first. |
I had not seen the errors before, so 415 is Unsupported Media Type again? |
Yes, Unsupported Media Type, there must be something wrong with this stream. I tried playing the stream https://live-radio-cf.lwc.vrtcdn.be/groupa/live/d6fdec5d-5d67-4cc3-9f8c-e3e8993c8ee4/live.isml/.mpd with https://www.jwplayer.com/developers/stream-tester/ and I also got an error. Same 415 error with
VRT should fix this, this error is documented in the Unified Streaming Platform docs:
https://docs.unified-streaming.com/documentation/vod/troubleshooting.html#unsupported-media-type We experienced this error earlier with some VOD content: #307 (comment) So, we should keep |
Sure, let's keep this open for now. |
77600f6
to
9396a11
Compare
I reported this issue to VRT NU, let's see what they say about it. Update: They replied this is not related to VRT NU. Need to report it to VRT instead. |
9396a11
to
a040358
Compare
a040358
to
eb8638c
Compare
I am going to merge this as this adds the extra Events streams (which includes the rugby match between Belgium and Spain on Events 2 stream) |
d4bfa2a
to
1155c31
Compare
The web scraper seems broken again. I am going to look at the webscraper this evening. |
There were just two more problems with unit tests. Fixed in #693 |
1155c31
to
61d2508
Compare
It appears Radio 2 works as well using a vualto-radio2 id, and we can also add Radio 1.
61d2508
to
8d1c7d9
Compare
Since the VRT Events 3 stream no longer carries the Radio 1 live stream, I tried a third attempt at contacting VRT to report the HTTP 415 Unsupported Media Type error using https://www.vrt.be/nl/heb-je-een-vraag/ I will create a PR to make vualto_radio1 the default stream for Radio 1 live stream, even when it starts to play with an 11 seconds daly 😞 |
It appears Radio 2 works as well using a vualto-radio2 id, and we can
also add Radio 1.