Haus Live
  • ✨Overview
    • Haus Live Digital Partner Platform
    • Why Consider the Platform?
    • Getting Started
  • 🛠️For Developers
    • API Overview
    • Streaming Specifications
    • Authentication
    • Whitelisting
    • API Reference
      • /media/list
      • /stream/{media_id}
      • Field Data Reference
        • Categories
        • Durations
        • Difficulties
Powered by GitBook
On this page
  • GET /stream/{media_id}
  • Purpose
  • Response Object
  1. For Developers
  2. API Reference

/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"
}
Previous/media/listNextField Data Reference

Last updated 2 years ago

🛠️