Hi @Vitali
The audio player should be able to play the streaming link.
What error are you seeing? Is it a mp3 streaming link?
Hi @Vitali
The audio player should be able to play the streaming link.
What error are you seeing? Is it a mp3 streaming link?
he is just silent. My link is http://sv1.netradio.by:8050/128_server
Yep, I don’t think the player would repro that as it does have a sound extension.
.mp3 or others.
Check if you platform has an mp3 or m3u link for the streaming.
If not, try using this, replace the url with yours.
<audio id="player" controls>
<source src="/path/to/audio.mp3" type="audio/mp3" />
<source src="/path/to/audio.ogg" type="audio/ogg" />
</audio>
I have not tested it myself in Glide but it works well on a website.
Also, you can try and find a simple player in codepen.io that helps you with this.
There are plenty of ways to get it working.
http://sv1.netradio.by:8050/128_server.m3u
doesn’t work either