OpenVisualCloud / Smart-City-Sample

The smart city reference pipeline shows how to integrate various media building blocks, with analytics powered by the OpenVINO™ Toolkit, for traffic or stadium sensing, analytics and management tasks.
BSD 3-Clause "New" or "Revised" License
192 stars 83 forks source link

Larger Recordings are not getting transferred to storage pod #798

Closed divdaisymuffin closed 2 years ago

divdaisymuffin commented 2 years ago

Hi @nnshah1

As we discussed on previous issue thread issue link

The larger recording is now getting created at analytics pod but it is not getting transfered to storage pod, and hence on gui as well we see no recording.

nnshah1 commented 2 years ago

@xwu2git Can you give guidance here on how to troubleshoot why larger recordings can't be transferred to the storage pod?

xwu2git commented 2 years ago

This might be related to the client_max_body_size and upload_max_file_size values. Please adjust those in the storage pod nginx.conf file.

divdaisymuffin commented 2 years ago

@xwu2git It is working fine now. Thanks a lot.