How can you disable seeking, pause, or volume control in an <audio> or <video> element?
<audio>
<video>
Set controls attribute to disabled
controls
disabled
Use JavaScript to disable native controls
Remove the seeking, pause or volume attributes
seeking
pause
volume
Add a readonly attribute
readonly