<div dir="ltr"><div>Hello</div><div>
<pre>I am using gstreamer 1.20.3 with hikvision<br>there are problems with the playback recording from the camera, <br>it happens like this:<br>I request all records for a certain day, the response comes <br>to me with an interval of 3 hours from the beginning of the day, <br>also the response contains the string MORE if there are more records or OK if it was the last data, <br>and when I request RTSP: rtsp://ip:port/Streaming/tracks/701/?starttime=20221202T083055Z I play it using GStreamer, <br>but the recording is played not from the requested time, but from the beginning of the interval, <br>on most cameras I solved this problem using gst_element_seek_simple(_data->src, GST_FORMAT_TIME, GST_SEEK_FLAG_FLUSH, 1);<br>gst_element_set_state(_data->pipeline, GST_STATE_PLAYING);<br>after these actions, playback starts at the requested time, <br>but there are cameras where such a trick does not work. also VLC always plays with the correct time, please tell me what the pro may be, maybe someone has experience with hikvision<br><br></pre>

</div></div>