APIs.io Engineering Platform · Schema
stream_live_input
Details about a live input.
APIs.ioEngineeringPlatform
Properties
| Name | Type | Description |
|---|---|---|
| created | object | |
| deleteRecordingAfterDays | object | |
| meta | object | |
| modified | object | |
| recording | object | |
| rtmps | object | |
| rtmpsPlayback | object | |
| srt | object | |
| srtPlayback | object | |
| status | object | |
| uid | object | |
| webRTC | object | |
| webRTCPlayback | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/stream_live_input",
"title": "stream_live_input",
"description": "Details about a live input.",
"properties": {
"created": {
"$ref": "#/components/schemas/stream_live_input_created"
},
"deleteRecordingAfterDays": {
"$ref": "#/components/schemas/stream_live_input_recording_deletion"
},
"meta": {
"$ref": "#/components/schemas/stream_live_input_metadata"
},
"modified": {
"$ref": "#/components/schemas/stream_live_input_modified"
},
"recording": {
"$ref": "#/components/schemas/stream_live_input_recording_settings"
},
"rtmps": {
"$ref": "#/components/schemas/stream_input_rtmps"
},
"rtmpsPlayback": {
"$ref": "#/components/schemas/stream_playback_rtmps"
},
"srt": {
"$ref": "#/components/schemas/stream_input_srt"
},
"srtPlayback": {
"$ref": "#/components/schemas/stream_playback_srt"
},
"status": {
"$ref": "#/components/schemas/stream_live_input_status"
},
"uid": {
"$ref": "#/components/schemas/stream_live_input_identifier"
},
"webRTC": {
"$ref": "#/components/schemas/stream_input_webrtc"
},
"webRTCPlayback": {
"$ref": "#/components/schemas/stream_playback_webrtc"
}
},
"type": "object"
}