rtspclientsink 是GStreamer 框架中的一个元素,用于将媒体流作为 RTSP 客户端发送。它通常用于构建 RTSP 客户端应用程序,以将媒体流发送到 RTSP 服务器。 检查GStreamer安装是否完整,是否包含"rtspclientsink"元素: 要检查 GStreamer 是否包含 rtspclientsink 插件,你可以使用 gst-inspect-1.0 工具来列出所有已安装...
Add an rtspclientsink element that accepts streams for which there is a registered payloader and sends them to an RTSP server using RECORD. Sending is synchronised to the pipeline clock. Payload-types are automatically selected. The 'new-payloader' signal is fired for custom configuration of pay...
gst_object_unref(server_sink); /* clean up and iterate so the clean-up can finish */ stop_server(); iterate(); } GST_END_TEST; /* Make sure we can shut down rtspclientsink while it's still waiting for * the initial preroll data */ ...
RTSP server based on GStreamer. This module has been merged into the main GStreamer repo for further development. - gst-rtsp-server/gst/rtsp-sink/gstrtspclientsink.c at master · GStreamer/gst-rtsp-server