Stream Configuration
StreamConfig is a sub-object inside the stream object.
{
"address" : String,
"enable" : Boolean,
"auto_stop" : Boolean,
"remove_audio" : Boolean,
"source" : SourceSelection
}
| Member name | Type | Description |
|---|---|---|
| address | String | IP address to which the data is to be sent. |
| enable | Boolean | Whether the stream is enabled or not |
| auto_stop | Boolean | When true, the stream stops automatically whenever the video source is lost or the resolution changes; it must then be restarted with start. A resolution change alters the stream's bandwidth, so a client can adjust settings such as compression before restarting. Always false for streams other than the scaled stream (HDMI:1). |
| remove_audio | Boolean | When true, HDMI audio is not sent with the stream. Reminder: Audio only present on first HDMI stream ( HDMI 0). |
| source | SourceSelection | (Optional) Selection of the input source. This member is only present if the input source is configurable on this specific stream. |