Details for playback from an live input using SRT.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/stream_playback_srt", "title": "stream_playback_srt", "description": "Details for playback from an live input using SRT.", "properties": { "passphrase": { "$ref": "#/components/schemas/stream_playback_srt_stream_passphrase" }, "streamId": { "$ref": "#/components/schemas/stream_playback_srt_stream_id" }, "url": { "$ref": "#/components/schemas/stream_playback_srt_url" } }, "type": "object" }