Api endpoint for .m3u8 playlist link #1587
-
Hi everyone, I'm working on an integration between Artemis, an open-source learning platform, and TUM-Live I need to retrieve the .m3u8 playlist link for a given lecture video so it can be played directly inside a custom video player in Artemis. Ideally, I'm looking for an API endpoint from TUM-Live (or any relevant backend) that: Returns a .m3u8 HLS playlist URL for a specific lecture video, And can be consumed server-side (e.g., by our Artemis backend) Any help or documentation links would be greatly appreciated. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
Have you seen our proto spec? gocast/apiv2/server/apiv2.proto Line 203 in fe27e2b Note: This will only be possible for lectures that are public or hidden. Any streams that require user login won't be obtainable from Artemis servers. I recommend embeding streams via iframes, adding |
Beta Was this translation helpful? Give feedback.
-
@joschahenningsen I would also like to ask if the following is possible. |
Beta Was this translation helpful? Give feedback.
-
Hi, thank you for your reply. |
Beta Was this translation helpful? Give feedback.
This should be helpful to: https://tum.live/api/v2/docs/
Btw, video sections/segments and transcripts are already features in TUM-Live. Some of the work might be well invested in making those features available in embeded videos too instead of rebuilding an existing feature. But that's just my two cents :)