Skip to content

How to Export Recorded Data from an ONVIF Camera to my computer #127

Answered by maxim-zapryanov
lvhyml asked this question in General
Discussion options

You must be logged in to vote

To play from a specific time you need to use the RTSP header field "range" for the PLAY command. See section 6.5.1 of https://www.onvif.org/specs/stream/ONVIF-Streaming-Spec.pdf
and
https://datatracker.ietf.org/doc/html/rfc2326#section-12.29

The SupportedExportFileFormats capability can be checked through the GetServiceCapabilities on the Recording Service (https://www.onvif.org/ver10/recording.wsdl)

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by HansBusch
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #119 on July 02, 2021 07:08.