Menu Close

Enabling audio with IP cameras and URL sources

How Can We Help?

< Back
Print

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)

Table of Contents
0
    0
    Your Cart
    Your cart is emptyReturn to Shop