The player works in my android devices as:
<audio controls id="Audioplayer" loop="loop">
<source src="http://0.0.0.0:88/broadwave.mp3?src=1&rate=1" type="audio/mpegURL">
</audio>
but it doesn't work in any browsers but when I load http://0.0.0.0.:88/broadwave.mp3?src=1&rate=1 and it streams just fine. This doesn't make much sense to me because the code displays as
<body>
<video controls="" autoplay="" name="media"><source src="http://0.0.0.0:88/broadwave.mp3?src=1&rate=1" type="audio/mpeg">
</video></body>
I tried u
Hello, Does the latest version of Broadcam support HTML5 video? We want users of iOS devices (iPad, iPhone, iPod Touch) to be able to view the video stream. Thanks!