FIRMWARE RELEASE NOTES

Size: px
Start display at page:

Download "FIRMWARE RELEASE NOTES"

Transcription

1 Release Notes June 16, 2014 FIRMWARE RELEASE NOTES (BrightSign XD230, XD1030, XD1230) BrightSign, LLC Lark Ave., Suite 200 Los Gatos, CA

2 Updating your BrightSign Software 1. Click the Download Now button below the model number that corresponds to your BrightSign player. Note: HD and XD firmware versions are sometimes designated with the same number, but they are still different files. Make sure to download the update file that corresponds to the model number of your BrightSign player. 2. Unzip the downloaded file and copy the.bsfw file to the root directory of your SD card. 3. Insert the SD card into your BrightSign player. 4. Power on the BrightSign player. 5. Ensure that the yellow update LED is blinking during the update process. Once the player has finished updating, it will automatically delete the.bsfw file from the SD card and reboot. Changes Since Note Unless marked by a symbol, new features listed in these release notes are not available in the current beta or release version of BrightAuthor and can only be utilized with custom scripts. A feature may become available through BrightAuthor at a later date. Please use the latest version of BrightAuthor and read the release notes for all new features and functionality. New Features Support for the following multi-touch screens: ELO 3243L, Iiyama T1731SAW, and Nitere AR150-2 True video rotation at resolutions up to 1080p60 1

3 New streaming server capabilities: XD players can process requests from other devices on the network and deliver media via RTP, RTSP, and HTTP. Support for chroma key and luma key video blending Support for seeking to a certain video or audio time code Support for video fading Support for the 1680x1050x60p video mode Progress bar widget Support for HTTPS streaming Enhanced ticker with scrolling capability Universal Plug and Play (UPnP) support via BrightScript Support for setting the recovery URL via DHCP Option 43 Telnet support for BrightSign and BrightScript shell prompts Bug Fixes HTML pages now display multiple JavaScript animations more consistently. Newer models of USB external hard drive (including Seagate models) are now correctly recognized by XD players. AC3 audio now plays correctly within the MP4 and MOV video containers. HLS streams containing raw MP3 audio play correctly again. Streamed.ts video files that do not contain audio data now play correctly. 2

4 The colors of custom mouse-cursor icons now display correctly. Mouse-cursor icons are no longer obscured by various image and text widgets. Players now correctly display certain fonts that would previously encounter clipping issues at the beginning of the text. Some minor choppiness associated with text characters has been removed. The screen no longer flashes if a video zone transitions into or out of HDMI input. This bug only occurred if there were additional zones other than the video zone. Attempting to rapidly change channels on a DTCP-enabled RF input no longer causes the player to crash. Attempting to play an AVCHD Lite video file no longer causes the player to crash. Resizing an HTML <video> element while the page is being displayed no longer results in a single frame of video corruption. The color values of standard video elements (i.e. those added to a looping or interactive playlist) and HTML <video> elements are now exactly identical. Using an HTML widget to rotate a portrait mode (1080x1920) video no longer causes clipping problems. HTML pages no longer randomly encounter frame-rate issues if the RequestAnimationFrame() JavaScript call is being used. 3

5 Drawing text over an image using the JavaScript filltext()function no longer results in a blue background. This bug only occurs if the combined width and height of the HTML canvas is larger than pixels. Displaying an HTML page with the JavaScript console enabled no longer has a possibility of crashing the player. HTML pages that are published directly to the player (without an autorun script) now correctly support z- ordering of video and graphics. If the player is located behind a proxy, attempting to display a remote web page will no longer cause the player to crash. If an rohttpevent instance is created by the script rather than by the rohttpserver instance, there is no longer a possibility that the player will crash. Unplugging a BP200/BP900 during a button-panel presentation no longer causes system instability. Using rodatetime to set the clock backwards (to a negative time) no longer causes problems with event messages. EndOfStream callbacks no longer have a chance of creating a deadlock with rovideoplayer calls. Improvements Mouse and touch events are now much more responsive and effective on resource-intensive HTML pages. 4

6 Players are now better able to handle large amounts of multi-touch events in a short period of time. Mouse-cursor icon transparency is now fully supported for BMP and GIF image files. The new rovideomode.setgraphicszorder() allows scripts to determine whether all graphics should be placed in front of, behind, or between two videos on the z-axis. The SetRectangle() method has been added to rocanvaswidget, allowing scripts to resize the widget without destroying it. While playing an HTTP stream, the roaudioplayer object now posts an "end-of-stream" event if the player does not receive any data from the streaming server for several seconds. The script can then take appropriate action, such as generating a new connection request or switching to a different URL. Streaming audio no longer fades in if playback is being looped. The video and audio buffer settings for IP streaming can now be set within the URL (for example, "rtsp:// Players can now play video streams from a Matrox Maevex 5100 encoder. Note that audio support for this series of encoders is still a work in progress. The default low-latency mode for video-only RTP streams can now be overridden by adding "buffering=true" to the stream URL (for example, "rtp://example:port/?buffering=true") DNS lookups can now be used to specify a remote host involved with an rotcpstream instance. New Video Time Code events can now be generated for a video during video playback. The 1920x1200x60p resolution is now displayed using reduced blanking mode. 5

7 The scroll bars on HTML pages are now disabled by default. The new rohtmlwidget.sethwzdefault() method allows scripts to set the default HWZ mode for HTML <video> elements. The new rohtmlwidget.setlocalstoragedir() and rohtmlwidget.setdatabasedir() methods allow persistent storage of webpage data (with IndexedDB or the JavaScript storage class) after power loss or network outage. The GetUserData() method can now be called on messages sent from rohtmlwidget, allowing scripts to distinguish between events from different rohtmlwidget instances. The file system of the player now fixes filenames that contain colons, which are not allowed in FAT systems. Since storage devices attached to a player usually need to be formatted using FAT32, this can help prevent problems caused by faulty file names. SD card failure will no longer prevent the player from rebooting. The new RestartScript() global function causes a player to search for a new autorun file without needing to reboot. If a new autorun script is uploaded to the player from the Diagnostic Web Server, the player now loads the script without needing to reboot. Initiating diagnostic operations using the Diagnostic Web Server no longer overwrites the autorun.brs file contained on the local storage of the player. 6

8 The IP address displayed on the BrightSign splash screen now updates if the player obtains a new DHCP lease. BrightScript now supports 128-bit AES encryption through the new roblockcipher object. BrightScript now supports the PBKDF2 function through the new ropasskey object. The player no longer crashes if a character pixel size larger than 1920x1080 is passed to rotextfield during object creation. If no character pixel size is specified during object creation, the player attempts to use the largest pixel size that will fit within the text field. BrightScript no longer allows two roirremote objects to exist at once. Specifying an empty byte array for the rocecinterface.sendrawmessage() method no longer causes instability with the rocecinterface object itself. The player is now better able to successfully rename invalid or corrupt.bsfw update files. The player also continues looking for a valid.bsfw update file if it detects and renames the initial update file. Placing two different arbitrarily named.bsfw update files on a single SD card no longer causes an indefinite upgrade loop. The BrightSign splash screen now disappears more crisply. 7

FIRMWARE RELEASE NOTES

FIRMWARE RELEASE NOTES Release Notes June 16, 2014 FIRMWARE RELEASE NOTES (BrightSign HD120, HD220, HD1020) BrightSign, LLC. 16795 Lark Ave., Suite 200 Los Gatos, CA 95032 408-852-9263 www.brightsign.biz Updating your BrightSign

More information

FIRMWARE RELEASE NOTES

FIRMWARE RELEASE NOTES Release Notes September 19, 2013 FIRMWARE RELEASE NOTES (BrightSign XD230, XD1030, XD1230) BrightSign, LLC. 16795 Lark Ave., Suite 200 Los Gatos, CA 95032 408-852-9263 www.brightsign.biz Updating your

More information

FIRMWARE RELEASE NOTES

FIRMWARE RELEASE NOTES Release Notes November 12, 2015 FIRMWARE RELEASE NOTES Version 6.0.51 (BrightSign 4Kx42, XDx32, XDx30, HDx22) BrightSign, LLC. 16780 Lark Ave., Suite B Los Gatos, CA 95032 408-852-9263 www.brightsign.biz

More information

FIRMWARE RELEASE NOTES

FIRMWARE RELEASE NOTES Release Notes February 26, 2016 FIRMWARE RELEASE NOTES Version 6.1.37 (BrightSign 4Kx42, XDx32, XDx30, HDx22) BrightSign, LLC. 16780 Lark Ave., Suite B Los Gatos, CA 95032 408-852-9263 www.brightsign.biz

More information

BRIGHTAUTHOR RELEASE NOTES

BRIGHTAUTHOR RELEASE NOTES Release Notes April 7, 2013 BRIGHTAUTHOR RELEASE NOTES BrightSign, LLC. 16795 Lark Ave., Suite 200 Los Gatos, CA 95032 408-852-9263 www.brightsign.biz BrightAuthor Requirements PC with Windows Vista or

More information

FIRMWARE RELEASE NOTES

FIRMWARE RELEASE NOTES Release Notes August 27, 2015 FIRMWARE RELEASE NOTES Version 6.0.20 (BrightSign 4Kx42, XDx32, HDx22) BrightSign, LLC. 16780 Lark Ave., Suite B Los Gatos, CA 95032 408-852-9263 www.brightsign.biz Updating

More information

FIRMWARE RELEASE NOTES

FIRMWARE RELEASE NOTES Release Notes June 21, 2018 FIRMWARE RELEASE NOTES Version 7.1.49 (BrightSign XTx44, XDx43, XTx43, XDx33, HDx23, LS423, 4Kx42, XDx32, HDx22) BrightSign, LLC. 983 University Ave., Los Gatos, CA 95032 408-852-9263

More information

FIRMWARE RELEASE NOTES

FIRMWARE RELEASE NOTES Release Notes May 19, 2016 FIRMWARE RELEASE NOTES Version 6.1.76 (BrightSign 4Kx42, XDx32, XDx30, HDx22) BrightSign, LLC. 16780 Lark Ave., Suite B Los Gatos, CA 95032 408-852-9263 www.brightsign.biz Changes

More information

BRIGHTSIGN QUICK START GUIDE FOR HD120, HD220, HD1020, XD230, XD1030, XD1230

BRIGHTSIGN QUICK START GUIDE FOR HD120, HD220, HD1020, XD230, XD1030, XD1230 BRIGHTSIGN QUICK START GUIDE FOR HD120, HD220, HD1020, XD230, XD1030, XD1230 BrightSign, LLC. 16795 Lark Ave., Suite 200 Los Gatos, CA 95032 408-852-9263 www.brightsign.biz TABLE OF CONTENTS What s in

More information

BRIGHTSIGN QUICK START GUIDE FOR HD110, HD210, HD410, HD810, HD1010

BRIGHTSIGN QUICK START GUIDE FOR HD110, HD210, HD410, HD810, HD1010 BRIGHTSIGN QUICK START GUIDE FOR HD110, HD210, HD410, HD810, HD1010 BrightSign, LLC. 16795 Lark Ave., Suite 200 Los Gatos, CA 95032 408-852-9263 www.brightsign.biz TABLE OF CONTENTS What s in the box?

More information

USER GUIDE. BrightSign Network Enterprise Edition WebUI Version 3.5

USER GUIDE. BrightSign Network Enterprise Edition WebUI Version 3.5 USER GUIDE BrightSign Network Enterprise Edition WebUI Version 3.5 BrightSign, LLC. 16795 Lark Ave., Suite 200 Los Gatos, CA 95032 408-852-9263 www.brightsign.biz TABLE OF CONTENTS Introduction 1 What

More information

TD1012, BrightSign HD110 / HD210 / HD210w / HD410 / HD810 / HD1010 / HD1010w ("Compact") Software April 6, 2012

TD1012, BrightSign HD110 / HD210 / HD210w / HD410 / HD810 / HD1010 / HD1010w (Compact) Software April 6, 2012 TD1012, BrightSign HD110 / HD210 / HD210w / HD410 / HD810 / HD1010 / HD1010w ("Compact") Software 3.8.34 April 6, 2012 This release includes bug fixes and performance improvements. Fixed: Factory reset

More information

BRIGHTSIGN QUICK START GUIDE. BrightSign, LLC Lark Ave., Suite 200 Los Gatos, CA

BRIGHTSIGN QUICK START GUIDE. BrightSign, LLC Lark Ave., Suite 200 Los Gatos, CA BRIGHTSIGN QUICK START GUIDE BrightSign, LLC. 16795 Lark Ave., Suite 200 Los Gatos, CA 95032 408-852-9263 www.brightsign.biz 1 TABLE OF CONTENTS What s in the box? 1 What is BrightSign? 2 Benefits 2 Capabilities

More information

USER GUIDE. BrightAuthor 3.7. BrightSign, LLC Lark Ave., Suite 200 Los Gatos, CA

USER GUIDE. BrightAuthor 3.7. BrightSign, LLC Lark Ave., Suite 200 Los Gatos, CA USER GUIDE BrightAuthor 3.7 BrightSign, LLC. 16795 Lark Ave., Suite 200 Los Gatos, CA 95032 408-852-9263 www.brightsign.biz TABLE OF CONTENTS Chapter 1 Getting Started... 1 What is BrightAuthor?... 1 What

More information

BRIGHTAUTHOR USER GUIDE

BRIGHTAUTHOR USER GUIDE BRIGHTAUTHOR USER GUIDE Software Version 3.5 BrightSign, LLC. 16795 Lark Ave., Suite 200 Los Gatos, CA 95032 408-852-9263 www.brightsign.biz TABLE OF CONTENTS Chapter 1 Getting Started... 1 What is BrightAuthor?...

More information

USER GUIDE. BrightSign Network Enterprise Edition WebUI Version 4.2

USER GUIDE. BrightSign Network Enterprise Edition WebUI Version 4.2 USER GUIDE BrightSign Network Enterprise Edition WebUI Version 4.2 BrightSign, LLC. 16780 Lark Ave., Suite B Los Gatos, CA 95032 408-852-9263 www.brightsign.biz 1 TABLE OF CONTENTS Introduction 1 What

More information

HTML5 Video. Streaming Parameters. Example (HTML) Example (JavaScript) Streaming Video ON THIS PAGE

HTML5 Video. Streaming Parameters. Example (HTML) Example (JavaScript) Streaming Video ON THIS PAGE HTML5 Video ON THIS PAGE Streaming Video Streaming Parameters YouTube Media Source Extensions HLS Live Streaming HDMI Input RF Input View Mode HWZ Video HWZ with CSS Z-Ordering HWZ Video Transforming HWZ

More information

USER GUIDE. BrightAuthor 3.8. BrightSign, LLC Lark Ave., Suite 200 Los Gatos, CA

USER GUIDE. BrightAuthor 3.8. BrightSign, LLC Lark Ave., Suite 200 Los Gatos, CA USER GUIDE BrightAuthor 3.8 BrightSign, LLC. 16795 Lark Ave., Suite 200 Los Gatos, CA 95032 408-852-9263 www.brightsign.biz TABLE OF CONTENTS Chapter 1 Getting Started... 1 What is BrightAuthor?... 1 What

More information

USER GUIDE. BrightSign Network WebUI Version 3.1. BrightSign, LLC Lark Ave., Suite 200 Los Gatos, CA

USER GUIDE. BrightSign Network WebUI Version 3.1. BrightSign, LLC Lark Ave., Suite 200 Los Gatos, CA USER GUIDE BrightSign Network WebUI Version 3.1 BrightSign, LLC. 16795 Lark Ave., Suite 200 Los Gatos, CA 95032 408-852-9263 www.brightsign.biz TABLE OF CONTENTS Introduction 1 What Can I Do with the WebUI?

More information

HTML5: BEST PRACTICES

HTML5: BEST PRACTICES HTML5: BEST PRACTICES BrightAuthor Software Version: 4.0.0.x BrightSign Firmware Version: 5.0.x BrightSign, LLC. 16795 Lark Ave., Suite 200 Los Gatos, CA 95032 408-852-9263 www.brightsign.biz TABLE OF

More information

TECHNICAL NOTES. Player Security Statement. BrightSign, LLC Lark Ave., Suite 200 Los Gatos, CA

TECHNICAL NOTES. Player Security Statement. BrightSign, LLC Lark Ave., Suite 200 Los Gatos, CA TECHNICAL NOTES Player Security Statement BrightSign, LLC. 16795 Lark Ave., Suite 200 Los Gatos, CA 95032 408-852-9263 www.brightsign.biz INTRODUCTION The network settings of a BrightSign player are highly

More information

USER GUIDE. BrightAuthor software version 3.4/3.2. BrightSign, LLC Lark Ave., Suite 200 Los Gatos, CA

USER GUIDE. BrightAuthor software version 3.4/3.2. BrightSign, LLC Lark Ave., Suite 200 Los Gatos, CA USER GUIDE BrightAuthor software version 3.4/3.2 BrightSign, LLC. 16795 Lark Ave., Suite 200 Los Gatos, CA 95032 408-852-9263 www.brightsign.biz TABLE OF CONTENTS Chapter 1 Getting Started... 1 What is

More information

BRIGHTSIGN APP USER GUIDE

BRIGHTSIGN APP USER GUIDE BRIGHTSIGN APP USER GUIDE ios App Version 1.0.1 BrightSign, LLC. 16795 Lark Ave., Suite 200 Los Gatos, CA 95032 408-852-9263 www.brightsign.biz TABLE OF CONTENTS Introduction 1 Using the BrightSign App

More information

USER GUIDE. BrightAuthor 4.3. BrightSign, LLC Lark Ave., Suite B Los Gatos, CA

USER GUIDE. BrightAuthor 4.3. BrightSign, LLC Lark Ave., Suite B Los Gatos, CA USER GUIDE BrightAuthor 4.3 BrightSign, LLC. 16780 Lark Ave., Suite B Los Gatos, CA 95032 408-852-9263 www.brightsign.biz TABLE OF CONTENTS Chapter 1 Getting Started... 1 What is BrightAuthor?... 1 What

More information

BRIGHTSIGN APP USER GUIDE

BRIGHTSIGN APP USER GUIDE BRIGHTSIGN APP USER GUIDE ios App Version 1.1.x BrightSign, LLC. 16780 Lark Ave., Suite B Los Gatos, CA 95032 408-852-9263 www.brightsign.biz 1 TABLE OF CONTENTS Introduction 1 Using the BrightSign App

More information

BRIGHTSIGN XT1143 PROMOTIONAL TOUCH PRESENTATION DEMO GUIDE

BRIGHTSIGN XT1143 PROMOTIONAL TOUCH PRESENTATION DEMO GUIDE BRIGHTSIGN XT1143 PROMOTIONAL TOUCH PRESENTATION DEMO GUIDE Setup and Use Instructions This BrightSign XT1143 Promotional Touch Presentation is interactive via a touch screen or a USB mouse. It tells the

More information

BRIGHTSIGN XT1143 PROMOTIONAL TOUCH PRESENTATION DEMO GUIDE

BRIGHTSIGN XT1143 PROMOTIONAL TOUCH PRESENTATION DEMO GUIDE BRIGHTSIGN XT1143 PROMOTIONAL TOUCH PRESENTATION DEMO GUIDE Setup and Use Instructions This BrightSign XT1143 Promotional Touch Presentation is interactive via a touch screen or a USB mouse. It tells the

More information

User Guide. BrightAuthor Release 2.0. BrightSign HD110, HD210, HD210w, HD410, HD810, HD1010, and HD1010w. COMPATIBLE WITH

User Guide. BrightAuthor Release 2.0. BrightSign HD110, HD210, HD210w, HD410, HD810, HD1010, and HD1010w.   COMPATIBLE WITH User Guide BrightAuthor Release 2.0 COMPATIBLE WITH BrightSign HD110, HD210, HD210w, HD410, HD810, HD1010, and HD1010w www.brightsign.biz Copyright Copyright 2010 by BrightSign, LLC. All rights reserved.

More information

UPGRADE GUIDE BrightSign Network Enterprise Edition 3.9 BrightSign, LLC Lark Ave. Suite B, Los Gatos, CA

UPGRADE GUIDE BrightSign Network Enterprise Edition 3.9 BrightSign, LLC Lark Ave. Suite B, Los Gatos, CA UPGRADE GUIDE BrightSign Network Enterprise Edition 3.9 BrightSign, LLC. 16780 Lark Ave. Suite B, Los Gatos, CA 95032 408-852-9263 www.brightsign.biz TABLE OF CONTENTS Introduction... 1 What s New in BSNEE

More information

Standalone Setup. Name Specification. BrightAuthor Version 4.7. Version 4.6 Version 4.4 Previous Versions ON THIS PAGE

Standalone Setup. Name Specification. BrightAuthor Version 4.7. Version 4.6 Version 4.4 Previous Versions ON THIS PAGE Standalone Setup BrightAuthor Version 4.7 Version 4.6 Version 4.4 Previous Versions ON THIS PAGE Network Properties Wired/Wireless Creating and Installing the Setup Files Network Properties Wired/Wireless

More information

UPGRADE GUIDE BrightSign Network Enterprise Edition 4.2 BrightSign, LLC Lark Ave. Suite B, Los Gatos, CA

UPGRADE GUIDE BrightSign Network Enterprise Edition 4.2 BrightSign, LLC Lark Ave. Suite B, Los Gatos, CA UPGRADE GUIDE BrightSign Network Enterprise Edition 4.2 BrightSign, LLC. 16780 Lark Ave. Suite B, Los Gatos, CA 95032 408-852-9263 www.brightsign.biz TABLE OF CONTENTS Introduction... 1 What s New in BSNEE

More information

The Device Setup feature is supported on Series 4 (XTx44, XDx34, HDx24, LS424) and Series 3 (XTx43, XDx33, HDx23, LS423) mode

The Device Setup feature is supported on Series 4 (XTx44, XDx34, HDx24, LS424) and Series 3 (XTx43, XDx33, HDx23, LS423) mode Device Setup ON THIS PAGE Introduction Network Setup Ethernet Settings Change Ethernet Settings Wireless Setup Advanced Wireless Setup Network Diagnostics Publishing Options BrightSign Network Sign-In

More information

Matrox MuraControl for Windows

Matrox MuraControl for Windows Matrox MuraControl for Windows User Guide (for software version 7.00) 20179-301-0700 2018.06.12 Contents About this user guide... 6 Using this guide... 6 More information... 6 Overview... 7 Supported Matrox

More information

BrightSign Wireless Model User Guide

BrightSign Wireless Model User Guide BrightSign Wireless Model User Guide support@brightsign.biz www.brightsign.biz 12/7/2010 Rev 1.0 Table of Contents 1. Overview... 3 1.1 Wireless Specifications... 3 1.2 Software Requirements... 3 2. Getting

More information

UPGRADE GUIDE BrightSign Network Enterprise Edition 4.1 BrightSign, LLC Lark Ave. Suite B, Los Gatos, CA

UPGRADE GUIDE BrightSign Network Enterprise Edition 4.1 BrightSign, LLC Lark Ave. Suite B, Los Gatos, CA UPGRADE GUIDE BrightSign Network Enterprise Edition 4.1 BrightSign, LLC. 16780 Lark Ave. Suite B, Los Gatos, CA 95032 408-852-9263 www.brightsign.biz TABLE OF CONTENTS Introduction... 1 What s New in BSNEE

More information

DEVELOPER'S GUIDE. BrightSign Media Server BrightSign Firmware Version: 5.1.x BrightSign Models: 4K242, 4K1042, 4K1142, XD232, XD1032, XD1132

DEVELOPER'S GUIDE. BrightSign Media Server BrightSign Firmware Version: 5.1.x BrightSign Models: 4K242, 4K1042, 4K1142, XD232, XD1032, XD1132 DEVELOPER'S GUIDE BrightSign Media Server BrightSign Firmware Version: 5.1.x BrightSign Models: 4K242, 4K1042, 4K1142, XD232, XD1032, XD1132 BrightSign, LLC. 16795 Lark Ave., Suite 200 Los Gatos, CA 95032

More information

DEVELOPER'S GUIDE. BrightSign Media Server BrightSign Firmware Version: 6.0.x BrightSign Models: 4K242, 4K1042, 4K1142, XD232, XD1032, XD1132

DEVELOPER'S GUIDE. BrightSign Media Server BrightSign Firmware Version: 6.0.x BrightSign Models: 4K242, 4K1042, 4K1142, XD232, XD1032, XD1132 DEVELOPER'S GUIDE BrightSign Media Server BrightSign Firmware Version: 6.0.x BrightSign Models: 4K242, 4K1042, 4K1142, XD232, XD1032, XD1132 BrightSign, LLC. 16780 Lark Ave., Suite B Los Gatos, CA 95032

More information

Matrox MuraControl for Windows

Matrox MuraControl for Windows Matrox MuraControl for Windows User Guide (for software version 6.00) 20179-301-0600 2017.09.25 Contents About this user guide... 6 Using this guide... 6 More information... 6 Overview... 7 Supported Matrox

More information

Brightsign 2.2 Update BrightAuthor 2.2 includes a large number of new features and updates.

Brightsign 2.2 Update BrightAuthor 2.2 includes a large number of new features and updates. Brightsign 2.2 Update BrightAuthor 2.2 includes a large number of new features and updates. To use BrightAuthor 2.2, you must install firmware 3.3.78 or later. All new BrightSigns are shipping with 3.3.69

More information

PADS4 Viewer on WebOS3

PADS4 Viewer on WebOS3 PADS4 Viewer on WebOS3 1. First time use 2. Firmware check 3. Specify URL launch settings 4. Adjust PADS4 Viewer options using the options screen 5. features Document version: 22 november 2017 1 1. First

More information

TECHNICAL NOTES. XD Media Server (FW version 4.8.x) BrightSign, LLC Lark Ave., Suite 200 Los Gatos, CA

TECHNICAL NOTES. XD Media Server (FW version 4.8.x) BrightSign, LLC Lark Ave., Suite 200 Los Gatos, CA TECHNICAL NOTES XD Media Server (FW version 4.8.x) BrightSign, LLC. 16795 Lark Ave., Suite 200 Los Gatos, CA 95032 408-852-9263 www.brightsign.biz INTRODUCTION This tech note applies only to XD players

More information

Mimo Vue with BrightSign Built-in

Mimo Vue with BrightSign Built-in Mimo Vue with BrightSign Built-in Manual and Specifications MBS-1080C / MBS-1080C-POE MBS-1080 / MBS-1080-POE - Touch - - Non-Touch - MBS-1080C-OF / MBS-1080C-OF-POE MBS-1080-OF / MBS-1080-OF-POE Please

More information

TECHNICAL NOTES. Configuring BrightAuthor for BSNEE

TECHNICAL NOTES. Configuring BrightAuthor for BSNEE TECHNICAL NOTES Configuring BrightAuthor for BSNEE Configurator version 1.06 Supported BrightAuthor versions: 3.5.0.34 to 4.4.0.x Supported BSNEE versions: 3.5 to 4.2 BrightSign, LLC. 16780 Lark Ave.,

More information

TECHNICAL NOTES. Using JavaScript Objects for BrightScript (FW 6.1.x)

TECHNICAL NOTES. Using JavaScript Objects for BrightScript (FW 6.1.x) TECHNICAL NOTES Using JavaScript Objects for BrightScript (FW 6.1.x) BrightSign, LLC. 16780 Lark Ave., Suite B Los Gatos, CA 95032 408-852-9263 www.brightsign.biz TABLE OF CONTENTS Enabling BrightScript

More information

BrightSign User Manual

BrightSign User Manual BrightSign User Manual Table of Contents BrightSign Product Support BrightSign Setup Requirements BrightSign First Time Setup Loading Content onto SD Cards Resetting The BrightSign Player Legacy BrightSign

More information

RS-1260 Digital Signage Player

RS-1260 Digital Signage Player RS-1260 Digital Signage Player User Manual V1.3 Legal Notice and Disclaimer Thank you for choosing RapidSignage products. This user manual provides a description of the Player relevant guidelines for key

More information

APPLICATION ADMINISTRATOR GUIDE

APPLICATION ADMINISTRATOR GUIDE APPLICATION ADMINISTRATOR GUIDE BrightSign Network Enterprise Edition Version 4.2 BrightSign, LLC. 16780 Lark Ave., Suite B Los Gatos, CA 95032 408-852-9263 www.brightsign.biz TABLE OF CONTENTS Introduction

More information

4. Added time object to show relative time for message (e.g. 1 minute ago );

4. Added time object to show relative time for message (e.g. 1 minute ago ); INSTALLATION PACKAGE VERSION 9.0.1 INCLUDES: Netpresenter Desktop Player version 9.0.1 Netpresenter Screensaver version 9.0.1 Netpresenter Agent version 9.0.1 Netpresenter Properties Editor version 9.0.1

More information

Carousel Digital Signage. Deployment Guide

Carousel Digital Signage. Deployment Guide Carousel Digital Signage Deployment Guide c Tightrope Media Systems Carousel Digital Signage Software version 6.5 Carousel for BrightSign Software version 1.3 Printed December 30, 2015 Contents 1 Introduction

More information

FULL METAL PLAYER (update 2017/11/24)

FULL METAL PLAYER (update 2017/11/24) FULL METAL PLAYER (update 2017/11/24) Starting Connect the power supply included in the box to the 5V/3A power plug on the right of the rear panel. Connect the SSTP ethernet cable to the LAN connector

More information

PADS4 Viewer on Samsung SSSP3

PADS4 Viewer on Samsung SSSP3 PADS4 Viewer on Samsung SSSP3 1. First time use 2. Firmware check 3. Specify URL launch settings 4. Adjust PADS4 Viewer options using the options screen 5. features Document version: 27 september 2017

More information

Network Digital Signage Player. Users Manual

Network Digital Signage Player. Users Manual Network Digital Signage Player Users Manual Table of Contents I. Introduction II. Specifications III. Signage Player Kit IV. Playlist Operation V. Client Device Setup 1. Client Installation 2. Client Main

More information

VIDEO PLAYER FOR RASPBERRY PI (update 2017/11/13)

VIDEO PLAYER FOR RASPBERRY PI (update 2017/11/13) VIDEO PLAYER FOR RASPBERRY PI (update 2017/11/13) Introduction Welcome to our new Video Player for Raspberry Pi (RPi) B+, 2 and 3. This player up to the latest update 2017/11/13, is able to play H.264

More information

INSTALLATION GUIDE. BrightSign Network Enterprise Edition 3.3

INSTALLATION GUIDE. BrightSign Network Enterprise Edition 3.3 INSTALLATION GUIDE BrightSign Network Enterprise Edition 3.3 BrightSign, LLC. 16795 Lark Ave. Suite 200, Los Gatos, CA 95032 408-852-9263 www.brightsign.biz TABLE OF CONTENTS Introduction 1 What s New

More information

Intelli-Signage Signage Designer Software

Intelli-Signage Signage Designer Software Intelli-Signage (User Manual V1.0) version: V3.0.0.0 Contents 1. Introduction... 1 2. System requirement... 1 2.1 Signage Player Software... 1 2.2... 1 3. Installation/Uninstallation of... 2 4. interface...

More information

TECHNICAL NOTES Using JavaScript Objects for BrightScript (FW 5.1.x)

TECHNICAL NOTES Using JavaScript Objects for BrightScript (FW 5.1.x) TECHNICAL NOTES Using JavaScript Objects for BrightScript (FW 5.1.x) BrightSign, LLC. 16780 Lark Ave., Suite B Los Gatos, CA 95032 408-852-9263 www.brightsign.biz TABLE OF CONTENTS Enabling BrightScript

More information

IAdea Player Firmware User Manual

IAdea Player Firmware User Manual IAdea Player Firmware User Manual Firmware version 4.6 Media players : XMP-2200 XMP-2300 XMP-2400 Signboards : XDS-1060 XDS-1062 XDS-1068 Contents IAdea Player Firmware User Manual 0 1. Introduction 1

More information

HTML5: DEVELOPER S GUIDE

HTML5: DEVELOPER S GUIDE HTML5: DEVELOPER S GUIDE BrightAuthor Software Version: 4.1.0.x BrightSign Firmware Version: 5.1.x BrightSign, LLC. 16780 Lark Ave., Suite B Los Gatos, CA 95032 408-852-9263 www.brightsign.biz TABLE OF

More information

VIDEO PLAYER FOR RASPBERRY PI (update 2018/12/25)

VIDEO PLAYER FOR RASPBERRY PI (update 2018/12/25) VIDEO PLAYER FOR RASPBERRY PI (update 2018/12/25) Introduction Welcome to our new Video Player for Raspberry Pi (RPi) B+, 2 and 3. This player up to the latest update 2018/12/25, is able to play H.264

More information

XD Series. Faster HTML p60 dual decode. Mini-SATA Interface. Fastest HTML5. Remote Snapshot. 4K Upscaling. Live Feeds

XD Series. Faster HTML p60 dual decode. Mini-SATA Interface. Fastest HTML5. Remote Snapshot. 4K Upscaling. Live Feeds BRIGHTSIGN FEATURES BRIGHTSIGN FEATURES Sophisticated capabilities. Infinite possibilities. 4K Series XD Series Native 4K Fastest HTML5 H.265 Mini-SATA Interface 1080p60 dual decode Faster HTML5 Power

More information

QUICK START GUIDE FOR AVSIGNCLOUD

QUICK START GUIDE FOR AVSIGNCLOUD Control Your Video VIDEO WALLS VIDEO PROCESSORS VIDEO MATRIX SWITCHES EXTENDERS SPLITTERS WIRELESS CABLES & ACCESSORIES QUICK START GUIDE FOR AVSIGNCLOUD QUICK START GUIDE FOR AVSIGNCLOUD ABOUT THIS DOCUMENT

More information

VidOvation TV Digital Signage Overview

VidOvation TV Digital Signage Overview VidOvation TV Digital Signage Overview Overview The Scheduling and Management Tools provides means of using all the features of the VidOSign with special consideration to ease of use and flexibility. There

More information

DM-RMC-100-STR HD Streaming Receiver and Room Controller 100. Supplemental Guide Crestron Electronics, Inc.

DM-RMC-100-STR HD Streaming Receiver and Room Controller 100. Supplemental Guide Crestron Electronics, Inc. DM-RMC-100-STR HD Streaming Receiver and Room Controller 100 Supplemental Guide Crestron Electronics, Inc. The product warranty can be found at www.crestron.com/warranty. The specific patents that cover

More information

Picturall Media Servers Changelog

Picturall Media Servers Changelog Picturall series Picturall Media Servers Changelog Picturall Media Servers Changelog Known problems Known issues General Various operations may slow down significantly while the GUI is transferring large

More information

Firmware User Manual. Firmware version v1.0. Suitable for Product Series: Touch Panel PC Panel PC Box PC. QD-FW_Manual_v1.0

Firmware User Manual. Firmware version v1.0. Suitable for Product Series: Touch Panel PC Panel PC Box PC. QD-FW_Manual_v1.0 1 Firmware User Manual Firmware version v1.0 Suitable for Product Series: Touch Panel PC Panel PC Box PC 2 Contents Features 3 System setup 3 System start up 3 System Settings 4 System Information 9 System

More information

SAMSUNG SOC FOR ICOMPEL CONTENT COMMANDER

SAMSUNG SOC FOR ICOMPEL CONTENT COMMANDER SETUP GUIDE SAMSUNG SOC INSTRUCTIONS FOR ICOMPEL CONTENT COMMANDER SAMSUNG SOC FOR ICOMPEL CONTENT COMMANDER 24/7 AT OR VISIT BLACKBOX.COM TABLE OF CONTENTS 1. INSTALLATION... 3 1.1 Setup...3 1.2 Downloading

More information

User Guide. HD600 and HD2000. BrightSign Software Version: (HD600); (HD2000) AutoPlay Script Version: 1.1.7b (HD600);

User Guide. HD600 and HD2000. BrightSign Software Version: (HD600); (HD2000) AutoPlay Script Version: 1.1.7b (HD600); TM User Guide HD600 and HD2000 MATCHES: BrightSign Software Version: 1.1.28 (HD600); 2.0.94 (HD2000) AutoPlay Script Version: 1.1.7b (HD600); 2.0.0.43 (HD2000) www.brightsign.biz Copyright Copyright 2008

More information

HD110, HD210, HD410, HD810, and HD1010 QUICK START GUIDE

HD110, HD210, HD410, HD810, and HD1010 QUICK START GUIDE HD110, HD210, HD410, HD810, and HD1010 QUICK START GUIDE Contents What s in the box?........................................................... 1 What is BrightSign?..........................................................

More information

Videon Product Manual

Videon Product Manual Videon Product Manual Greylock and Sorona Encoders/Decoders Document Number 10004134-R06 Copyright 2018 Videon Central, Inc. All rights reserved. No part of this publication may be reproduced, distributed,

More information

THE GLOBAL MARKET LEADER IN DIGITAL SIGNAGE PLAYERS

THE GLOBAL MARKET LEADER IN DIGITAL SIGNAGE PLAYERS THE GLOBAL MARKET LEADER IN DIGITAL SIGNAGE PLAYERS EVERYTHING YOU NEED FOR SOPHISTICATED DIGITAL SIGNAGE Powerful Performance And Reliability Designed exclusively for digital signage, BrightSign s slim

More information

Videon Product Manual. Shavano Encoder

Videon Product Manual. Shavano Encoder Videon Product Manual Shavano Encoder Copyright 2018 Videon Central, Inc. All rights reserved. No part of this publication may be reproduced, distributed, or transmitted in any form or by any means, including

More information

Avigilon Control Center 5.6 Release Notes

Avigilon Control Center 5.6 Release Notes Version 5.6.0.22 Released Thursday July 30 th, 2015 Release Summary This is a service release for Avigilon Control Center 5.6. Users experiencing issues listed in the Issues Fixed list should consider

More information

Avigilon Control Center 5.6 Release Notes

Avigilon Control Center 5.6 Release Notes Notes Version 5.6.0.18 Released Tuesday July 7 th, 2015 Release Summary This is the first scheduled service release for Avigilon Control Center 5.6. Users experiencing issues listed in the Issues Fixed

More information

MPX Server Software User Manual

MPX Server Software User Manual MPX Server Software User Manual Contents 1 Server Software Installation... - 3 - Initial Setup... - 6-2 Software Interface... - 10 - Login Page:... - 10-2.1 Homepage... - 12-2.2 Resources... - 13-2.3 Composer...

More information

Ultra High Brightness Professional Monitor User Manual

Ultra High Brightness Professional Monitor User Manual Manual Version UHBA1.0 Safety Instructions Please keep the display away from any heat sources. Place the display in a stable and well-ventilated place. Please handle with care as product contains glass.

More information

THE MARKET LEADER IN DIGITAL SIGNAGE MEDIA PLAYERS

THE MARKET LEADER IN DIGITAL SIGNAGE MEDIA PLAYERS THE MARKET LEADER IN DIGITAL SIGNAGE MEDIA PLAYERS EVERYTHING YOU NEED FOR SOPHISTICATED DIGITAL SIGNAGE Easy To Use, Sophisticated Features Dual decode of Full HD 1080p60 video, Live HDTV and Live Text,

More information

Version 2.x Customers Version is a FREE update for ScreenFlow 2.x and will not require a purchase.

Version 2.x Customers Version is a FREE update for ScreenFlow 2.x and will not require a purchase. ScreenFlow 2.1.11 Release Notes ATTENTION Version 1.x Customers Version 2 is a $29 paid upgrade from version 1.x and will require a new serial number. If you install version 2 without purchasing a new

More information

Avigilon Control Center 5.6 Release Notes

Avigilon Control Center 5.6 Release Notes Notes Version 5.6.0.28 Released Monday August 31 st, 2015 Release Summary This is a service release for Avigilon Control Center 5.6. Users experiencing issues listed in the Issues Fixed list should consider

More information

B3223P23 Release Notes. Zhejiang Uniview Technologies Co., Ltd.

B3223P23 Release Notes. Zhejiang Uniview Technologies Co., Ltd. Zhejiang Uniview Technologies Co., Ltd. Keywords: Version information, usage notes, precautions. Abstract: This document provides information about the B3223P23 board software, including version Acronym

More information

Network Digital Menu Board Hardware User Manual

Network Digital Menu Board Hardware User Manual Network Digital Menu Board Hardware User Manual Manual Version DMA1 Safety Instructions Please keep the display away from any heat sources. Place the display in a stable and well-ventilated place. Please

More information

High Definition LCD Digital Signage Display

High Definition LCD Digital Signage Display High Definition LCD Digital Signage Display User Manual Applicable Models L/PFxxH7(Android Version) MxxSA Cautions 1. Do Not install and use the unit in moisture, high temperature, outdoor and closed environment.

More information

Digital Signage Player Software Android Edition

Digital Signage Player Software Android Edition Digital Signage Player Software Android Edition User Manual V1.0 欣威视通安卓版商用高清播放器主控软件 V1.0 1 http:// Revision history Revision Revision date Principle changes V1.0 Jun. 2014 Create based on Signway EP28

More information

DataView Release Notes Version Released

DataView Release Notes Version Released DataView Release Notes Version 3.53.0013 Released 9-25-2018 CATEGORY (v 3.53.0013): Simple Logger II Version 1.01.0059 Open button is now active when selecting recordings from the session s list. Corrected

More information

G-Box System. Introduction: Signage Features. Display Images. Display Video

G-Box System. Introduction: Signage Features. Display Images. Display Video G-Box Features. V 1.1 Modified Oct 07 2011 G-Box System. Introduction: G-Box is a Network Digital Signage Player and Server that can display Images, Video, Sides or any web URLs as a part of a Play list.

More information

THE GLOBAL MARKET LEADER IN DIGITAL SIGNAGE PLAYERS

THE GLOBAL MARKET LEADER IN DIGITAL SIGNAGE PLAYERS THE GLOBAL MARKET LEADER IN DIGITAL SIGNAGE PLAYERS EVERYTHING YOU NEED FOR SOPHISTICATED DIGITAL SIGNAGE Powerful Performance And Reliability Designed exclusively for digital signage, BrightSign s slim

More information

Grayhill 3Dxx Display Products. Setup and Usage with CoDeSys Development Software

Grayhill 3Dxx Display Products. Setup and Usage with CoDeSys Development Software Grayhill 3Dxx Display Products Setup and Usage with CoDeSys Development Software Revision History Revision Date Description A 09/14/2016 Original Release B 05/02/2017 Added support for Model 3D70 (Seven

More information

SC6D0N4 HDMI User Guide

SC6D0N4 HDMI User Guide SC6D0N4 HDMI User Guide JMC Systems Engineering AB www.jmc.se +46-8-82 82 70 TABLE OF CONTENTS 1. PRODUCT INTRODUCTION... 4 1.1. Product Brief... 4 1.2. Specification... 6 2. HARDWARE INSTALLATION... 8

More information

1. BSN WebUI New Network Setup User Account Roles Create Tab Edit Tab Library Tab

1. BSN WebUI New Network Setup User Account Roles Create Tab Edit Tab Library Tab 1. BSN WebUI......................................................................................... 2 1.1 New Network Setup..............................................................................

More information

SelenioFlex Live 1.3.0

SelenioFlex Live 1.3.0 SelenioFlex Live 1.3.0 SelenioFlex Live 1.3.0 Requirements and License System Configuration The system ships as a fully configured 1RU encoding system. Your system configuration will differ depending on

More information

Single Mode: ઠÍÁµ Í Íà ÕÂÇ. Clone Mode: ઠÍÁµ ÍÊÍ Í à¹ ÍËÒà ÕÂÇ Ñ¹. Extended Mode: ઠÍÁµ ÍÊÍ Í à¹ ÍËÒµ Íà¹ Í àª ÍÁ ѹ໚¹ ÍÂÒÇ

Single Mode: ઠÍÁµ Í Íà ÕÂÇ. Clone Mode: ઠÍÁµ ÍÊÍ Í à¹ ÍËÒà ÕÂÇ Ñ¹. Extended Mode: ઠÍÁµ ÍÊÍ Í à¹ ÍËÒµ Íà¹ Í àª ÍÁ ѹ໚¹ ÍÂÒÇ Single Mode: ઠÍÁµ Í Íà ÕÂÇ Clone Mode: ઠÍÁµ ÍÊÍ Í à¹ ÍËÒà ÕÂÇ Ñ¹ Extended Mode: ઠÍÁµ ÍÊÍ Í à¹ ÍËÒµ Íà¹ Í àª ÍÁ ѹ໚¹ ÍÂÒÇ Distinct Mode: ઠÍÁµ ÍÊÍ Í à¹ ÍËÒáµ ÅÐ ÍäÁ àëá ͹ ѹ System Specifications

More information

Klick & Show Firmware-Update (GB)

Klick & Show Firmware-Update (GB) Klick & Show Firmware-Update (GB) An update of the firmware can be useful to take the advantage of new features of Klick & Show or to fix known issues and bugs. There are three different areas for updating:

More information

MagicInfo Server. User Guide. MagicInfo Server

MagicInfo Server. User Guide. MagicInfo Server MagicInfo Server MagicInfo Server User Guide MagicInfo Server is a web-based tool used to manage content files and devices. It also creates and distributes content file schedules. MagicInfo Server Contents

More information

DM-TXRX-100-STR HD Streaming Transmitter/Receiver. Supplemental Guide Crestron Electronics, Inc.

DM-TXRX-100-STR HD Streaming Transmitter/Receiver. Supplemental Guide Crestron Electronics, Inc. DM-TXRX-100-STR HD Streaming Transmitter/Receiver Supplemental Guide Crestron Electronics, Inc. The product warranty can be found at www.crestron.com/warranty. The specific patents that cover Crestron

More information

QUICK GUIDE FOR STARTING A NEW PREMIERE ELEMENTS PROJECT

QUICK GUIDE FOR STARTING A NEW PREMIERE ELEMENTS PROJECT QUICK GUIDE FOR STARTING A NEW PREMIERE ELEMENTS PROJECT 1. Create a folder on the DATA DRIVE (or your external HD) for your project. You can do this by either holding CONTROL while clicking in the open

More information

SET-UP INSTRUCTIONS. How can the DB9000-TX be used as an Icecast Source Client, sending audio to DB9000-RX decoder used as an Icecast Source Server

SET-UP INSTRUCTIONS. How can the DB9000-TX be used as an Icecast Source Client, sending audio to DB9000-RX decoder used as an Icecast Source Server SET-UP INSTRUCTIONS How can the DB9000-TX be used as an Icecast Source Client, sending audio to DB9000-RX decoder used as an Icecast Source Server Publish Date: 24-Feb-2017 Contents General information...

More information

MagicInfo Premium 3.1 Release Notes

MagicInfo Premium 3.1 Release Notes MagicInfo Premium 3.1 Release Notes Release Date: Jan 20, 2016 Build Number: Author 3105.3, Player 3107.2, MagicInfo Server 3105.3,VW Author 3007.3 The Release Notes document covers the following topics:

More information

POS Android Digital Advertising Display (Network) Hardware User Manual

POS Android Digital Advertising Display (Network) Hardware User Manual POS Android Digital Advertising Display (Network) Hardware User Manual Manual Version POSW3.0 Safety Instructions Please keep the display away from any heat sources. Place the display in a stable and well-ventilated

More information

Archives About ARCHOS TV+ General Questions I have installed a firmware/plug-in/game file on my Archos TV+ but it is not recognized by the device. You

Archives About ARCHOS TV+ General Questions I have installed a firmware/plug-in/game file on my Archos TV+ but it is not recognized by the device. You About ARCHOS TV+ General Questions I have installed a firmware/plug-in/game file on my Archos TV+ but it is not recognized by the device. You may have not correctly copied your file on the device. If it

More information

Create Sponsor Scroll

Create Sponsor Scroll Appendix B Create Sponsor Scroll TABLE OF CONTENTS... 1 CREATE, ANIMATE AND UPLOAD SPONSOR LOGOS Create... 2 Animate... 5 Upload... 6 Please note, this process requires two different programs, which should

More information

SelenioFlex Live 1.4.0

SelenioFlex Live 1.4.0 SelenioFlex Live 1.4.0 SelenioFlex Live 1.4.0 Requirements and License System Configuration The system ships as a fully configured 1RU encoding system. Your system configuration will differ depending on

More information