getTranscodeStream

Returns a transcoded media stream.

http://your-server/rest/getTranscodeStream

Returns a transcoded media stream. Note: Clients should not try to reconstruct the transcodeParams. Instead, they must use the transcodeParams provided in the response of the getTranscodeDecision endpoint.

Parameters

ParameterReq.OpenS.DefaultComment
songIdYesThe ID of the track to transcode.
offsetNo0The time offset in seconds from which to start transcoding.
transcodeParamsYesServer-specific transcoding parameters, obtained from the getTranscodeDecision endpoint. The value is unique and already properly escaped.

Example

Result

The raw transcoded media stream. In case of an error, a standard HTTP error code is returned with a descriptive message.

Last modified July 15, 2025: Add new transcoding extension (41aa469)