mplayer support for webcams
In order to work with webcams, mplayer domain needs write access to the v4l_device_t (updates and reconfiguration of the video device) Signed-off-by: Sven Vermeulen <sven.vermeulen@siphos.be>
This commit is contained in:
parent
7aa8ff324c
commit
96a78a6f7e
|
@ -197,6 +197,7 @@ dev_read_urand(mplayer_t)
|
|||
dev_rwx_zero(mplayer_t)
|
||||
# Access to DVD/CD/V4L
|
||||
dev_read_video_dev(mplayer_t)
|
||||
dev_write_video_dev(mplayer_t)
|
||||
# Audio, alsa.conf
|
||||
dev_read_sound_mixer(mplayer_t)
|
||||
dev_write_sound_mixer(mplayer_t)
|
||||
|
|
Loading…
Reference in New Issue