I want to add a streaming HTML audio player to my site. I’ve already added an HTML audio player with my stream link. but it wasn’t working when I preview my site. so can u guys help me to fix this?
This is my stream URL: http://hellolive.trusl.com:8300
this link will work in the VLC player on my desktop. but this won’t work in Wix.
Here is my HTML audio tag,
<audio controls>
<source src="http://hellolive.trusl.com:8300" type="audio/AAC">
Your browser does not support the audio element.
</audio>