使用 FFMPEG 将 H264 流式传输到 Android

发布于 2024-11-05 09:02:34 字数 489 浏览 0 评论 0原文

我正在尝试将包含 H.264 和 AAC 的 .ts 文件作为 RTP 流传输到 Android 设备。

我尝试过:

.\ffmpeg -fflags +genpts -re -i 1.ts -vcodec copy -an -f rtp rtp://127.0.0.1:10 000 -vn -acodec copy -f rtp rtp://127.0.0.1:20000 -newaudio

FFMPEG 显示 SDP 文件中应包含的内容,我将其复制到 SDP 文件中并尝试从 VLC 和 FFPLAY 播放。 VLC 播放音频,但只给出错误:错误的视频 NAL 单元类型。 FFPLAY 不播放任何内容。

我的最佳猜测是 FFMPEG H.264 RTP 实现是否已损坏,或者至少它无法在视频直通模式下工作(即使用 -vcodec 副本)。

我需要修复 FFMPEG 或替代的简单开源解决方案。我不想在 Android 客户端中安装 FFMPEG。

谢谢。

I'm trying to stream a .ts file containing H.264 and AAC as an RTP stream to an Android device.

I tried:

.\ffmpeg -fflags +genpts -re -i 1.ts -vcodec copy -an -f rtp rtp://127.0.0.1:10
000 -vn -acodec copy -f rtp rtp://127.0.0.1:20000 -newaudio

FFMPEG displays what should be in your SDP file and I copied this into an SDP file and tried playing from VLC and FFPLAY. VLC plays audio but just gives errors re: bad NAL unit types for video. FFPLAY doesn't play anything.

My best guess if that the FFMPEG H.264 RTP implementation is broken or at least it doesn't work in video passthru mode (i.e. using the -vcodec copy).

I need a fix for FFMPEG or an alternate simple open-source solution. I don't want to install FFMPEG in my Android client.

thanks.

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

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

发布评论

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

评论(1

何以笙箫默 2024-11-12 09:02:34

你试过vlc吗?我曾经使用vlc进行流媒体播放。您可以查看此处

Have you tried vlc?I once used vlc for streaming. You can have a look at here.

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