Skip to content

place.stream.multistream.createTarget

Lexicon Version: 1

Type: procedure

Create a new target for rebroadcasting a Streamplace stream.

Parameters: (None defined)

Input:

  • Encoding: application/json
  • Schema:

Schema Type: object

NameTypeReq’dDescriptionConstraints
multistreamTargetplace.stream.multistream.target

Output:

  • Encoding: application/json
  • Schema:

Schema Type: place.stream.multistream.defs#targetView

Possible Errors:

  • InvalidTargetUrl: The provided target URL is invalid or unreachable.

{
"lexicon": 1,
"id": "place.stream.multistream.createTarget",
"defs": {
"main": {
"type": "procedure",
"description": "Create a new target for rebroadcasting a Streamplace stream.",
"input": {
"encoding": "application/json",
"schema": {
"type": "object",
"required": ["multistreamTarget"],
"properties": {
"multistreamTarget": {
"type": "ref",
"ref": "place.stream.multistream.target"
}
}
}
},
"output": {
"encoding": "application/json",
"schema": {
"type": "ref",
"ref": "place.stream.multistream.defs#targetView"
}
},
"errors": [
{
"name": "InvalidTargetUrl",
"description": "The provided target URL is invalid or unreachable."
}
]
}
}
}