D-Link Forums

The Graveyard - Products No Longer Supported => IP Cameras => DCS-932L => Topic started by: NZRosto on October 10, 2016, 10:04:21 PM

Title: Embed live audio into a website
Post by: NZRosto on October 10, 2016, 10:04:21 PM
To embed live audio into a website, use the following line of code:

<iframe id="camera" src="http://[camera-IP]/audio.cgi" width="0" height="0" frameborder="0"></iframe>

where [camera-IP] is your camera's IP.
If you want to use this outside of your home LAN, you must setup port forwarding on your router.

I hope this solves a few problems!

P.S - You may have to wait a bit for the audio to kick in
Title: Re: Embed live audio into a website
Post by: FurryNutz on October 11, 2016, 07:37:49 AM
Thank you for posting. Hope this helps future users.  ;)