ossia / score

ossia score, an interactive sequencer for the intermedia arts
https://ossia.io
Other
1.45k stars 101 forks source link

Crash when using Shmdata Input #1494

Open jklerch opened 7 months ago

jklerch commented 7 months ago

Summary

Ossia crashes when using Shmdata Input.

version of ossia used: 3.1.12 (aur binary)

How to reproduce

  1. Open ossia
  2. gst-launch-1.0 --gst-plugin-path=/opt/shmdata videotestsrc pattern=snow ! queue ! videoconvert ! shmdatasink socket-path=/tmp/video_shmdata
  3. Create new output: window
  4. Create new input: Shmdata Input with path /tmp/video_shmdata and set it as input for a video passthrough node in an interval
  5. Play scenario

Expected behavior

The window should show the snow pattern from videotestsrc

Observed behavior

Ossia crashes as soon as scenario starts playing.

jcelerier commented 7 months ago

hello! is this still the case after the shmdata issues you posted got resolved?

jklerch commented 7 months ago

Hi, thank you for your answer! Yes. This is still the case in ossia.

paum3 commented 2 months ago

Hi, I have the same problem. How does it look like with solution? thank you.