You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: