I am running VST with an IP camera as input (rtsp).
Questions:
Record the stream with1 hour clips. Till now i have seen it can record only 60 seconds clips. Is there a way to increase it or 60 seconds is the only option
The files are save as “.mkv” . Is there an option to save it as “.mp4”, if yes how can it be done.
Yes, VST will record to 60 seconds clips with “.mkv” format. But you can request the stored video from VST with REST API. Can you share more background on your request?
You can’t change the format to “mp4” when VST store the camera video. But you can request to download “mp4” file from VST with REST API on x86 dGPU platform. Which platform are you working on? Jetson or x86 dGPU?
Add container=mp4 to your url to make it http://1.2.3.4:30000/api/v1/storage/file/sensorid?startTime=2024-07-22T09:43:00.000Z&endTime=2024-07-22T09:53:00.000Z&container=mp4
(base) abc:~/vst_exploration/vst_recorded_videos/Reception_Cam/1920x1080/2024/07/23/13$ ls -altr --block-size=MB
total 1453MB
drwxrwx— 4 user user 1MB Jul 23 13:50 …
drwxrwx— 2 user user 1MB Jul 23 13:50 .
-rw-r–r-- 1 user user 1453MB Jul 23 14:36 1721737787846.mkv
(base) abc:~/vst_exploration/vst_recorded_videos/Reception_Cam/1920x1080/2024/07/23/9$ ls -altr --block-size=MB
total 371MB
-rw-r–r-- 1 user user 33MB Jul 23 13:38 1721722052986.mkv
-rw-r–r-- 1 user user 33MB Jul 23 13:39 1721722114972.mkv
-rw-r–r-- 1 user user 32MB Jul 23 13:40 1721722176950.mkv
-rw-r–r-- 1 user user 32MB Jul 23 13:48 1721722664948.mkv
-rw-r–r-- 1 user user 16MB Jul 23 13:49 1721722724953.
I am seeing a weird behaviour with recording streams. For the same recording i am seeing different size of video recordings. All the videos are of 60 seconds and of ~30MBs.
But one video seems to be of very large size
-rw-r–r-- 1 user user 1453MB Jul 23 14:36 1721737787846.mkv
There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks