webrtc-streamer icon indicating copy to clipboard operation
webrtc-streamer copied to clipboard

Question: how to disable automatic search for media sources?

Open niXman opened this issue 4 years ago • 3 comments

hi,

how can I disable the automatic search for media sources that is performed in getV4l2AlsaMap() function?: https://github.com/mpromonet/webrtc-streamer/blob/master/inc/V4l2AlsaMap.h#L100

thanks!

niXman avatar Nov 20 '21 08:11 niXman

Hi,

It depends why you like to do this ? This fonction look to same device name between video & audio capture devices.

Best Regards, Michel.

mpromonet avatar Nov 22 '21 19:11 mpromonet

Hello, i'm following this issue. I'd also like to disable automativ search for v4l, or at least do not expose specific video devices in API, and use only RTSP videos added in config.json

edonabz avatar Aug 17 '22 06:08 edonabz