1064 Infohash

https://w3id.org/class/redaktor/Infohash

JSON

Inbox

Definition

Infohashes (in :name ) for p2p-media-loader of every resolution.
see peertube documentation

Scope Note

ActivityPub Community

Example

{
  "type": "Video",
  "url": [
    // HLS playlist URL (only if HLS transcoding is enabled)
    {
      "type": "Link",
      "mediaType": "application/x-mpegURL",
      "tag": [
        // Infohashes for p2p-media-loader of every resolution
        {
          "type": "Infohash",
          "name": "d7844378e5a6b9af2d45267c0e413688e7839918"
        }
      ]
    }
  ]
}