/stream/{media_id}
GET /stream/{media_id}
Replace {media_id} with the media ID supplied in the video object from the /media/list API
Purpose
Generates a stream URL of the given media ID.
Stream URLs are dynamic with a short validity period. A new stream URL must be requested each time. Do not cache the response object of this endpoint!
Response Object
{
streamUrl : "https://haus.live/649f5fe6-8eb4-4b82-9b29-c917a640f9d8"
}Last updated