Skip to main content

Find a Stream by ID

GET 

/streams/:id

Permissions

The API token must include the following scopes: Video.

Request

Path Parameters

    id uuidrequired

    Unique ID of the stream

Responses

OK

Schema

    id uuid

    A unique identifier for the stream

    url string

    RTMP or RTMPS url. This must be the address of a server accepting incoming RTMP/RTMPS streams.

    stream_type string

    The type of stream.

    width integer

    The stream's width.

    height integer

    The stream's height.

    fps integer

    The stream's fps

    created_at date-time
    updated_at date-time
Loading...