How to disable pause and search bar in the embedded media player in HTML

I am doing my project on internet radio in Django. I use Adobe media player on my chrome as a built-in media player to play mp3 mp3 in HTML format. This media player has a PLAY / PAUSE button and also SEEK BAR. I want to disable them both. Therefore, when a client connects to the server, it should not manipulate (pause or search) the media stream. What should be done ??? Please, help

+3
source share
1 answer

As far as I can tell, this is impossible.

You need to use an HTML / JavaScript player like this one . Then you can change it using CSS.

+1
source

All Articles