You don't need external internet while
using the software under Standalone License.
However you would need internet connection at least one time during
activation.
Once license is activated, conf/flashphoner.license will be recorded.
Then you will be able to disable external internet connection.
Please note. As mentioned above, the license should be activated as
sudo user. It will raise activation error if file conf/flashphoner.license was not recorded properly due to file writing permissions.
Code:
cd /usr/local/FlashphonerWebCallServer/bin
sudo ./activation.sh your_license_code
See also:
Flashphoner streaming media solutions documentation site
docs.flashphoner.com
You can use a temporal proxy server for license activation.
Example:
Code:
# Proxy configuration
-Dhttp.proxyHost=proxy1.mycompany.com
-Dhttp.proxyPort=3128
-Dhttps.proxyHost=proxy1.mycompany.com
-Dhttps.proxyPort=3128
-Dhttp.nonProxyHosts=localhost|127.0.0.1|10.*|169.254.169.254