Skip to content

Camera with audio on php/html page that works on Mac and iOS browsers?

edited March 2016 in SecuritySpy
I have this but no audio anywhere except SS.
<iframe width="480" height="270" src="http://192.168.1.49:8000/++viewlive?cameraNum=3&imageOnly=1&method=0&noBorder=1&imageSize=480x270" frameborder="0"></iframe> <br> <audio id="audio" src="http://192.168.1.49:8000/++audio?cameraNum=3" type="audio/basic" preload="auto"> </audio>

Please point me in the right direction.

Comments

  • edited March 2016
    <iframe width="480" height="270" src="http://192.168.1.49:8000/++viewlive?cameraNum=4&imageOnly=1&method=0&noBorder=1&imageSize=480x270" frameborder="0"></iframe> <br> <audio id="audio" source="http://192.168.1.49:8000/++audio?cameraNum=3" type="audio/mpeg" preload="auto"> </audio>

    Also not working.
Sign In or Register to comment.