Loading
gst_all_1.gst-plugins-bad: remove gstmicrodns
This plugin causes every application which uses GstDeviceMonitor to emit an mDNS query for _rtsp._tcp.local every two seconds. The application can filter devices to exclude any devices found, but there does not seem to be a way for applications to opt out of sending these messages. See [1] and [2]. This plugin was apparently introduced by its author to be able to access local and networked cameras through a single API [3], I'm pretty sure that nixpkgs has no applications making use of it. Remove it at least until it does not emit mDNS requests by default anymore. [1] https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/721#note_253085 [2] https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/issues/1090 [3] https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/721#note_253104