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

Timestamp Correction Algorithm: Mixed Incremental Algorithm, mix_correct, to ensure the timestamp monotonically increases. #383

Closed
winlinvip opened this issue May 16, 2015 · 1 comment
Assignees
Labels
Feature It's a new feature. TransByAI Translated by AI/GPT.
Milestone

Comments

@winlinvip
Copy link
Member

winlinvip commented May 16, 2015

https://github.com/winlinvip/simple-rtmp-server/issues/383

TRANS_BY_GPT3

@winlinvip winlinvip added the Feature It's a new feature. label May 16, 2015
@winlinvip winlinvip added this to the srs 2.0 release milestone May 16, 2015
@winlinvip
Copy link
Member Author

See

        # whether use the interleaved/mixed algorithm to correct the timestamp.
        # if on, always ensure the timestamp of audio+video is interleaved/mixed monotonically increase.
        # if off, use time_jitter to correct the timestamp if required.
        # @remark to use mix_correct, atc should on(or time_jitter should off).
        # default: off
        mix_correct             off;

@winlinvip winlinvip self-assigned this Aug 26, 2021
@winlinvip winlinvip changed the title 时间戳矫正算法:混合单增算法,mix_correct to ensure timestamp monotonically increase. Timestamp Correction Algorithm: Mixed Incremental Algorithm, mix_correct, to ensure the timestamp monotonically increases. Jul 29, 2023
@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
Labels
Feature It's a new feature. TransByAI Translated by AI/GPT.
Projects
None yet
Development

No branches or pull requests

1 participant