H264解码器源代码

发布于 2024-08-05 20:14:27 字数 139 浏览 3 评论 0原文

我正在寻找具有 RTP 打包支持的 h264 解码器 C/C++ 源代码。 我的嵌入式设备正在发送 640x480 编码的 h264 RTP 数据包。我想制作一个基于 Windows XP/Vista 的视频流显示。

我在哪里可以找到这个的源代码?

I am looking for h264 decoder C/C++ source code with RTP packetization support.
My embedded device is sending 640x480 encoded h264 RTP packet. I would like to make a Windows XP/Vista based video streaming display.

Where can I find the source code to this?

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

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

发布评论

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

评论(2

鱼窥荷 2024-08-12 20:14:27

您应该查看 h.264 参考实现。支持RTP分组,并且有编码器和解码器。

You should take a look at the h.264 reference implementation. RTP packetization is supported, and there are both an encoder and a decoder.

影子是时光的心 2024-08-12 20:14:27

Videolan 包含 h264 编码器 的实现(抱歉 - 它使用 ffmpeg 播放 h264)

它遵循 GPL,并且是规范中的洁净室实现。根据您所在的国家/地区,解码器可能还拥有专利。

Videolan contains an implementation of h264 encoder (sorry - It uses ffmpeg to play back h264)

It's under the GPL and is a clean room implementation from the specs. Depending on your country there might also be patents on the decoder.

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