Replies: 1 comment 5 replies
-
Also, you can use ffmpeg component raw_command to use any ffmpeg compatible source. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I appreciate the clear documentation but didn't see this possibility mentioned. I'm setting up a single webcam connected to a low powered ARM device, mainly because both are just laying around. I can access the webcam with ffmpeg from inside the Viseron container, but if I skip the host and port inputs and only provide the local path to the camera, Viseron errors:
That's not surprising, but is there a way to communicate to Viseron what I'm trying to do? The Gstreamer component gives the same message.
I could use ffserver or something similar to provide the steam on localhost where it would have the parameters the camera components expect, but if there's a way to configure the usb source directly it would be more efficient and simpler.
Beta Was this translation helpful? Give feedback.
All reactions