如何使用Gstreamer进行rtsp代理

发布于 2025-01-07 01:19:56 字数 240 浏览 0 评论 0原文

我想创建一个 rtsp 代理,其中可以从一端获取 rtsp 流,然后需要在另一端传输相同的流(使用 rtsp)。这更像是一个 rtsp 中继,但我想在两者之间对该中继流进行转码。

谁能建议一种方法来做到这一点?我曾考虑过使用 Gstreamer,但它只能充当 rtsp 服务器,但我仍然不知道如何从另一端获取 rtsp 流以及如何中继 rtsp 事件。

任何现有的图书馆可以帮助我实现这一目标?或者Gstreamer是否可以这样使用?

I want to create an rtsp proxy where rtsp stream can be taken from one end and then need to stream the same(using rtsp) on other side.This is more of a rtsp relay but I wanted to trans code this relayed stream in between.

Can anyone suggest a way for doing this? I had considered Gstreamer for this, but that can act only as rtsp server, but I still don't know how to get the rtsp stream from other side and how to relay rtsp events.

Any existing library which can help me in achieving this? or If Gstreamer can be used in this way ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

李不 2025-01-14 01:19:56

Gstreamer 应该能够在输入上使用 RTSP,有 rtspsrc 元素。

Gstreamer should be able to use RTSP on input, there is rtspsrc element for it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文