Qt Quick QML Digital Signage Demo Part 2

Following up on Qt Quick QML Digital Signage Demo Part 1, I’ve updated the digital signage demo to support the following: Play 5 videos in a loop Display 5 pictures in a loop where the picture is changed every 5 seconds Use a (twitter) RSS feed for the scrolling text I initially planned to use QML to list the media files, but it is apparently not possible without using C/C++ and I may do it later on. So instead, I hard-coded the video and picture playlists in the QML files with the ListModel element. Videos are located in the video directory and pictures in the pic folder. An index is needed to scroll thru the playlist, but QML does not support global variables, so I created a JavaScript file (globals.js) to store the video and picture index: // Global variables in JavaScript file var iVideoIndex = 0 var iPicIndex = […]

Xibo Digital Signage on ARM (Full Version)

Last month, I wrote a post showing how to run Xibo Open Source Digital Signage in a BeagleBoard/Overo emulator. That version could communicate with Xibo server, download the required files, display pictures and (maybe) play videos with the real hardware. However, it had serious limitation as Text, RSS and web pages could not be displayed. I’ve now fixed those issues and the full Xibo 1.3.1 can run on ARM platform. First, you need to follow the instructions given in Xibo Digital Signage on ARM (Beagleboard / Overo), although we’ll need to modify something with libavg compilation (see below). Then cross-compile berkelium for ARM using Linaro toolchain. Add libbrowser-node to libavg plugin directory and build libavg again. Also copy the Berkelium header files in to src/test/plugin (i.e. src/test/plugin/berkelium) or add the include file path to CFLAGS/CXXFLAGS.

Create libberkeliumwrapper.so:

Copy the required files to the qemu image: sudo mount -o […]

AMD G-Series based iBase SI-08 Digital Signage

Ibase announced the SI-08, a digital signage player with an AMD G-Series processor and a DVI output. The device features a 1.6GHz dual-core T56N processor, up to 2GB of RAM and 1TB of disk storage, gigabit Ethernet,  a serial port, 2 USB port, an audio jack (in or out) as well as a Mini PCI slot for optional Wi-Fi or Bluetooth. Here are the specifications and features of the iBase SI-08 digital signage player: System Mainboard EB900-16-SI CPU Type AMD G-Series Dual-Core APU (Accelerated Processing Unit): T56N=1.65GHz @ 18W TDP CPU Package 413-BGA Chipset AMD A55M Controller Hub Memory DDR3-1333, up to 4GB Graphics ATi Radeon HD6320 series graphics processing system integrated in APU • DirectX 11 • Direct Compute 11 • Open GL 4.0 • OpenCL 1.1 • UVD3 Hardware Video Decoder – MPEG2, MPEG4, H.264, VC-1, WMV9 • Hybrid-DVI connector supporting CRT, DVI, or HDMI devices LAN 1x […]

Ayuda Splash Digital Signage Player Becomes Open Source

Ayuda Media Systems announced OpenSplash – a free, open source digital signage player at ISE 2011. Press Release Excerpt: Ayuda Media Systems (“Ayuda”) announced today at ISE 2011 that it will be open sourcing its Splash Digital Player. Dubbed “OpenSplash”, it is a free, multi-platform open source player that can be driven by any content management and scheduling system. “Offering a free, open source media player will enable a new wave of innovation in the signage industry” said Andreas Soupliotis, President & CEO of Ayuda. “There are a multitude of software vendors in the space that basically all do the same thing – push content from a content management system (CMS) to a network of players. Some do it a little better than others but the differentiation of identity is just not there. If there were a standard open software player that the industry rallied behind then everyone could focus […]

Digital Signage at CES 2011: HumanKiosk, ng Connect Program and Displays

Digital Signage solutions were also presented at CES 2011. Mediatile HumanKiosk Mediatile showcased its HumanKiosk solution, a digital signage system allowing face to face conversion (customer <-> representative) via 4G/LTE cellular networks at the Verizon Wireless and Alcatel Lucent booths. This system allows potential customers to ask questions about a particular product or service to a (hopefully) knowledgeable person. In case of very specific knowledge (e.g. some banking products), the company providing the products can save money (no need to have such persons in all branches) and provide a better customer service. Here’s a demo below of the HumanKiosk. ng Connect Program Alcatel-Lucent made several announcements about its ng Connect Program and three features are aimed directly at digital signage / dooh applications: Media Hotspot: Alcatel-Lucent, Atlantic Records and MediaTile developed a new jukebox concept that allows consumers to purchase their favorite music, movies and more via their mobile phone […]

Top Ten Digital Signage Trends for 2011

As 2010 comes to a close, Digital Signage Today released their top 10 trends for 2011. Here’s a summary of those trends: Cross-media platform and technology integration: Digital signage systems and mobile devices such as smartphones and tablets will communicate more and more be it through QR Code, Near Field Communication (NFC), smartphone gestures, etc… Content will continue to be at or near the top of the list: More and more companies are involved in content creation for digital signage / digital out of hone (DOOH) and more diverse and complex content formats will be available. M & A and investment – The big shakeout of 2011: Expect more acquisitions that in 2010. Even larger amounts of ad dollars will migrate to DOOH: Digital Signage Ad growth spending will carry on, after a 14.8% growth in 2010. Experience, engagement and interaction: Instead of simply being an ad to promote a […]

Exit mobile version