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.
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 withffplay 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
andsc0710_audio_deliver_samples() audio capture runtime is NULL
. When runningmake 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.