|
|
#1 (permalink) |
|
Junior Member
Join Date: Apr 2007
Posts: 26
|
I had some success today getting the Apple TV to be a digital signage processor. Using Quartz Extreme (which comes free with XCode) I created a few .qtz files that had my images and text included in them.
Then I downloaded qtzplayer from: http://trac.softwarelivre.sapo.pt/broker/wiki/qtzplayer I copied the QuartzComposerPlayer and my .qtz files to my ATV using SCP, then I run this from the ssh command line: Code:
./QuartzComposerPlayer DigitalSignage.qtz If you want to run this on startup just put this in your rc.local file: Code:
/home/frontrow/QuartzComposerPlayer /Users/frontrow/DigitalSignage.qtz & |
|
|
|
|
#2 (permalink) |
|
Junior Member
Join Date: Apr 2007
Posts: 2
|
is this a video player? or does this just work with pictures and text? I have 6 apple tvs and I want to use them for digital signage, however I'm playing videos and have been frustrated that the videos don't loop. Any suggestions.
|
|
|
|
|
#4 (permalink) |
|
Junior Member
Join Date: Apr 2007
Posts: 26
|
No pics yet Boske, soon though there will be some source code released to do this on your own. I made some additional progress today with the RSS feeds.
Basically the backend is a hacked blog script which allows you to set the text headlines to display. another custom rss feed that is generated by php code which sends it variables such as background type, color, text size, etc. The frontend is a Quartz .qtz file that is to be launched fullscreen on the ATV. The Quartz file pulls the 2 RSS feeds and starts displaying the text on screen using the options provided by the second rss feed. This will be a cheap and simple way to display messages on any screen. All you will need is an ATV, a patchstick, and a display to setup your own digital signage exhibit. This can be used for a lobby to a hotel, office building, as a screensaver when a confrence room is not in use, or even to run digital menu boards showing the specials in a restaurant. The possibilities are endless, I can't wait to see what new features Apple's next OSX brings to Quartz Composer, I am officially hooked. |
|
|
|
|
#6 (permalink) |
|
Junior Member
Join Date: Jul 2007
Posts: 6
|
a friend of mine just opened a new restaurant and at the bar he had these cool digital signs. really futuristic type stuff http://www.trustindigital.com/produc...i-mediawindow/
Last edited by remarkable : 08-06-2007 at 02:51 PM. |
|
|