You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an enhancement request. I'm not sure if it is account for in the tree of tasks under the section server support -->
I/O modes --> async-std
The Raspberry Pi project libcamera has an example of running an rtsp server by running their program libcamera-vid and piping it into cVLC to handle the rtsp server portion. (The rtsp server for cVLC may be LIVE555, but I'm not sure.)
I'm having problems with Moonfire-nvr running Retina and shaking hands with the Raspberry Pi Zero 2's instance of the above command line, See Moonfire-nvr Issue #192.
The above consists of two parts: 1) libcamera-vid getting the data from the attached camera then piping it int 2) cVLC. I'm wondering if Retina could easily be enhancement to accept piped input the way cVLC does so I could accomplishing something like:
libcamera-vid -t 0 --inline -o - | retina.....
Either accepting STDIN, or some file descriptor one could configure.
The text was updated successfully, but these errors were encountered:
This is an enhancement request. I'm not sure if it is account for in the tree of tasks under the section server support -->
I/O modes --> async-std
The Raspberry Pi project libcamera has an example of running an rtsp server by running their program libcamera-vid and piping it into cVLC to handle the rtsp server portion. (The rtsp server for cVLC may be LIVE555, but I'm not sure.)
Following instructions at https://www.raspberrypi.com/documentation/accessories/camera.html#libcamera-and-libcamera-apps
which states to run a server, use this command line:
Instead, I used this modified version which includes the IP address of the Pi server running this command:
I'm having problems with Moonfire-nvr running Retina and shaking hands with the Raspberry Pi Zero 2's instance of the above command line, See Moonfire-nvr Issue #192.
The above consists of two parts: 1) libcamera-vid getting the data from the attached camera then piping it int 2) cVLC. I'm wondering if Retina could easily be enhancement to accept piped input the way cVLC does so I could accomplishing something like:
Either accepting STDIN, or some file descriptor one could configure.
The text was updated successfully, but these errors were encountered: