place.stream.multistream.createTarget
Lexicon Version: 1
Definitions
Section titled “Definitions”Type: procedure
Create a new target for rebroadcasting a Streamplace stream.
Parameters: (None defined)
Input:
- Encoding:
application/json - Schema:
Schema Type: object
| Name | Type | Req’d | Description | Constraints |
|---|---|---|---|---|
multistreamTarget | place.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 Source
Section titled “Lexicon Source”{ "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." } ] } }}