Use custom video file for deepstream-app source8infer-resnet_tracker_tiled_display_fp16_nano

jetpack4.5.1
deepstream 5.1

i am able to execute source8_1080p_dec_infer-resnet_tracker_tiled_display_fp16_nano.txt

i also tried RTSP and able to view the output through my vlc player

Now, i want to modify the source[0] uri file from default videos provided by deepstream app to video file i want to give

so i want to try with the this video file attached

so i convert them into h264 format using this link

and download the file and save in /streams folder in jetson

i also modified accordingly in the config file

now when i run the deepstream-app

its a 10sec video and i see **PERF: 51.56 (51.23) for once in terminal and app is quitting.

i can’t see the ouput over RTSP from vlc player.

on the other hand, when i run native on jetson connected with monitor, i can see the output

I’ve tested with our sample h264 raw video, vlc can get the rtsp output.

The only thing is that there is no timestamp with any kind of raw videos(whether it is mjpeg, h264, hevc,…). So the duration will be very short. It needs you to open the stream at the right time.

Why do you decide to use raw data source? Can’t you use the video file as the source?