vst_config.json: defaulf file in vst image file, with following changes:
“enable_ipc_path”: true,
“ipc_socket_path”: “/tmp/”,
…
“gpu_indices” : [0],
I have a few questions:
I expect a socket path is created in /tmp, but it seems there is no new file is created in /tmp when vst is running, and what socket name should it be?
If DS microservice wants to use IPC, it should also map the local /tmp to docker container when running?
(Not related to IPC - I might create new topic if necessary) can VST use the iGPU and build-in encoder/decoder of AGX Orin? they are all offline when VST microservice is running. I tried with “gpu_indices” : [0].
[2025-3-17T8:28:30.695Z:281473481041344:utils.cpp:1147: setRecvMaxSocketBufferSize] Setting OS’s socket receive max buffer size to = 1000000
sysctl: cannot stat /proc/sys/net/core/rmem_max: No such file or directory
[2025-3-17T8:28:30.698Z:281473481041344:utils.cpp:1158: setSendMaxSocketBufferSize] Setting OS’s socket send max buffer size to = 1000000
sysctl: cannot stat /proc/sys/net/core/wmem_max: No such file or directory
(gst-plugin-scanner:28): GStreamer-WARNING **: 08:28:31.200: adding type GstEvent multiple times
[2025-3-17T8:28:31.946Z:281473481041344:Main.cpp:184: main] g_main_loop is running now
[2025-3-17T8:28:31.949Z:281473481041344:redis_subscriber.cpp:180: redisInit] Redis Subscriber Connect failed. Exiting
[2025-3-17T8:28:31.949Z:281473481041344:server.cpp:290: VmsServer] #### VST version: 1.3.0-24.08.1 ####
[2025-3-17T8:28:31.949Z:281473481041344:utils.cpp:2213: detectGPU] ############## GPU ID DETECTED = 0 ##############
[2025-3-17T8:28:31.949Z:281473481041344:utils.cpp:2214: detectGPU] ############## GPU Device = ##############
[2025-3-17T8:28:31.949Z:281473481041344:server.cpp:83: initialize] Host Ip = 172.21.0.3
[2025-3-17T8:28:31.950Z:281473481041344:adaptor_loader.cpp:145: loadAdaptor] device_manager->name:vst_rtsp
[2025-3-17T8:28:31.950Z:281473481041344:adaptor_loader.cpp:161: loadAdaptor] Loading control adaptor: prebuilts/arch/rtsp_streams.so