“Connection rejected: You did not connect comming from a licensed domain” caused by latest Flash Player update (11.1.102.62)
February 21st, 2012 by Octavian NaicuJust a few days ago I was alarmed on the forum that many users of AVChat started getting the error in the title out of the blue without the chat webmasters doing anything.
After a quick investigation we had found the culprit.
It seems Adobe has modified something in their latest Flash Player Update (11.1.102.62).
They modified the contents of the pageUrl variable sent by Flash Player when it connects to a media server like FMS, Red5 or Wowza.
In FP 11.1.102.55 (released on November 7th, 2011) pageUrl looked like this: http://avchat.net/demos/avchat30/
In FP 11.1.102.62 (released on February 15th, 2012, the one thats causing the issue) pageUrl is truncated and looks like this: http://avchat.net
Strangely enough this modification/problem exists only in Firefox ( on both PC and MAC).
This shorter pageUrl flips our domain checking mechanism resulting in end users getting the error in the title when trying to connect.
To fix the issue we have compiled some new media server files (Red5, FMIS, Wowza) for the latest build of AVChat, 1418 and attached them to this blog post together with patching instructions.
We will compile such patches for both older versions of AVChat and other software like our HDFVR video recorder or the FLVAR audio recorder.
To fix the error when using AVChat 1418 and FMIS media server:
1. Download this archive: zip archive containing new main.ase file for FMIS
2. Extract the contents of the attached archive, it contains a new main.ase file
3. Replace your old main.ase file in FMS/applications/avchat30/ with the new one in the attached archive
4. Restart the media server OR reload the avchat30 application using the FMS management console/FCS application inspector
5. Done
To fix the error when using AVChat 1418 and Red5 media server:
1. Download this archive: zip archive containing new Application.clas file for Red5
2. Unpack the attached archive, it contains a new Application.class file
3. Replace your old Application.class file in Red5\webapps\avchat30\WEB-INF\classes\avchat3 with the new one
4. Restart Red5
5. Done
To fix the error when using AVChat 1418 and Wowza media server:
1. Download this archive: zip archive containing new avchat3.jar file for Wowza
2. Unpack the attached archive, it contains a new avchat3.jar file
3. Replace your old avchat3.jar file in Wowza\lib with the new one in the attached archive
4. Restart Wowza
5. Done

















