To hide the Rewind and Forward Buttons in your video player, you can utilize query parameters to customize your player’s controls. Here’s how you can do it:

Edit the URL of your video player to hide the Rewind and Forward Buttons. You can modify your video player’s URL by adding &hideRewindForward=1 at the end or by &hideRewindForward=true. For example:

https://your-video-player-url.com?hideRewindForward=1

OR:

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


When your viewers access this modified URL, the Rewind and Forward Buttons within the player will be hidden, providing a simplified video playback experience without these controls.
Note: ‘true’ = ‘1’ and ‘false’ = ‘0’. You can use either ‘true’ or ‘1’, and ‘false’ or ‘0’.