如何在QT中播放rtsp流

发布于 2024-09-03 10:59:58 字数 131 浏览 3 评论 0原文

我正在尝试找到一种在 Qt 4.6 rtsp 流中播放的方法,这是我从 youtube api 获得的 可以以某种方式完成吗?

I am trying to find a way to play in Qt 4.6 rtsp streaming, that i got from youtube api
can it be done somehow?

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

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

发布评论

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

评论(3

樱花坊 2024-09-10 10:59:58

Live555 在这个主题上有一些非常有用的库。

Live555 has some very useful libraries on this subject.

触ぅ动初心 2024-09-10 10:59:58

查看 Phonon,QT 多媒体框架。

Checkout Phonon, multimedia framework for QT.

层林尽染 2024-09-10 10:59:58

最无缝的方法是使用声子。

如果您使用的是 Windows,Phonon 使用 DirectShow 作为后端。要利用此功能,您需要一个 RTSP DirectShow 源过滤器,您可以在 Windows 中注册该过滤器。有商业可用的项目和一些开源项目可能满足您的需求。

例如,
http://sourceforge.net/projects/rtspdirectshow

一个好的经验法则是您是否可以播放它在Windows Media Player(mplayer2.exe、wmplayer.exe)中,您可以使用Phonon 来播放它。目前,您无法在 WMP 或 Phonon 中播放包含“rtsp://”的 URL,因为没有安装支持 RTSP 的 DirectShow 源过滤器。

The most seamless way is to use Phonon.

If you are using Windows, Phonon uses DirectShow as the backend. To utilize this you need a RTSP DirectShow source filter, which you register in Windows. There are commercially available ones and a few open source projects that may have what you need.

For example,
http://sourceforge.net/projects/rtspdirectshow

A good rule of thumb is if you can play it in Windows Media Player (mplayer2.exe, wmplayer.exe), you can play it using Phonon. Currently you would not be able to play a URL containing "rtsp://" in WMP or Phonon is because no DirectShow source filters are installed which support RTSP.

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