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

1. Fixed recording start into new file when file size limit was reached. #2

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

asvzzz
Copy link

@asvzzz asvzzz commented Dec 13, 2016

  1. File names associated with stream timestamps instead of system time. (recorder->record_pts_file_slices in cfg file, off by default)
  2. Fixed improper timestamps handling for some cameras. (server->delta_pts_fix in cfg file)
  3. Added recording restart when gap in the timestamps was found (recorder->record_gap_timediff in cfg file, disabled by default)

2. File names associated with stream timestamps instead of system time. (recorder->record_pts_file_slices in cfg file, off by default)
3. Fixed improper timestamps handling for some cameras. (server->delta_pts_fix in cfg file)
4. Added recording restart when gap in the timestamps was found (recorder->record_gap_timediff in cfg file, disabled by default)
…ERR replaced by NGX_LOG_WARN. Removed identical parts of code.
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

Successfully merging this pull request may close these issues.

1 participant