Page 1 of 1

App won't start when appending AUDIO=1 ?

PostPosted: Sat Dec 06, 2014 9:19 pm
by rennsix
I've setup the ORBX_Cloud_Console_AMI_for_Windows_1.0-3bbd7891-65be-421a-8c01-0e866e455166-ami-8ff2b9e6.1 (ami-763ea146)

I can get my app to start streaming with no audio just fine:
http://aws.otoy.com/?connect=//<ip>:8090/?NOCRYPTO=1;STATUS=1;AUTOLOCK=0;WAN=12;START=C:\path-to-my-app\app.exe;GUID=<guid>

However, when I append the AUDIO=1; to the URL string like this:

http://aws.otoy.com/?connect=//<ip>:8090/?NOCRYPTO=1;STATUS=1;AUTOLOCK=0;WAN=12;AUDIO=1;START=C:\path-to-my-app\app.exe;GUID=<guid>


The app does not load, it just sits at the grey screen..no timeout errors or anything. Inside taskmanager it shows the app running and see the TCP/IP connection but nothing on the client screen...

So my question would be is there a setting on the actual machine I need to set first through RDP to get audio to work or am I doing something else wrong?

Any feedback or insight would be great.