I have internet radio stream on the address: http://hyades.shoutca.st:8155/stream Also, I have web page radiolivade.com, and in the index.html is the following line which plays the internet radio stream
<audio controls autoplay>
<source src="http://hyades.shoutca.st:8155/stream>"
</audio>
When call http://radiolivade.com from a browser, stream music works.But, when call https://radiolivade.com, stream doesn't works, and play control is unavailable. How to fix this problem? I have plan to redirect all traffics to the https://radiolivade.com, but stream https://hyades.shoutca.st:8155/stream does not exists, only http://
Best regards,