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