There is a stream of playback.
<audio id="player"> <source src="http://radio.sampo.ru/record.mp3" type="audio/mpeg"> </audio> </div> <button class="btn" onclick="document.getElementById('player').play()">Воспроизведение</button> <button class="btn" onclick="document.getElementById('player').pause()">Пауза</button> <button class="btn" onclick="document.getElementById('player').volume+=0.1">Громкость +</button> <button class="btn" onclick="document.getElementById('player').volume-=0.1">Громкость -</button>
in the end he writes that
[21: 44: 23.581] The "type" attribute specified for "audio / mpeg" is not supported. Could not load media resource http://radio.sampo.ru/record.mp3. @
How to be and what to do?