I´m trying to get data from a radio stream (MP3) from http and want to stream it out in https. this is what I tried:
For your stream, using PHP's readfile(); is enough. It achieves same result as putting the radio link directly in an tag.
readfile();
PHP code (save as testproxy.php) :
testproxy.php
HTML (use the above PHP file as source of some tag) :
Your browser does not support the audio element.