I have a webpage that loads audio content with the <audio>
tag
Audio plays on Android and Windows without problem but in iOS 10.3.3 it can not be played
<audio controls="true"> <source src="http://192.168.1.25:8080/" preload="none" type="audio/mpeg" autoplay></audio>
With any iOS browser (firefox, chrome, safari) it does not work. What is the problem? Thanks, best regards