Does "option" work in VLM?
Posted: 21 Oct 2005 15:31
Hello,
When I use an old Logitech Quckcam that does not require any
option, VLM works fine
When I use a new Logitech webcam that requires name and size properties (otherwise it reboots the computer ) VLM does not work any more
Has anybody been able to make option work in VLM?
Regards.
When I use an old Logitech Quckcam that does not require any
option, VLM works fine
Code: Select all
new test1 broadcast enabled
setup test1 input dshow://
setup test1 output #transcode{vcodec=MJPG,vb=1024,scale=1}:duplicate{dst=std{access=udp,mux=ts,url=localhost:1234}}
control test1 play
Code: Select all
new test1 broadcast enabled
setup test1 input dshow://
setup test1 option dshow-vdev="Logitech QuickCam Express"
setup test1 option dshow-size="440*280"
setup test1 output #transcode{vcodec=MJPG,vb=1024,scale=1}:duplicate{dst=std{access=udp,mux=ts,url=localhost:1234}}
control test1 play
Regards.