简体   繁体   English

使用gstreamer接收rtsp流

[英]Receive rtsp stream using gstreamer

I want to receive rtsp stream using gstreamer I knw rtspsrc can be used for this purpose but the problem is that it only receives it as a client but in my case i have a ffmpeg application which streams the video as a client and waits for a server to connect with it before streaming. 我想使用gstreamer接收rtsp流,我可以将rtspsrc用于此目的,但问题是它仅作为客户端接收它,但是在我的情况下,我有一个ffmpeg应用程序,它将视频作为客户端流传输并等待服务器在流式传输之前与其连接。 So i want gstreamer to act as server and receive the stream from ffmpeg 所以我想让gstreamer充当服务器并从ffmpeg接收流

I haven't used it myself, but I believe there is a separate package for RTSP server functionality. 我自己没有使用过它,但是我相信有一个单独的RTSP服务器功能包。 In Debian based systems it should be under something like: 在基于Debian的系统中,它应该类似于:

libgstrtspserver-0.10-0 libgstrtspserver-0.10-0

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM