/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.

Response Object

{
    streamUrl : "https://haus.live/649f5fe6-8eb4-4b82-9b29-c917a640f9d8"
}

Last updated