We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
这边有个需求是播放hls直播,但是目前只能播放一部分
The text was updated successfully, but these errors were encountered:
现在还不支持直播播放。如果要支持直播hls的话,需要重复请求m3u8获取ts 文件列表
Sorry, something went wrong.
可以说一下编译ffmpeg支持hls的.sh文件吗?我这边尝试,avformat_open_input返回值为空
现在还不支持直播播放。如果要支持直播hls的话,需要重复请求m3u8获取ts 文件列表 可以说一下编译ffmpeg支持hls的.sh文件吗?我这边尝试,avformat_open_input返回值为空
这部分可以参考 https://github.com/goldvideo/decoder_wasm wasm这部分和HLS关系不大,输入数据是HLS解封装出来的H265码流,输出的是YUV。 我刚查了一下,我们没有用到avformat_open_input这个接口。
No branches or pull requests
这边有个需求是播放hls直播,但是目前只能播放一部分
The text was updated successfully, but these errors were encountered: