Microphone/webcam not working WTOS 8.6_710

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #105962
    lleonard
    Participant
    • Total Post: 2
    • Newbie

    Afternoon all, I’m attempting to connect to RDS using a Dell Wyse 5470 using WTOS 8.6_710.

    I know very little about this, but even after looking through previous posts, I’m unable to make this work via ini.  This model is a laptop thin client, so the webcam and microphone are built in.

    I have ensured the playback/recording devices are selected and working via the thinOS settings, but they do not show at all in the Windows control panel.

    Currently my ini file looks like this: (any thoughts?)

    ;*************************************************************
    ;* *
    ;* This wnos.ini file was generated with the *
    ;* Configuration Generator 8.5.02 *
    ;* Copyright by Thomas Moellerbernd *
    ;* *
    ;* https://technicalhelp.de *
    ;* *
    ;*************************************************************

    ;*************************************************************
    ;* General 1 *
    ;*************************************************************

    autoload=1 LoadPkg=1

    ;*************************************************************
    ;* Redirection *
    ;*************************************************************

    Device=vusb ForceRedirect=0x046d,0x0892,0xef,0x02,0x01

    ;*************************************************************
    ;* Time *
    ;*************************************************************

    TimeZone=’GMT – 05:00′ ManualOverride=yes Daylight=yes Start=030207 End=110107 TimeZoneName=”Eastern”

    ;*************************************************************
    ;* Network *
    ;*************************************************************

    SignOn=No

    ;*************************************************************
    ;* Printing *
    ;*************************************************************

    Device=usbprinter AlwaysOnline=yes
    Printer=LPT1 Enabled=yes

    ;*************************************************************
    ;* RDP *
    ;*************************************************************

    SessionConfig=RDP USBRedirection=RDP

    ;————————————————————-
    ;- RDP Session 1 –
    ;- Each line but the last must end with a ‘\’ –
    ;————————————————————-

    CONNECT=RDP \
    TSGWEnable=yes \
    TSGWServer=rds6004.adminportal.pro \
    TSGWUseSameInfo=yes \
    Host=rdsh01.adminportal.pro \
    Description=”Azure Remote Desktop” \
    Fullscreen=yes \
    Resolution=seamless \
    Logon_Mode=Prompt \

    LocalCopy=no

     

     

    #105981
    ConfGen
    Keymaster
    • Total Post: 10696
    • Jedi Master
    • ★★★★★★★

    Remove all USB redirection settings and add

    Disablesound=No \
    AudioQualityMode=0 \
    RDPAudioRecord=yes \

    to your INI file (in the RDP connection)

    CG

    #105995
    lleonard
    Participant
    • Total Post: 2
    • Newbie

    Worked perfect! Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.