blunty91 Posted March 12, 2013 Posted March 12, 2013 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.
CHR1S Posted March 12, 2013 Posted March 12, 2013 Any errors or warnings? What version are you using?
j224 Posted March 12, 2013 Posted March 12, 2013 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.
dhicks Posted March 12, 2013 Posted March 12, 2013 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"
blunty91 Posted March 13, 2013 Author Posted March 13, 2013 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.
nokem Posted September 28, 2013 Posted September 28, 2013 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.
jbailey Posted October 17, 2013 Posted October 17, 2013 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 1
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now