Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

(GET) /media/get/{token}/stream?rangemaxmb=

PARAMETERS

token

The reference token of file.

Mandatory, string
rangemaxdb

Optional. For us in special video streaming cases only or if client/browser submits http range requests.

Permits to set the maximum size in megabytes of a range of data returned to the browser. Recommended, if video is shown for the purpose of subtitling where only very small ranges need to be downloaded. The value is restricted to 1 MB to 100 MB.

Optional, int?

 

RESULTS

An HTTP response properly formatted with name of file, media type etc. Typically you would expose the URL above as a hyperlink.

...