Roberto Rivera
New Member
I'd like to use the standard HTML5 <audio> structure to stream. However I have to provide an mp3 stream. Any help would be appreciated.
Thanks!
Hypothetical, if all my listener are connected through the proxy, does that affect quality, uptime, or connectivity?
IMPORTANT:
If you're using the html5 AUDIO element/tag and you're not making it autoplay, use preload="none" attribute.
I put 2 AUDIO elements, in a single page. One for the regular stream, and the other one was for the Web Proxy stream. I noticed that they would both connect, and I could see the both in my active Listeners page. They even had the same connection duration. This is bad, as even if the user isn't listening, he will consume bandwidth. And in this case, (in which I had 2 in the same page) it would consume TWICE the bandwidth.
#WordOfCaution