How to keep a pipe open and discard data while the reader is blocked?
1
vote
1
answer
88
views
I have a camera capture program and video streaming program working together as
rpicam-vid ... | go2rtc
. My problem is that go2rtc
only reads data from the pipe when someone opens the video stream, but I need rpicam-vid
to run continuously even when the stream is not up. Is there a way to simply discard data when the reader is not pulling data?
Asked by Matthew Foran
(13 rep)
Nov 19, 2024, 01:24 AM
Last activity: Nov 19, 2024, 12:52 PM
Last activity: Nov 19, 2024, 12:52 PM