Saved video clips duration below 25 sec are not playing in browser

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) - Jetson Nano
• DeepStream Version - 6.0.1
• JetPack Version (valid for Jetson only) 4.6.3
• TensorRT Version - 8.2
• NVIDIA GPU Driver Version (valid for GPU only) - 10.2
• Issue Type( questions, new requirements, bugs)

I am using DeepStream to capture video clips from RTSP streams and storing them using the ‘splitmuxsink’ element with Matroska container format. Afterward, I upload these video clips to DigitalOcean’s cloud storage using the Boto3 library. When the video duration exceeds 25 seconds, they can be played directly in a web browser. However, videos with a duration below 25 seconds do not play as expected.

• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)

create a pipeline to store rtsp stream with 30 seconds interval using splitmuxsink ‘split-now’. Then upload to any cloud space.

• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

could you help me to resolve this issue?

Could you attach us the videos below 25 sec and up 25 sec? This looks more like a web limitation issue. Which browser are you using, google , Edge or others?

Not playing:

  1. https://sgp1.digitaloceanspaces.com/tentovision/Device_Demo/2023-10-27/A2/10:11:37.mp4

  2. https://sgp1.digitaloceanspaces.com/tentovision/Device_Demo/2023-10-27/A8/10:12:28.mp4

  3. https://sgp1.digitaloceanspaces.com/tentovision/Device_Demo/2023-10-27/A9/10:13:59.mp4

Playing:

  1. https://sgp1.digitaloceanspaces.com/tentovision/Device_Demo/2023-10-27/A8/10:15:09.mp4

  2. https://sgp1.digitaloceanspaces.com/tentovision/Device_Demo/2023-10-27/A8/10:14:22.mp4

The graph you attached is unclear. So could you attach a clear picture and the whole config file? You may set some parameters like I frame intervals for your encoder and try.

pipeline.zip (4.3 MB)

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

OK. Could you try to set the iframeinterval parameter in the config file and have a try?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.