forked from ossrs/ffmpeg-webrtc
-
Notifications
You must be signed in to change notification settings - Fork 3
Roundtrip3: Refinements Based on Derek Buitenhuis' Comments #4
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Owner
winlinvip
commented
Jun 9, 2023
- Refine WHIP muxer name.
- Refine SRTP key macros.
- Refine logging context.
- Refine SSL error messages.
- Refine DTLS error messages.
- Refine RTC error messages.
- Use AV_RB8 to read integer from memory.
- Update DTLS curve list to X25519:P-256:P-384:P-521.
- Refine SRTP profile name for FFmpeg and OpenSSL.
- Replace magic numbers with macros and extract to functions.
- Alter log levels from INFO to VERBOSE, except for final results.
- Use typedef SRTPContext.
- Refine the ICE STUN magic number.
- Reposition the on_rtp_write_packet function.
- Refer to Chrome definition of RTP payload types.
- Replace magic numbers with macros for RTP and RTCP payload types.
- Rename to WHIP muxer.
- Add TODO for OPUS timestamp issue.
- Refine comments, do not hardcode H.264.
- Define SDP session id and creator IP as macros.
- Refine fixed frame size 960 to rtc->audio_par->frame_size.
- Use h264_mp4toannexb to convert MP4/ISOM to annexb.
- Address occasional inaccuracies in OPUS audio timestamps.
- Correct marker setting after utilizing BSF.
- Remove dependency on avc.h after using BSF.
…al one, which gathers the time cost for each step.
… the file to prevent the same file proto.
…rticularly when the input is an MP4 file.
…move NALU_TYPE_STAP_A.
winlinvip
added a commit
that referenced
this pull request
Oct 17, 2023
1. Refine WHIP muxer name. 1. Refine SRTP key macros. 1. Refine logging context. 1. Refine SSL error messages. 1. Refine DTLS error messages. 1. Refine RTC error messages. 1. Use AV_RB8 to read integer from memory. 1. Update DTLS curve list to X25519:P-256:P-384:P-521. 1. Refine SRTP profile name for FFmpeg and OpenSSL. 1. Replace magic numbers with macros and extract to functions. 1. Alter log levels from INFO to VERBOSE, except for final results. 1. Use typedef SRTPContext. 1. Refine the ICE STUN magic number. 1. Reposition the on_rtp_write_packet function. 1. Refer to Chrome definition of RTP payload types. 1. Replace magic numbers with macros for RTP and RTCP payload types. 1. Rename to WHIP muxer. 1. Add TODO for OPUS timestamp issue. 1. Refine comments, do not hardcode H.264. 1. Define SDP session id and creator IP as macros. 1. Refine fixed frame size 960 to rtc->audio_par->frame_size. 1. Use h264_mp4toannexb to convert MP4/ISOM to annexb. 1. Address occasional inaccuracies in OPUS audio timestamps. 1. Correct marker setting after utilizing BSF. 1. Remove dependency on avc.h after using BSF.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.