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