1config BR2_PACKAGE_GST1_RTSP_SERVER 2 bool "gst1-rtsp-server" 3 select BR2_PACKAGE_GST1_PLUGINS_BASE 4 select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_APP # runtime 5 select BR2_PACKAGE_GST1_PLUGINS_GOOD 6 select BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_RTP # runtime 7 select BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_RTPMANAGER # runtime 8 select BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_UDP # runtime 9 help 10 RTSP server library based on GStreamer. 11 12 https://gstreamer.freedesktop.org/ 13