Skip to content
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

Rtc2Rtmp: using rtp timestamp to distinguish different video frame #2721

Merged
merged 1 commit into from
Nov 8, 2021

Conversation

xiaozhihong
Copy link
Collaborator

@xiaozhihong xiaozhihong commented Nov 7, 2021

When synchronizing timestamps with SR, a calculation deviation can cause a difference of 1/-1 in the timestamps of the same video frame. When converting RTC to RTMP, in certain situations, a single frame may be divided into two frames, resulting in video stuttering.


TRANS_BY_GPT3

@winlinvip winlinvip merged commit 878833b into ossrs:4.0release Nov 8, 2021
winlinvip added a commit that referenced this pull request Nov 13, 2021
@winlinvip winlinvip added the TransByAI Translated by AI/GPT. label Jul 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment