brunoherbelin / vimix

Live Video Mixer
GNU General Public License v3.0
259 stars 25 forks source link

Error when trying to stream via shared memory shm #107

Closed felixgonsug closed 8 months ago

felixgonsug commented 8 months ago

When trying to strean over shm, at the moment i try to open the stream, the logs in the flatpak console gives me: Sending new shm area failed: Broken pipe

And nothing is displayed in the stream client, and also nothing strange appears in vimix logs.

Im using the flatpak version of vimix

Any idea how to debbug this?

felixgonsug commented 8 months ago

changing the shm plugin from shmsink to shmdatasink solve the problem.