place.stream.multistream.target

did:web:stream.place

{
  "id": "place.stream.multistream.target",
  "defs": {
    "main": {
      "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"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against place.stream.multistream.target

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:stream.place
CID
bafyreiddu5oxjvosp77gfmxqvvz5ikndoh6llazeqyymjbd54qsvwqcgtu
Indexed At
2026-01-25 11:50 UTC
AT-URI
at://did:web:stream.place/com.atproto.lexicon.schema/place.stream.multistream.target

Lexicon Garden

@