Details for playback from an live input using RTMPS.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/stream_playback_rtmps", "title": "stream_playback_rtmps", "description": "Details for playback from an live input using RTMPS.", "properties": { "streamKey": { "$ref": "#/components/schemas/stream_playback_rtmps_stream_key" }, "url": { "$ref": "#/components/schemas/stream_playback_rtmps_url" } }, "type": "object" }