place.stream.multistream.target

did:web:stream.place

Documentation

An external server for rebroadcasting a Streamplace stream

main record

An external server for rebroadcasting a Streamplace stream

Record Key tid Timestamp-based ID

Properties

active boolean Required

Whether this target is currently active.

createdAt string datetime Required

When this target was created.

name string Optional

A user-friendly name for this target.

maxLength: 100 bytes
url string uri Required

The rtmp:// or rtmps:// url of the target server.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "url",
      "active",
      "createdAt"
    ],
    "properties": {
      "url": {
        "type": "string",
        "format": "uri",
        "description": "The rtmp:// or rtmps:// url of the target server."
      },
      "name": {
        "type": "string",
        "maxLength": 100,
        "description": "A user-friendly name for this target."
      },
      "active": {
        "type": "boolean",
        "description": "Whether this target is currently active."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "When this target was created."
      }
    }
  },
  "description": "An external server for rebroadcasting a Streamplace stream"
}

Lexicon Garden

@