Click here to Skip to main content
15,882,055 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm trying to retrieve playback video from onvif device with time range.
I implement code to get replay uri according to
Retrieving Recorded Video from an ONVIF Device[^]
1. GetServices
2. GetRecordingSummary
3. FindRecordings
4. GetRecordingSearchResults
5. GetReplayUri
Then, I got replyUri from Onvif Camera(Axis,Hikvision) that provide the whole record (startDate to CurrentDate).
Now, I try to take the playback video (with specified date range).
According to XProtect VMS: Manage video playback[^]
we can manage playback video using vlc wrapper.
For me, vlc wrapper can not manage even rate speed(vlcplayer.Rate *= 2) of that uri video.

If you have any advice, please share me.

ReplayUri =>rtsp://ipaddress:554/Streaming/Tracks/101?transportmode=unicast&replaymode=onvifreplay

similar problem questions are : <br>
1. Get stream URI for each recording returned by Onvif Bridge[^]
2. How to playback recorded video using Milestone Onvif Bridge[^]
3. Onvif playback stream cannot seek[^]

What I have tried:

1. GetServices
2. GetRecordingSummary
3. FindRecordings
4. GetRecordingSearchResults
5. GetReplayUri
Posted
Updated 6-Aug-21 4:07am
v4
Comments
sahendrapang 11-Nov-20 23:56pm    
Hi,

are you able to get it work?
bearmen 9-Aug-21 11:02am    
How to implement the above 5 steps?
I am also facing the same problem but don't know how to do that :(

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900