mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 19:00:01 +08:00
修复265 rtmp/flv相关bug:#965
This commit is contained in:
parent
d62cdd81b8
commit
4fb4471647
@ -157,8 +157,8 @@ void H265RtmpEncoder::inputFrame(const Frame::Ptr &frame) {
|
|||||||
if (!_got_config_frame) {
|
if (!_got_config_frame) {
|
||||||
_vps = string(data, len);
|
_vps = string(data, len);
|
||||||
makeConfigPacket();
|
makeConfigPacket();
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
case H265Frame::NAL_AUD:
|
case H265Frame::NAL_AUD:
|
||||||
case H265Frame::NAL_SEI_PREFIX:
|
case H265Frame::NAL_SEI_PREFIX:
|
||||||
|
Loading…
Reference in New Issue
Block a user