Wix HTML tag audio Player

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>

You can’t embed HTML in a Velo page. You might want to consider using an HtmlComponent . For more information, see the article Working with the HTML Component in Velo .

Keep in mind that you will need to provide a secure (https) stream URL.