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

[Discussion] Use wall clock to fix strange timing issues #641

Open
curtishall opened this issue Dec 31, 2023 · 0 comments
Open

[Discussion] Use wall clock to fix strange timing issues #641

curtishall opened this issue Dec 31, 2023 · 0 comments
Assignees

Comments

@curtishall
Copy link
Member

server/streaming.cpp, add av_dict_set for:

av_dict_set(&muxer_opts, "use_wallclock_as_timestamps", "1", 0);

This could solve some issues with some cheaper / generic cameras that do not send timestamps correct and could make sure videos are seekable correctly (not a known problem though)

What are the downsides?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants