-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
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
rtmp works but hls sometimes does not work #263
Comments
Maybe there is same problem NALU |
I found that it is composed of SPS+PPS+IDR after analysised the h264stream. There is no AUD NAL unit at the beginning of each PES packet. And I rechecked the spec —— "Access Unit Delimiter (AUD). An AUD is an optional NALU that can be use to delimit frames in an elementary stream. It is not required (unless otherwise stated by the container/protocol, like TS), and is often not included in order to save space, but it can be useful to finds the start of a frame without having to fully parse each NALU." Can nginx-rtmp-module support this case? |
Hi, did you try to add |
@portokala123 same with case1, hls works about previous 10 seconds, but there is no video after 10s (only audio).
|
Here is my config
Video is recorded by chrome H5 API MediaRecorder with "video/webm;codecs=h264"
Case 1:
rtmp works, hls works about previous 10 seconds, but there is no video after 10s (only audio).
Case 2:
rtmp works, hls works.
Does nginx-rtmp support "h264 (Constrained Baseline)", Or only support "libx264"?
Frames detail
Video url
The text was updated successfully, but these errors were encountered: