Versions Compared

Key

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

...

Expand
titleExpand

If the player suddenly goes into a reboot loop after publishing a new presentation, most likely something in the presentation is causing the crash:

  • The player firmware may be incompatible with your BrightAuthor/BA:connected version. Upgrade the player to at least the minimum compatible firmware version:

    • In BrightAuthor:connected, see BrightSignOS Update in the Advanced tab of the DWS

    • In BrightAuthor, do this in Device Setup via Specify Firmware Update, or when publishing the presentation schedule via Specify Firmware Update.

  • Make sure that the data feed is an actual RSS/MRSS or simple XML structure, not a HTML page, image, or some other kind of content

  • Make sure that your plugin (.brs) is not corrupt or invalid (you've downloaded the plaintext BrightScript .brs and not the HTML page). For Github downloads, you should be clicking the Raw link on the fancy source code view page.

  • Make sure your media conforms to the support supported videoaudio, and image formats and types. Also pay attention to whether it's portrait or landscape resolution.

  • Note that when BrightAuthor presentations change screen resolutions (e.g. from 1280x720x60p to 1024x768x60p), the player will reboot.

To fix:

  • BrightSign Network or Simple File Networking/Web Folder: Publish a working presentation and either wait for the player to update or reboot it manually.

  • Standalone:

    1. Retrieve the player's storage device

    2. Publish a working presentation to it

    3. Replace the storage device in the player

    4. Reboot the player.

  • Local File Networking: Reapply player setup files to the player's storage to clear the player's presentation schedule so it won't run and crash the player again. If you cannot physically access the player, you can still recover as long as the Diagnostic Web Server is accessible.

    Keep trying to hit http://{{playerIPaddress}}/action.html?reboot=Reboot&disable=autorun (replace {{playerIPaddress}} with the player's LAN IP address) from a web browser until you get a response from the player. After you see the response, the player will reboot with the autorun disabled, then you can use the method described in the Publishing Setup Files via Diagnostic Web Server to create, package, and deliver a new set of player setup files. After the new setup is applied you should be able to publish to the player again.

...

Expand
titleExpand

A known bug affects the upload/transfer of content to the player while publishing a presentation via Local File Networking. This issue affects some users that enabled authentication by entering a password for the Local Web Server via the User name and Password options in Tools > Setup BrightSign Unit > Unit Configuration. Follow these steps to resolve the issue:

  1. Clear the player registry as described on this page.

  2. Close BrightAuthor.

  3. Find and delete the BrightSignUnits.xml file for your BrightAuthor version. The path should be similar to this: C\Users\[User_Name]\AppData\Local\BrightSign\BrightAuthor\[BA_Version_Number]

  4. Open BrightAuthor.

  5. Go to Tools > Setup BrightSign Unit to create a new setup card without a password for the Diagnostic Web Server or Local Web Server.

  6. Insert the new setup card into the player.

  7. Connect the power cable (or Ethernet cable if using PoE).

  8. In BrightAuthor go to the Publish tab, Select New Unit, select the "+" icon to add the new player IP address, and select OK.

If you don't know the IP address of your player, see this page for help.

Why does my 4K canvas display as 1920x1080 in BrightAuthor?

Expand
titleExpand

While models such as the XTx43/XTx44 support rendering 4K graphics (with the Full resolution graphics option enabled), other 4K-capable models (XDx34, HDx24, etc.) render graphics at HD. When you create a 4K presentation for one of these models, the canvas will read as 1920x1080, which will upscale to 3840x2160 when you publish the presentation.

  • You can also display 4K images using the 4K checkbox in a Media List State. The target mode for the presentation must be set to Support 4K images (use video plane to display images) as shown in the image below.

Screenshot 2024-08-20 at 9.25.10 AM.pngImage Removed

This applies to graphics/HTML only: All 4K-capable models render 4K videos at their native resolution without upscaling.

For an upscaled 4K presentation, the size and position coordinates must be halved for all zones: For example, if you wish to display a second video that is HD (1920x1080) in the lower-right quadrant of the screen, you will need to set the video zone size (W:H) and position (X:Y) to 960x540.

HTML pages in an upscaled 4K presentation must have a specified width and height (up to 1920x1080).