1064 Infohash
https://w3id.org/class/redaktor/Infohash
Definition
Infohashes (in:name ) for p2p-media-loader of every resolution.see peertube documentation
Scope Note
ActivityPub CommunityExample
{
  "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"
        }
      ]
    }
  ]
}