amp azure playback speed python

Vibu 21 Reputation points
2022-12-22T15:16:23.963+00:00

Im trying to change play back speed in azure amp.

The following is the url generated from azure apis: https://ampdemo.azureedge.net/?url=https://testingmedia-usea.streaming.media.azure.net/bbd51d47-cc1a-4515-bac8-4053040f8c58/ignite.ism/manifest(format=mpd-time-cmaf,filter=filter1)&heuristicprofile=lowlatency

if you check that link there is no playback speed.

I saw the below link but dont know where to apply in python code https://amp.azure.net/libs/amp/latest/docs/index.html#amp.player.options.playbackspeed

Azure Media Services
Azure Media Services
A group of Azure services that includes encoding, format conversion, on-demand streaming, content protection, and live streaming services.
302 questions
0 comments No comments
{count} votes

1 additional answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 55,366 Reputation points
    2022-12-22T16:16:53.313+00:00

    Playback speed is implemented by the browsers player, not the server. You should control this with the generated html/JavaScript

    0 comments No comments