-
Notifications
You must be signed in to change notification settings - Fork 420
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
[media.ccc.de] No streams for live streams #766
Labels
Comments
TobiGr
added
bug
Issue is related to a bug
ASAP
Issue needs to be fixed as soon as possible
media.ccc.de
service, https://media.ccc.de
labels
Dec 27, 2021
The following JSON is returned for this stream, if it helps for debugging: {
"slug": "cbase",
"schedulename": "c-base",
"thumb": "https://cdn.c3voc.de/thumbnail/cbase/thumb.jpeg",
"poster": "https://cdn.c3voc.de/thumbnail/cbase/poster.jpeg",
"link": "https://streaming.media.ccc.de/rc3/cbase",
"display": "c-base",
"stream": "cbase",
"talks": {
"current": {
"fstart": "2021-12-27T13:30:00+01:00",
"fend": "2021-12-27T14:15:00+01:00",
"tstart": "13:30",
"tend": "14:15",
"start": 1640608200,
"end": 1640610900,
"offset": 3600,
"duration": 2700,
"title": "StVO hacken - Verkehrswende selbermachen",
"speaker": "Laura Fritsche",
"room_known": true,
"optout": false
},
"next": {
"fstart": "2021-12-27T16:00:00+01:00",
"fend": "2021-12-27T16:30:00+01:00",
"tstart": "16:00",
"tend": "16:30",
"start": 1640617200,
"end": 1640619000,
"offset": 3600,
"duration": 1800,
"title": "Facebook Files Explained",
"speaker": "Svea",
"room_known": true,
"optout": false
}
},
"streams": [
{
"slug": "hls-native",
"display": "c-base ",
"type": "hls",
"isTranslated": false,
"videoSize": null,
"urls": {}
},
{
"slug": "audio-native",
"display": "c-base Audio",
"type": "audio",
"isTranslated": false,
"videoSize": null,
"urls": {
"hls": {
"display": "HLS",
"tech": "AAC, VBR",
"url": "https://cdn.c3voc.de/hls/cbase/segment_Native.m3u8"
}
}
},
{
"slug": "hd-native",
"display": "c-base FullHD Video",
"type": "video",
"isTranslated": false,
"videoSize": [
1920,
1080
],
"urls": {
"hls": {
"display": "HLS",
"tech": "1920x1080, h264+AAC im MPEG-TS-Container via HTTP, 3 MBit/s",
"url": "https://cdn.c3voc.de/hls/cbase/native_hd.m3u8"
}
}
}
]
} Full JSON for reference: mediaccc_livestreams.json.txt The issue is probably in |
I am currently on it |
TobiGr
added a commit
that referenced
this issue
Dec 27, 2021
The API was slightly changed and only HLS streams are provided anymore. Add a basic test for to check whether the required streamInfo fields are available. Closes #766
TobiGr
added a commit
that referenced
this issue
Dec 27, 2021
The API was slightly changed and only HLS streams are provided anymore. Add a basic test for to check whether the required streamInfo fields are available. Closes #766
3 tasks
TobiGr
added a commit
that referenced
this issue
Dec 27, 2021
The API was slightly changed and only HLS streams are provided anymore. Add a basic test for to check whether the required streamInfo fields are available. Closes #766
TobiGr
added a commit
that referenced
this issue
Dec 27, 2021
The API was slightly changed and only HLS streams are provided anymore. Add a basic test for to check whether the required streamInfo fields are available. Closes #766
Would be nice to resolve this with events coming up, especially the annual big event. |
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Exception
Crash log
The text was updated successfully, but these errors were encountered: