Page 1 of 1

OSCDisplay

Posted: Wed Feb 08, 2017 8:42 pm
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.

Re: OSCDisplay

Posted: Thu Feb 09, 2017 6:13 pm
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?

Re: OSCDisplay

Posted: Sun Feb 19, 2017 3:50 am
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.

Re: OSCDisplay

Posted: Mon Feb 27, 2017 8:40 pm
by mauser
Nice! I'm going to test it in the next time when implementing OSC feedback support in Hydrogen. Thanks in advance!