gnolizuh / BLSS

NGINX-based Live Media Streaming Server
Other
197 stars 73 forks source link

测试BLSS时,发现HLS分片不支持h265/hevc #118

Closed hougang2013 closed 5 years ago

gnolizuh commented 5 years ago

flv tag 里的 hevc codec_id 设置的对吗?

hougang2013 commented 5 years ago

我按照金山云提供的rtmp/flv协议扩展方式,对ffmpeg进行了扩展,其codec_id=12。扩展方法:https://github.com/ksvc/FFmpeg

hougang2013 commented 5 years ago

image

gnolizuh commented 5 years ago

HLS 支持 hevc 的代码暂未合入。

hougang2013 commented 5 years ago

期待合入! 我现在都是直接用ffmpeg进行hls切片的,性能不行! 执行的exec_push ffmpeg

wellttllew commented 5 years ago

@hougang2013

wellttllew commented 5 years ago

@hougang2013 我发现可以用 ngx-ts-module ,不过目前官方的没有切在 gop 边界上:

Check This