place.stream.live.subscribeSegments

did:web:stream.place View official

Documentation

Subscribe to a stream's new segments as they come in!

main subscription

Subscribe to a stream's new segments as they come in!

Parameters

streamer string Required

The DID of the streamer to subscribe to

Message Types

Open union
View raw schema
{
  "type": "subscription",
  "message": {
    "schema": {
      "refs": [
        "#segment"
      ],
      "type": "union"
    }
  },
  "parameters": {
    "type": "params",
    "required": [
      "streamer"
    ],
    "properties": {
      "streamer": {
        "type": "string",
        "description": "The DID of the streamer to subscribe to"
      }
    }
  },
  "description": "Subscribe to a stream's new segments as they come in!"
}
segment bytes

MP4 file of a user's signed livestream segment

View raw schema
{
  "type": "bytes",
  "description": "MP4 file of a user's signed livestream segment"
}

Lexicon Garden

@