Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To use BrightAuthor with the BrightSign Network (BSN), you must configure BrightAuthor to communicate with BSN servers. Then you can deliver content to your networked players by opening BrightAuthor, logging into BSN, uploading presentations, and publishing to Groups. For more details on publishing with BSN, see the latest BrightAuthor User Guide.

To log in to BSN and upload files, BrightAuthor must be able to communicate with:

Server and Ports

Usage

https://services.brightsignnetwork.com:443

General BrightAuthor operations (primary)

http://services.brightsignnetwork.com:80

General BrightAuthor operations (secondary)

http://fileservices.brightsignnetwork.com:9990

File uploads

http://fileservices.brightsignnetwork.com:9991

File uploads

http://fileservices.brightsignnetwork.com:9992

File uploads

http://fileservices.brightsignnetwork.com:9993

File uploads

http://fileservices.brightsignnetwork.com:9994

File uploads

http://bsnm.s3.amazonaws.com:80

Main repository for user-generated content and some system directories for BrightAuthor

https://api.brightsignnetwork.com:443

Avast antivirus may cause problems with BSN uploads. To workaround, right click on Avast icon in the toolbar > Avast shields control > Disable for some time, then repeat the presentation upload.

Using Port 80

Some customers have firewalls or other security policies that do not allow them to use non-standard ports 9990-9994 for file uploads. In these cases, things can be working then spontaneously stop working due to an upstream change to firewall or network security policies (modern networking equipment often auto-updates without user intervention). To fix this, we have implemented server-side support for uploading files with multiple threads on port 80. To use this, you need to change the configuration file. Note that applying new settings may result in slightly slower upload speeds.

To point to our servers using port 80:

  1. Close BrightAuthor.

  2. Find the BrightAuthor.exe.config file.

  3. Open the BrightAuthor.exe.config file in Notepad and search for this line: add key="UploadFileService1" and change its value from the "http://fileservices.brightsignnetwork.com:9990/UploadFileService.svc" to "http://fileservices.brightsignnetwork.com/UploadFileService.svc".

  4. Delete 4 strings below this line, which correspond to the "UploadFileService2-5".

  5. Save the changes and close Notepad. If you can't save the changes, then copy the BrightAuthor.exe.config file to your desktop, modify the file, save it, and place it back to the BrightAuthor folder. Now BrightAuthor will upload presentations through the 80 port.

Attached is an example of the 1-port upload config file for BrightAuthor version 3.2.0.12:

View file
nameBrightAuthor.exe.config