place.stream.broadcast.origin

did:web:iame.li

{
  "id": "place.stream.broadcast.origin",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "streamer",
          "server",
          "updatedAt"
        ],
        "properties": {
          "server": {
            "type": "string",
            "format": "did",
            "description": "did of the server that's currently rebroadcasting the livestream"
          },
          "streamer": {
            "type": "string",
            "format": "did",
            "description": "DID of the streamer whose livestream is being published"
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime",
            "description": "Periodically updated timestamp when this origin last saw a livestream"
          },
          "irohTicket": {
            "type": "string",
            "maxLength": 2048,
            "description": "Iroh ticket that can be used to access the livestream from the server"
          },
          "broadcaster": {
            "type": "string",
            "format": "did",
            "description": "did of the broadcaster that operates the server syndicating the livestream"
          },
          "websocketURL": {
            "type": "string",
            "format": "uri",
            "description": "URL of the websocket endpoint for the livestream"
          }
        }
      },
      "description": "Record indicating a livestream is published and available for replication at a given address. By convention, the record key is streamer::server"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against place.stream.broadcast.origin

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:iame.li
CID
bafyreibinjgjprwmvgqbi445r44qfktv7ker4oyiyrxysdsc4ezx7p6xwu
Indexed At
2026-01-21 20:30 UTC
AT-URI
at://did:web:iame.li/com.atproto.lexicon.schema/place.stream.broadcast.origin

Lexicon Garden

@