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
source
share