-
Notifications
You must be signed in to change notification settings - Fork 2
Description
I came across an issue while working with Vinci and RTMP streaming, and I was hoping you could help clarify something.
In the image below, there's a process that seems to be related to Vinci. Can you confirm if this process is started by Vinci? I’ve noticed that it doesn’t start every time I launch Vinci.
Here’s the situation: I’m streaming audio and video from smart glasses to RTMP. Because of some audio processing limitations, I have to push the video and audio separately to rtmp://ip:1935/vinci/livestream_video and rtmp://ip:1935/vinci/livestream_audio. From what I can tell, the process in the image is responsible for pulling audio info from the streams I push.
The problem is, when this process starts at the same time as my streaming process, the platform fails to show the video I’m pushing. Could you point me to the part of the code that starts this process, or explain how it works?
(The image below shows my push process which can display the image normally.)
Thanks a lot! Looking forward to your insights.

