Jump to content

Recommended Posts

Posted

Hi guys,

 

Trying to get AirServer on a RM CC4 network setup in one of the classrooms... We're on a Trapeze wireless network.

 

Works first time with our MacBook Pro, but I've got no joy when using the computer in the class

 

As anyone got it work? Worst comes to worst we'll just hook up the MacBook to the projector as we've got the VGA converter etc, just would be easier if we could get it on the computer...

 

Thanks if anyone knows.

Posted

What version of Windows are you running?

 

We found that the Windows 7 firewall was blocking AirServer from mirroring. We could see the computer name on the iPad and connect to it, but the screen wouldn't show on the computer until we allowed it through the firewall.

Posted
As anyone got it work?

 

Yes - check that you have the prerequisits installed (as listed on AirServer's website): Bonjour Print Services (which itself relies on Bonjour) and DirectX 9 (yes, even if you have a newer version installed). You also need to install ffdshow and Matroska Splitter (aka the Haali Media Splitter, I think), which both seem to be included in the K-Lite Codec Pack. We have a batch file that sets the firewall permiassions for AirServer, which I think is working:

 

netsh advfirewall firewall add rule name="AirServer TCP" dir=in action=allow protocol=TCP program="C:\Program Files\Airserver\Airserver\Airserver.exe"
netsh advfirewall firewall add rule name="AirServer TCP" dir=out action=allow protocol=TCP program="C:\Program Files\Airserver\Airserver\Airserver.exe"
netsh advfirewall firewall add rule name="AirServer UDP" dir=in action=allow protocol=UDP program="C:\Program Files\Airserver\Airserver\Airserver.exe"
netsh advfirewall firewall add rule name="AirServer UDP" dir=out action=allow protocol=UDP program="C:\Program Files\Airserver\Airserver\Airserver.exe"

netsh advfirewall firewall add rule name="AirServer TCP" dir=in action=allow protocol=TCP program="C:\Program Files\Airserver\Airserver\AirServerConsole.exe"
netsh advfirewall firewall add rule name="AirServer TCP" dir=out action=allow protocol=TCP program="C:\Program Files\Airserver\Airserver\AirServerConsole.exe"
netsh advfirewall firewall add rule name="AirServer UDP" dir=in action=allow protocol=UDP program="C:\Program Files\Airserver\Airserver\AirServerConsole.exe"
netsh advfirewall firewall add rule name="AirServer UDP" dir=out action=allow protocol=UDP program="C:\Program Files\Airserver\Airserver\AirServerConsole.exe"

Posted
Yes - check that you have the prerequisits installed (as listed on AirServer's website): Bonjour Print Services (which itself relies on Bonjour) and DirectX 9 (yes, even if you have a newer version installed). You also need to install ffdshow and Matroska Splitter (aka the Haali Media Splitter, I think), which both seem to be included in the K-Lite Codec Pack. We have a batch file that sets the firewall permiassions for AirServer, which I think is working:

 

netsh advfirewall firewall add rule name="AirServer TCP" dir=in action=allow protocol=TCP program="C:\Program Files\Airserver\Airserver\Airserver.exe"
netsh advfirewall firewall add rule name="AirServer TCP" dir=out action=allow protocol=TCP program="C:\Program Files\Airserver\Airserver\Airserver.exe"
netsh advfirewall firewall add rule name="AirServer UDP" dir=in action=allow protocol=UDP program="C:\Program Files\Airserver\Airserver\Airserver.exe"
netsh advfirewall firewall add rule name="AirServer UDP" dir=out action=allow protocol=UDP program="C:\Program Files\Airserver\Airserver\Airserver.exe"

netsh advfirewall firewall add rule name="AirServer TCP" dir=in action=allow protocol=TCP program="C:\Program Files\Airserver\Airserver\AirServerConsole.exe"
netsh advfirewall firewall add rule name="AirServer TCP" dir=out action=allow protocol=TCP program="C:\Program Files\Airserver\Airserver\AirServerConsole.exe"
netsh advfirewall firewall add rule name="AirServer UDP" dir=in action=allow protocol=UDP program="C:\Program Files\Airserver\Airserver\AirServerConsole.exe"
netsh advfirewall firewall add rule name="AirServer UDP" dir=out action=allow protocol=UDP program="C:\Program Files\Airserver\Airserver\AirServerConsole.exe"

 

I'll have a look at this, got a feeling DirectX won't be updated...

 

Thanks everyone.

  • 6 months later...
Posted

Sorry to resurrect an old thread. I am setting up Airserver in a large school so that teachers can mirror iPads to projectors. Everything is done in Aruba and it works as a standalone but I am having huge problems packaging Air Server / Bonjour Print Services so I can do a network package install. Directx 9.0c is already packaged on all machines I am just wondering if anyone could let me know their procedure for getting the other two packaged. I am getting fails on both packages using both BonjourPS and building my own package from the original BonjourPSSetup.exe.

 

Any help much appreciated.

  • 3 weeks later...
Posted

I use these in a bat file if its of any use.

the msi files come out of the 32bit bonjour.exe download for windows

 

msiexec.exe /i %setups%\Bonjour.msi /quiet /norestart

msiexec.exe /i %setups%\BonjourPS.msi /quiet /norestart

 

msiexec.exe /passive /i %SETUPS%\AirServer.msi /qn PIDKEY=******************* CHECKFORUPDATES=DISABLE PASSWORDTYPE=PASSWORD PASSWORD=whatever ALLOWNAMING=DISABLE RUNATSTARTUP=YES

  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...