mpromonet / v4l2rtspserver

RTSP Server for V4L2 device capture supporting HEVC/H264/JPEG/VP8/VP9
The Unlicense
1.86k stars 428 forks source link

Support other inputs besides devices #315

Closed adminy closed 11 months ago

adminy commented 1 year ago

Is your feature request related to a problem? Please describe. The input of the video source can be another rtsp stream or stdin input from ffmpeg or libcamera-vid. I haven't seen any non-device options, should be easy to add support.

Describe the solution you'd like --stdin option or --rstp-input option.

Describe alternatives you've considered N/A

mpromonet commented 1 year ago

Hi,

v4l2 stand for video4linux, the approach of this project is to use this standard interface. In order to feed with something else you can use v4l2loopback.

Best Regards, Michel.