-
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
Live stream URLS not working anymore #21
Comments
First of all thanks for the plugin, it was great ... while it worked. I pulled v1.1.2 yesterday and noticed that VRT's livestreams are not working either. If there is anything I can do to help out let me know. Are you sure you need to perform a login to get a valid token? I tried watching the livestream from Sporza's website without being logged in to a vrt.nu account and that seemed to work. |
I was told by a VRT spokesperson that in order to stream the FIFA Worldcup in 720p they had to encrypt the stream, which means it can only be played using specific browsers that supported DRM.
|
I just tried casting to my Chromecast (2nd revision, and that seamed to work fine), so maybe DRM is supported just fine. |
I don't know if this is helpful but i watched the live stream tonight using the hls_aes stream i found here: {
"duration": 0,
"skinType": "live",
"title": "EEN_GEO",
"shortDescription": null,
"drm": "vrt|2018-06-15T22:59:03Z|JQ+5wYy/Tp9XH+ZTKSAoNEVid6kPznYl6noAaJxgq6G2oJlDx4Dt7hA1ctuYQDKyStOdCAcQC25FGtwJvqGNSfXFTpnehDBIGrIF+8os0vymX7tM4pR10v/3BYBTTenNSxm+jsgmbxsoFee3/B26guvbGkXFJjaKuE4ghiIGCAlobStTWYsDYiHuArUpx/Cm|1b6f7e08f445865f2c788e8a6866d79423405a82",
"drmExpired": "2018-06-15T23:59:03.060Z",
"aspectRatio": null,
"targetUrls": [
{
"type": "mpeg_dash",
"url": "https://live-vrt.akamaized.net/groupc/live/8edf3bdf-7db3-41c3-a318-72cb7f82de66/live.isml/.mpd"
},
{
"type": "hls",
"url": "https://live-vrt.akamaized.net/groupc/live/8edf3bdf-7db3-41c3-a318-72cb7f82de66/live.isml/.m3u8"
},
{
"type": "hls_aes",
"url": "https://live-vrt.akamaized.net/groupc/live/8edf3bdf-7db3-41c3-a318-72cb7f82de66/live_aes.isml/.m3u8"
}
],
"posterImageUrl": null,
"channelId": "vualto_een_geo",
"playlist": {
"content": []
},
"chaptering": {
"content": []
}
} I created a .strm file & was able to stream using kodi on a raspberry pi. |
This returns a valid token: curl -X POST https://media-services-public.vrt.be/vualto-video-aggregator-web/rest/external/v1/tokens --header "Content-Type:application/json" |
Changed the title, since this issue was actually about using the new media services (not about the livestreams). If it is DRM related like @dagwieers said then i am not sure if i can solve it. Anyway thanks all for responding i will try to solve the issue |
So if there is a list of live url's we can just use that? I used to use https://services.vrt.be/videoplayer/r/live.json to find all the live streams, but they are no longer valid. |
Excellent! Will implement it like this tomorrow! |
Are these streams 540p or 720p ? Also for the world cup streams ? (Can't test right now) |
Anyone that could find the Sporza streams? |
For sporza, I tried: This gives: {"duration":0,"skinType":"live","title":"","shortDescription":null,"drm":"vrt|2018-06-17T16:21:32Z|wpEiUuhDIPmGB4hf++tasPXQnlxxquRyxVjWztpq937TKp6uxHlNVcDKnRcN5OkcGSjoxFLT5YmAStABzfi+mhmn1wvqMHmefwTqq9W+IkKMYKFziEcfARj11ndZiIQaSxm+jsgmbxsoFee3/B26guvbGkXFJjaKuE4ghiIGCAlobStTWYsDYiHuArUpx/Cm|957336a14795b9e38fa31261464ad845c496e878","drmExpired":"2018-06-17T17:21:32.266Z","aspectRatio":null,"targetUrls":[{"type":"mpeg_dash","url":"https://live-vrt.akamaized.net/groupa/live/7d5f0e4a-3429-4861-91d4-aa3229d7ad7b/live.isml/.mpd"},{"type":"hls","url":"https://live-vrt.akamaized.net/groupa/live/7d5f0e4a-3429-4861-91d4-aa3229d7ad7b/live.isml/.m3u8"},{"type":"hls_aes","url":"https://live-vrt.akamaized.net/groupa/live/7d5f0e4a-3429-4861-91d4-aa3229d7ad7b/live_aes.isml/.m3u8"}],"posterImageUrl":null,"channelId":"vualto_sporza_geo","playlist":{"content":[]},"chaptering":{"content":[]}} Is this usefull? |
I think so! |
@dagwieers its 540p |
Fixed in commit 0118de9. Thanks all for helping! |
This change is working great ! So the 720p stream with DRM mentioned seems to be the stream through the online VRT.NU player only ? |
Guess so, the others gave 404 errors. Lets hope this one sticks around |
Btw if anyone knows how to get a token from https://media-services-public.vrt.be/vualto-video-aggregator-web/rest/external/v1/tokens containing a token starting with "b1" i can solve issue #22 as well! |
Since few days live url streams are not working anymore. Apparently due to DRM
(changed title and content since, everyone is talking about the live streams. While actually that is a seperate issue not related to the original)
The text was updated successfully, but these errors were encountered: