stoth68000 / sc0710

Linux driver for the Elgato 4k60 Pro Mk.2
Other
137 stars 18 forks source link

Computer randomly crashes when streaming #23

Open walshyb opened 2 months ago

walshyb commented 2 months ago

Hello! I'm on Linux Mint 5.15.0-122-generic.

After running make load, make stream720p (I've tried several stream options), and then opening the stream with ffplay udp://192.168.0.200:4001, I'm able to see the stream but usually after around 30 seconds (it's very variable) or so, my whole computer freezes and I have to manually restart it.

During the duration of the stream, dmesg (and /var/log/syslog) is being spammed with: USERPTR is currently not supported and sc0710_audio_deliver_samples() audio capture runtime is NULL. When running make stream720pAudio, only the former message is spammed to dmesg.

I've played around with some of the ffmpeg parameters to no avail (slowing down the preset and tune may be appearing to extend the stream's length before crash slighting, but could be placebo lol).

Has anyone run into this issue, or similar? Thanks.