Expand description
Support for transcoding media files into lower quality versions.
Transcoding comes in three forms:
- Streaming allows for real-time playback of the media using streaming protocols such as HTTP Live Streaming and Dynamic Adaptive Streaming over HTTP.
- Offline transcoding (the old mobile downloads feature) requests that the server converts the file in the background allowing it to be downloaded later.
- Download queue is a newer version of offline transcoding that allows adding as many items to the queue as desired. The server will process them in order and when available they can be downloaded using byte range requests. This appears to be far more stable than the previous offline transcoding option.
This feature should be considered quite experimental, lots of the API calls are derived from inspection and guesswork.
Structs§
- ArtTranscode
Options - Download
Queue - A download queue on the server.
- Limitation
- Limitations add a constraint to the supported media format.
- Music
Transcode Options - Defines the media formats suitable for transcoding music. The server uses these settings to choose a format to transcode to.
- Queue
Item - An item in a download queue.
- Transcode
Session - Transcode
Session Stats - Video
Transcode Options - Defines the media formats suitable for transcoding video. The server uses these settings to choose a format to transcode to.