How Can We Help?
Enabling audio with IP cameras and URL sources
RENDERING
VideoGrabber.VideoSource = vs_IPCamera
VideoGrabber.IPCameraURL = “rtsp://…”
VideoGrabber.AudioDeviceRendering = true
VideoGrabber.StartPreview()
(in MainDemo.exe, check “audio rendering” in the “audio” tab)
RECORDING
VideoGrabber.VideoSource = vs_IPCamera
VideoGrabber.IPCameraURL = “rtsp://…”
VideoGrabber.AudioRecording = true
VideoGrabber.AudioDeviceRendering = true /// optional
VideoGrabber.RecordingMethod = rm_MP4
VideoGrabber.StartRecording()
(in MainDemo.exe, check “audio recording” in the “recording” tab)