I want to get rid of the video playback seek bar in Video Indexer Embedded Player
舒 立平
0
Reputation points
Hi,
We have integrated Azure Video by Embedded Video into our LMS using the following link.
https://codepen.io/videoindexer/pen/rGPYvx
I am looking for a way to remove the video playback seek bar from the Embedded Player,
Due to restrictions on displaying pages from different domains in iframes, we could not do the following.
document.querySelector(".shaka-seek-bar-container").style.display = "none";
I would like to turn off the video playback seek bar due to my company's specifications, is there any way to do this?
Sign in to answer