-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Bugfix: HEVC SRT stream supports multiple PPS fields. v6.0.76 #3722
Conversation
I'm glad to know that the code modifications I provided worked perfectly for supporting multiple PPS fields. But the gb28181 and utest codes failed the testing because the interface is reused. |
OK ,modified. |
Is it possible for you to generate a new pull request to add support for multiple PPS in H.264? Thank you. |
yes,of course,just for the h264 of ts? |
Include ts, rtmp and webrtc. The code below should be refactor. srs/trunk/src/kernel/srs_kernel_codec.cpp Lines 2213 to 2224 in 73dd8af
|
why refactor? |
Because PR needs to ensure integrity and fully address the issues of multiple PPS, if there are multiple PPS here, the code will be overwritten.
|
Two experts, there are also multiple issues with h264's PPS, and there were comments explaining the support for 264 at that time. Should we just confirm and improve this PR or open a new PR to make changes?
|
sorry, I haven't read the code here, so I don't know much about it |
Can the h264 pps be modified? The h264 pps is stored using
|
sorry,i have no mulit pps device for h264,I am afraid that the modify is not correct, I recommend you to modify it. |
Um, okay, thank you very much for the PR, we will handle the rest of the modifications. |
8de7502
to
a1bf7f0
Compare
…e in multiple TS packets and the payload_unit_start_indicator fields are all 1 then the pps maybe cleared.
…ndicator always 1.that it can't convert to rtmp stream
a1bf7f0
to
1b3a875
Compare
When the srs have multiple pps in hevc.the srs can't parse for this. problem fixed this #3604 --------- Co-authored-by: chundonglinlin <chundonglinlin@163.com> Co-authored-by: john <hondaxiao@tencent.com>
Please describe the summary for this PR.
when the srs have multiple pps in hevc.the srs can't parse for this.
problem fixed this #3604
Co-authored-by: chundonglinlin chundonglinlin@163.com
Co-authored-by: john hondaxiao@tencent.com