sameersbn / docker-skype

Dockerized skype with voice and video call support
MIT License
139 stars 30 forks source link

Load video devices dynamically. #9

Closed ghost closed 8 years ago

ghost commented 8 years ago

I don't usually have my camera driver uvcvideo loaded all the time, especially on start. When I load the driver I'd expect the video module to be mounted into the container, could that be done?

sameersbn commented 8 years ago

@ivegotasthma I don't think this is possible. when the container is started the video devices are looked up and attached to the container using the --device argument. I don't think new devices can be attached once the container has been started.