hello a few more questions.... but, I think it should work.... What version of the View Agent are you connecting to, and can you confirm that RTAV is installed in it? As per Real-Time Audi...
See more...
hello a few more questions.... but, I think it should work.... What version of the View Agent are you connecting to, and can you confirm that RTAV is installed in it? As per Real-Time Audio-Video (RTAV) For Horizon View, Part 2 | VMware End-User Computing Blog - VMware Blogs the linux client supported RTAV from version 2.2 onwards. TBH, I cant say for sure if HP does any adjustment of the package when they install on the thinclient (I dont work on the client team), but I dont think they do. From your description of device manager, it sounds like the Webcam is being redirected via USB redirection , since when being redirected by RTAV the real device would not appear in device manager - only the "virtual webcam". As such, a couple of things to check; 1. do you have access to the thin client file system? if so, can you check that the following file is present: /usr/lib/pcoip/vchan_plugins/libmmredir_plugin.so 2. if so, then rtav should be installed in the client. So next up (and this is something i thought we did by default in the linux client, but maybe its been adjusted in the HP install) is that Video devices should be blocked by default for USB redirection. This can be done either on the client device, or probably better (for roll out purposes) in the view agent via gpo... client config in the file: /etc/vmware/config (create it if it doesnt exist), add the following lines; viewusb.AllowAudioIn="False" viewusb.AllowVideo="False" OR: agent side config; using the usb agent configuration file set the following gpo: ExcludeDeviceFamily o:video;audio (o: means override any config set on client side, and means its an agent side setting). (see http://www.vmware.com/files/pdf/techpaper/vmware-horizon-view-usb-device-redirection.pdf for more details on usb configuration) let me know how you get on, cheers peterB