Home

Awesome

OnAirScreen

Multi purpose "OnAir Lamp" solution targeted for use in professional broadcast environments http://saschaludwig.github.io/OnAirScreen/

<a href="https://www.buymeacoffee.com/saschaludwig" target="_blank"><img src="https://img.buymeacoffee.com/button-api/?text=Thanks%20for%20OnAirScreen&emoji=%E2%98%95&slug=saschaludwig&button_colour=FFDD00&font_colour=000000&font_family=Arial&outline_colour=000000&coffee_colour=ffffff" alt="Buy Me A Coffee" height="45px"></a>

Precompiled Linux/Win/Mac versions

If you need ready-to-run Linux/Win/Mac executables, please visit https://www.astrastudio.de/software/onairscreen/. You can purchase the Windows .exe versions of the latest build including updates. If you want to purchase a Linux or Mac binary or need extended support, please contact me.

Screenshots

<img src="https://cdn.rawgit.com/saschaludwig/OnAirScreen/gh-pages/images/oas_v2.png" width="600px"> <img src="https://cdn.rawgit.com/saschaludwig/OnAirScreen/gh-pages/images/oas_settings_1.png" width="400px"><img src="https://cdn.rawgit.com/saschaludwig/OnAirScreen/gh-pages/images/oas_settings_2.png" width="400px"><img src="https://cdn.rawgit.com/saschaludwig/OnAirScreen/gh-pages/images/oas_settings_2.png" width="400px">

Pictures of OnAirScreen in use

<img src="https://cdn.rawgit.com/saschaludwig/OnAirScreen/gh-pages/images/OAS1.jpg" width="220px"><img src="https://cdn.rawgit.com/saschaludwig/OnAirScreen/gh-pages/images/OAS2.jpg" width="220px"><img src="https://cdn.rawgit.com/saschaludwig/OnAirScreen/gh-pages/images/OAS3.jpg" width="220px"><img src="https://cdn.rawgit.com/saschaludwig/OnAirScreen/gh-pages/images/OAS4.jpg" width="220px">

Features

OnAirScreen Function Keys

HotkeysFunction
Ctrl+F or FToggle fullscreen
Ctrl+Q or Q or Ctrl+C or ESCQuit OnAirScreen
Ctrl+S or Ctrl+,Open settings dialog
Space or 0Timer start/stop
. or , or RTimer reset to 0:00
1LED1 on/off
2LED2 on/off
3LED3 on/off
4LED4 on/off
M or /Mic Timer start/stop
P or *Phone Timer start/stop
Enteropens set timer dialog

On OSX use the command ⌘ key instead of Ctrl

OnAirScreen API Commands

API via UDP

OnAirScreen can receive API commands via UDP port 3310<br> Here is an easy example on how to control a local OnAirScreen instance on a linux system.

Set LED1 Text to "FOO" and switch LED1 on:

echo "CONF:LED1:text=FOO" > /dev/udp/127.0.0.1/3310
echo "LED1:ON" > /dev/udp/127.0.0.1/3310
API via HTTP

OnAirScreen can receive API commands via HTTP (port 8010 by default).<br> Here is an easy example of how to control a local OnAirScreen instance on a linux system.

Set LED1 Text to "FOO" and switch LED1 on:

curl http://127.0.0.1:8010/?cmd=CONF:LED1:text=FOO
curl http://127.0.0.1:8010/?cmd=LED1:ON
API Commands
UDP CommandFunction
LED1:[ON/OFF]   switch LED1 on/off
LED2:[ON/OFF]switch LED2 on/off
LED3:[ON/OFF]switch LED3 on/off
LED4:[ON/OFF]switch LED4 on/off
NOW:TEXTset TEXT in first footer line
NEXT:TEXTset TEXT in second footer line
WARN:TEXTset TEXT and switch on red warning mode
AIR1:[ON/OFF]start/stop Mic Timer
AIR2:[ON/OFF]start/stop Phone Timer
AIR3:[ON/OFF/RESET/TOGGLE]start/stop/reset/toggle Radio Timer
AIR3TIME:secondsset Radio Timer to given value in seconds
AIR4:[ON/OFF/RESET]start/stop/reset Stream Timer
CMD:REBOOTOS restart
CMD:SHUTDOWNOS shutdown
CMD:QUITquit OnAirScreen instance
Remote Configuration Commands

CONF:General:stationname=TEXT<br> CONF:General:slogan=TEXT<br> CONF:General:stationcolor=COLOR<br> CONF:General:slogancolor=COLOR<br> CONF:LED[1-4]:used=[False|True]<br> CONF:LED[1-4]:text=TEXT<br> CONF:LED[1-4]:activebgcolor=COLOR<br> CONF:LED[1-4]:activetextcolor=COLOR<br> CONF:LED[1-4]:autoflash=[False|True]<br> CONF:LED[1-4]:timedflash=[False|True]<br> CONF:Clock:digital=[True|False]<br> CONF:Clock:showseconds=[True|False]<br> CONF:Clock:digitalhourcolor=COLOR<br> CONF:Clock:digitalsecondcolor=COLOR<br> CONF:Clock:digitaldigitcolor=COLOR<br> CONF:Clock:logopath=PathToLogo<br> CONF:Network:udpport=PORT<br> CONF:Network:tcpport=PORT<br> CONF:CONF:APPLY=TRUE<br>

Donation

Do you like OnAirScreen? Feel free to donate.

<span class="badge-flattr"><a href="https://flattr.com/profile/saschaludwig" title="Donate to this project using Flattr"><img src="https://img.shields.io/badge/flattr-donate-yellow.svg" alt="Flattr donate button" /></a></span> <span class="badge-paypal"><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=YCQKC82DLCHMG" title="Donate to this project using Paypal"><img src="https://img.shields.io/badge/paypal-donate-yellow.svg" alt="PayPal donate button" /></a></span> <a href="https://www.buymeacoffee.com/saschaludwig" target="_blank"><img src="https://img.buymeacoffee.com/button-api/?text=Thanks%20for%20OnAirScreen&emoji=%E2%98%95&slug=saschaludwig&button_colour=FFDD00&font_colour=000000&font_family=Arial&outline_colour=000000&coffee_colour=ffffff" alt="Buy Me A Coffee" height="45px"></a>