gpt4 book ai didi

ffmpeg - 在浏览器中查看 MPEG-TS 流

转载 作者:行者123 更新时间:2023-12-04 17:45:33 25 4
gpt4 key购买 nike

我想创建一个带有可以播放 H264 mpeg-ts 实时流的视频播放器的网页。我找不到任何可以做到这一点的网络播放器。

我读到 JWPlayer 能够做到这一点,但仅限于付费版本。

该流可以在 VLC 和任何其他播放器中播放。

我能做些什么?我尝试使用 ffmpeg 将流转换为更有用的东西,但没有成功。

ffmpeg -i "http://localhost:9002/tv.ts" -vcodec libx264 -r 20 -s 320x240 -threads 2 -vprofile baseline -vpre zoom -strict experimental -acodec aac -ab 96000 -ar 48000 -ac 1 -f rtsp rtsp://192.168.0.28:1935/live/_definst_/c3

这就是我得到的:
    Last message repeated 1 times
[h264 @ 0xbb9500] decode_slice_header error
[h264 @ 0xbb9500] no frame!
[mpegts @ 0xbaa6e0] decoding for stream 1 failed
[mpegts @ 0xbaa6e0] Could not find codec parameters for stream 1 (Video: h264 ([27][0][0][0] / 0x001B), none): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
Input #0, mpegts, from 'http://192.168.0.28:9002/tv.ts':
Duration: N/A, start: 30764.854700, bitrate: N/A
Program 1
Stream #0:0[0x44](???): Audio: mp2 ([3][0][0][0] / 0x0003), 48000 Hz, stereo, s16p, 128 kb/s
Stream #0:1[0x45]: Video: h264 ([27][0][0][0] / 0x001B), none, 25 fps, 25 tbr, 90k tbn, 180k tbc
File for preset 'zoom' not found

最佳答案

您可以尝试在您的网站中包含 hls.js 播放器。该播放器将您的 TS 流转换为 MP4 片段,以便在任何浏览器中播放。它是免费的并且易于集成。

演示页面 https://video-dev.github.io/hls.js/demo/

Github页面https://github.com/video-dev/hls.js/

关于ffmpeg - 在浏览器中查看 MPEG-TS 流,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48662572/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com