1530 filesize

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

JSON

Inbox

Definition

Video file size in bytes.
see peertube documentation

Scope Note

ActivityPub Community

Example

{
  "type": "Video",
  "url": [
    // Raw URL to the fragmented mp4 file used by the HLS playlist
    {
      "type": "Link",
      "mediaType": "video/mp4",
      "height": 536,
      "size": 135108145,
      "fps": 24}
  ]
}