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

Community Center Not monitored
0 comments No comments
{count} votes

Accepted answer
  1. David Bristol 971 Reputation points Microsoft Employee
    2022-12-22T16:37:08.157+00:00
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 77,686 Reputation points Volunteer Moderator
    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

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.