docs(travis): Update protocol.md - 2a2f344 [skip ci]

This commit is contained in:
Travis CI 2017-11-06 09:55:25 +00:00
parent 2a2f3441ef
commit 1878de9f6b

View File

@ -3587,7 +3587,7 @@
"subheads": [], "subheads": [],
"description": "Start streaming.\nWill return an `error` if streaming is already active.", "description": "Start streaming.\nWill return an `error` if streaming is already active.",
"param": [ "param": [
"{Object (optional)} `stream` Special stream configuration.", "{Object (optional)} `stream` Special stream configuration. Please note: these won't be saved to OBS' configuration.",
"{String (optional)} `stream.type` If specified ensures the type of stream matches the given type (usually 'rtmp_custom' or 'rtmp_common'). If the currently configured stream type does not match the given stream type, all settings must be specified in the `settings` object or an error will occur when starting the stream.", "{String (optional)} `stream.type` If specified ensures the type of stream matches the given type (usually 'rtmp_custom' or 'rtmp_common'). If the currently configured stream type does not match the given stream type, all settings must be specified in the `settings` object or an error will occur when starting the stream.",
"{Object (optional)} `stream.metadata` Adds the given object parameters as encoded query string parameters to the 'key' of the RTMP stream. Used to pass data to the RTMP service about the streaming. May be any String, Numeric, or Boolean field.", "{Object (optional)} `stream.metadata` Adds the given object parameters as encoded query string parameters to the 'key' of the RTMP stream. Used to pass data to the RTMP service about the streaming. May be any String, Numeric, or Boolean field.",
"{Object (optional)} `stream.settings` Settings for the stream.", "{Object (optional)} `stream.settings` Settings for the stream.",
@ -3605,7 +3605,7 @@
{ {
"type": "Object (optional)", "type": "Object (optional)",
"name": "stream", "name": "stream",
"description": "Special stream configuration." "description": "Special stream configuration. Please note: these won't be saved to OBS' configuration."
}, },
{ {
"type": "String (optional)", "type": "String (optional)",