To hide the Playback Rate Controls in your Video Player, you can use the ‘hidePlaybackRate’ query parameters to customize your player’s controls. Here’s how you can do it:

You can modify your video player’s URL by adding ‘hidePlaybackRate=true’ to the end of it. For example:

https://your-video-player-url.com?hidePlaybackRate=true

When your viewers access this modified URL, the Playback Rate Controls in your video player will be hidden, and they won’t be able to change the playback speed.

Note: ‘true’ = ‘1’ and ‘false’ = ‘0’. You can use either ‘true’ or ‘1’, and ‘false’ or ‘0’.