GoPro USB WEBCAM DOCKER #562
-
Hi The program you have written is very good. I'm running it in Docker and I want to stream the image of a USB camera (GoPro), but I don't understand how I can pass the /dev/video42 source to the server. Docker Config: Server Config: Can you help me? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello, the Docker image doesn't include ffmpeg, you have to build a Docker image that includes both rtsp-simple-server and ffmpeg. See here https://github.com/aler9/rtsp-simple-server/issues/183#issuecomment-760856015 |
Beta Was this translation helpful? Give feedback.
Hello, the Docker image doesn't include ffmpeg, you have to build a Docker image that includes both rtsp-simple-server and ffmpeg.
See here https://github.com/aler9/rtsp-simple-server/issues/183#issuecomment-760856015