OSCDisplay

This section is dedicated to applications and configurations for the Google Android OS.

Moderators: MattKingUSA, khz

Post Reply
VanHammen
Established Member
Posts: 38
Joined: Sat Aug 29, 2015 3:53 pm
Has thanked: 9 times
Been thanked: 6 times

OSCDisplay

Post by VanHammen »

OSCDisplay is a very simple Android app that displays incoming OSC messages on the screen. Preference settings allow listening on any given port number and/or multicast address.

https://github.com/jhammen/OSCDisplay

In the works right now is functionality to associate a given OSC address with a custom HTML template to render the message. The intention is to allow custom confidence monitor applications - e.g. blasting OSC messages containing real-time lyrics or song position information to on-stage tablets.

Any and all feedback welcome.
dsreyes1014
Established Member
Posts: 166
Joined: Mon Dec 24, 2012 1:42 pm
Has thanked: 1 time

Re: OSCDisplay

Post by dsreyes1014 »

VanHammen wrote:OSCDisplay is a very simple Android app that displays incoming OSC messages on the screen. Preference settings allow listening on any given port number and/or multicast address.

https://github.com/jhammen/OSCDisplay

In the works right now is functionality to associate a given OSC address with a custom HTML template to render the message. The intention is to allow custom confidence monitor applications - e.g. blasting OSC messages containing real-time lyrics or song position information to on-stage tablets.

Any and all feedback welcome.
This sounds like something I was looking into a year ago. Our church could definitely use something like this for sure. Would this be realtime? e.g. Someone is doing media in one location in the room. All slide changes affect everyone's tablet onstage along with main presentation display. Everything happens realtime in sync?
VanHammen
Established Member
Posts: 38
Joined: Sat Aug 29, 2015 3:53 pm
Has thanked: 9 times
Been thanked: 6 times

Re: OSCDisplay

Post by VanHammen »

dsreyes1014 wrote:Would this be realtime? e.g. Someone is doing media in one location in the room. All slide changes affect everyone's tablet onstage along with main presentation display. Everything happens realtime in sync?
You could have several tablets running the app and configured to listen on a multicast address, then yes all would show the same content at the same time.

BUT - this app only displays the messages, you would still need some kind of sender application to send OSC messages to the multicast address with the correct timing.
mauser
Established Member
Posts: 145
Joined: Wed Oct 08, 2008 3:58 pm
Has thanked: 1 time
Been thanked: 7 times

Re: OSCDisplay

Post by mauser »

Nice! I'm going to test it in the next time when implementing OSC feedback support in Hydrogen. Thanks in advance!
Post Reply