--
You received this message because you are subscribed to the Google Groups "Concerto Digital Signage" group.
To unsubscribe from this group and stop receiving emails from it, send an email to concerto-digital-s...@googlegroups.com.
To post to this group, send email to concerto-dig...@googlegroups.com.
Visit this group at http://groups.google.com/group/concerto-digital-signage.
For more options, visit https://groups.google.com/d/optout.
I would also argue that if you can run XBMC on the bloody thing you should be able to do just about anything with video or static images.
That said, how complex is the API to talk to the concerto server for a stand-alone app? I haven't done any "real" programming in years (mostly python scripts and tools theses days), but I would be interested in seeing just what the level of effort would be to build something to replace running a web browser.
---
Dan Rich <dr...@employees.org> | http://www.employees.org/~drich/ | "Step up to red alert!" "Are you sure, sir? | It means changing the bulb in the sign..." | - Red Dwarf (BBC)
I would also argue that if you can run XBMC on the bloody thing you should be able to do just about anything with video or static images.
That said, how complex is the API to talk to the concerto server for a stand-alone app? I haven't done any "real" programming in years (mostly python scripts and tools theses days), but I would be interested in seeing just what the level of effort would be to build something to replace running a web browser.
---
Dan Rich <dr...@employees.org> | http://www.employees.org/~drich/
| "Step up to red alert!" "Are you sure, sir?
| It means changing the bulb in the sign..."
| - Red Dwarf (BBC)On 2014-12-30 21:51, Brian Michalski wrote:
--
You received this message because you are subscribed to the Google Groups "Concerto Digital Signage" group.
To unsubscribe from this group and stop receiving emails from it, send an email to concerto-digital-s...@googlegroups.com.
To post to this group, send email to concerto-dig...@googlegroups.com.
Visit this group at http://groups.google.com/group/concerto-digital-signage.
For more options, visit https://groups.google.com/d/optout.
I'll chime in to offer a slightly less pessimistic viewpoint; August is notorious for dismissing "toy" technology (like wifi)...Concerto 1.9.x isn't actively developed, I know the the frontend / player JavaScript has a few small memory leaks. Most browsers didn't pick up on these when we were writing the code back in 2007(?), but I don't know how future proof the memory profile is as Firefox and Chrome keep evolving... that old code isn't keeping up.Raspberry Pi, and other lower performance platforms, tend to exacerbate any memory leaks or CPU intensive code that we run. That said, I don't completely write these platforms off as losses. With the right maintenance, like regular reboots, and some appropriate expectations (sry, not going to drive a 4K screen crossfading videos every second) I think they're an acceptable low-cost driver for a display. I would set pretty reasonable content durations to try and minimize the overlap and try a different number of fields on your template if 4 is too much. A Raspberry Pi computer might even be able to run the v1 PHP server, but v2 is probably out of the question unless you're a RoR tuning expert.Transitions, as August mentions, are the bane of my existence when working on the frontend. In 1.9.x, we're using timers to increment/decrement the opacity value of some dom elements. In the current v2 stuff we're doing the same thing with a lot of abstraction in between (compliments of Google Closure).For the new v2 frontend we're switching to CSS animations which hope to be more efficient and leverage whatever GPU a platform has available. I don't know yet if the overhead of (web components + css animations) > (less efficient but more "classical" approach). Monitoring the FPS [1] would be an interesting test if someone is up for it. Additionally, V2 has/will have a no transition mode which will just jump over to the next piece of content; not pretty, but certainly easier all around.
Finally, my gut says that if you can play Doom or Quake on a Raspberry Pi you must be able to run a digital signage system. We made a choice to develop web browser based frontends first because it gives us the best cross-platform support with the least amount of overhead, but there's no reason native apps can't emerge just like the V1 Screensaver. We've considered going this path for Android and iOS apps but haven't had spare developer cycles to pick this up... a Linux native app (Qt? perhaps I don't know what I'm talking about here) could certainly emerge. If anyone has ideas to kill all these birds with one stone please let me know.~Brian M[1] https://developer.chrome.com/devtools/docs/tips-and-tricks#counter-display. It would also be neat to instrument this in JavaScript to collect and report performance data automatically across different platforms, but that's much harder than just looking at a display.
--
You received this message because you are subscribed to the Google Groups "Concerto Digital Signage" group.
To unsubscribe from this group and stop receiving emails from it, send an email to concerto-digital-s...@googlegroups.com.
To post to this group, send email to concerto-dig...@googlegroups.com.
Visit this group at http://groups.google.com/group/concerto-digital-signage.
For more options, visit https://groups.google.com/d/optout.
I have had to back-burner my Concerto testing for a while as I'm not going to be using it at work (something about closing our office and laying off 500+ people). I'm still looking at it for a couple of other ideas, but those aren't as pressing.
That said, I do have it running on my pair of Pi systems -- one as the server and one as the client. With the latest raspbian release I was able to get the client running with chromium using the ideas from this blog:
http://blogs.wcode.org/2013/09/howto-boot-your-raspberry-pi-into-a-fullscreen-browser-kiosk/
I really like the idea of not running lightdm and just using X with chromium running in kiosk mode. Auto-detecting the monitor is great as well and seems to work perfectly in my testing. Not running lightdm brings back memories of the way I used to do things before login managers like xdm and gdm when you had to start X11 from the command line! (yes, I am an old fart :-) ).
---
Dan Rich <dr...@employees.org> | http://www.employees.org/~drich/ | "Step up to red alert!" "Are you sure, sir? | It means changing the bulb in the sign..." | - Red Dwarf (BBC)
In new versions it is not supported in this autostart file
sudo nano /etc/xdg/lxsession/LXDE/autostart
I changed the code to the below autostart file.
sudo nano /etc/xdg/lxsession/LXDE-pi/autostart
Gent,
You might want to take a look at the ideas at:
http://blogs.wcode.org/2013/09/howto-boot-your-raspberry-pi-into-a-fullscreen-browser-kiosk/
It uses chromium instead of the now long-in-the-tooth midori and is working perfectly for me in my tests. It will also dynamically get the resolution of the monitor and only start up once a monitor is connected.
---
Dan Rich <dr...@employees.org> | http://www.employees.org/~drich/ | "Step up to red alert!" "Are you sure, sir? | It means changing the bulb in the sign..." | - Red Dwarf (BBC)
In order to delete a content, you need to edit and save first.
If you edit a content, time-end changes to whatever the default is, regardless of what you originally set to.
If you modify the template that is being used, you have to reboot the RPI or the PC you are using to display, otherwise content breaks (majority of the time).
You can not install plugins via web interface (gems). Manual install is needed.
If you have a content is not assigned to a feed, you can not see it to delete/assign etc. PhpMyAdmin is needed in this case.
Once you create a content, other than time and assigned feeds can not be modified thus you need phpmyadmin.
--
--
I have an RPi2 on order with the intention of testing it out in my environment. I will happily report back my results, including a brief comparison to my experience with the RPi as a client.
I was actually able to borrow a RPi2 from a friend and got things running on rasbian but it was very slow/laggy and wasn't impressed.
--
Delete all file contents, replace with (where CONCERTO is your server IP and FRONTEND_NUMBER is your concerto screen number):@xset s off@xset -dpms@xset s noblank@unclutter -idle 0@/etc/epiphany-fullscreen.sh http://CONCERTO/frontend/FRONTEND_NUMBER
Insert into file:#!/bin/bashepiphany --private-instance $1 &# Go full screensleep 10sexport DISPLAY=:0WINDOWID=$(xdotool search --class Epiphany | head -1)xdotool windowactivate --sync $WINDOWID key F11
--
You received this message because you are subscribed to a topic in the Google Groups "Concerto Digital Signage" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/concerto-digital-signage/6y-Gub2Srus/unsubscribe.
To unsubscribe from this group and all its topics, send an email to concerto-digital-s...@googlegroups.com.
To post to this group, send email to concerto-dig...@googlegroups.com.
Visit this group at http://groups.google.com/group/concerto-digital-signage.
For more options, visit https://groups.google.com/d/optout.
Michael Holt / IT Administrator
(661) 705-4711/ mh...@reallifechurch.org
Real Life Church Office: (661) 775-7401
23841 Newhall Ranch Rd
Valencia, CA 91355
http://www.reallifechurch.org
This e-mail message may contain confidential or legally privileged information and is intended only for the use of the intended recipient(s). Any unauthorized disclosure, dissemination, distribution, copying or the taking of any action in reliance on the information herein is prohibited. E-mails are not secure and cannot be guaranteed to be error free as they can be intercepted, amended, or contain viruses. Anyone who communicates with us by e-mail is deemed to have accepted these risks. Company Name is not responsible for errors or omissions in this message and denies any responsibility for any damage arising from the use of e-mail. Any opinion and other statement contained in this message and any attachment are solely those of the author and do not necessarily represent those of the company.
Upon further inspection it seems it is just 1 feed that is doing this. No idea why.
--
You received this message because you are subscribed to the Google Groups "Concerto Digital Signage" group.
To unsubscribe from this group and stop receiving emails from it, send an email to concerto-digital-s...@googlegroups.com.
Visit this group at https://groups.google.com/group/concerto-digital-signage.
--
You received this message because you are subscribed to a topic in the Google Groups "Concerto Digital Signage" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/concerto-digital-signage/6y-Gub2Srus/unsubscribe.
To unsubscribe from this group and all its topics, send an email to concerto-digital-s...@googlegroups.com.
To post to this group, send email to concerto-dig...@googlegroups.com.
Visit this group at https://groups.google.com/group/concerto-digital-signage.
For more options, visit https://groups.google.com/d/optout.
After some testing I changed my setup a little bit and used this excellent guide https://groups.google.com/d/topic/concerto-digital-signage/MiBkD5JOjE4/discussion
Havent disable keyboard shortcuts etc. yet but so far its working great. Also, the command to setup the splashscreen at start doesnt work anymore, probably because debian jessie uses systemd and hadnt had time to solve that yet.
On Friday, 10 June 2016 01:23:52 UTC+3, Enrique Becerra wrote:Which script or tools you used on Raspbian to have it as kiosk mode, full screen, no mouse pointer, etc. etc.?I'm about to begin Concerto deployment here at home, just for testing, with a VM and Raspberry Pi 3 also.Thanks
El miércoles, 25 de mayo de 2016, 10:01:01 (UTC-3), Teemu Lehtilä escribió:I've done a little bit of testing with Concerto and Rpi v3 and the performance seems to be sufficent. I've also tested with http://wpds.pixelydo.com/ and there is only little hicups with some screen transitions. I've not done any performance related tweaks to the OS and used basic raspbian image. The browser i've used is Iceweasel (renamed firefox). If theres some special tests etc. you would like me to run with it, please let me know and I see what I can do :)
--
The transition settings are on the screens tab for concerto, select the screen and when you hover over the screen section you will see the feeds you selected and right below it are the feed settings. Fade is set as default and if you are using the pi, TR changing to replace.
I followed the same guide to set up mine.However, there is a repo for Chromium now. I followed this guide here and was able to install (on new screens) and upgrade (on existing screens) the latest version through apt-get: https://www.raspberrypi.org/forums/viewtopic.php?t=121195
On Fri, Jun 10, 2016 at 5:24 AM Teemu Lehtilä <tle...@gmail.com> wrote:
After some testing I changed my setup a little bit and used this excellent guide https://groups.google.com/d/topic/concerto-digital-signage/MiBkD5JOjE4/discussion
Havent disable keyboard shortcuts etc. yet but so far its working great. Also, the command to setup the splashscreen at start doesnt work anymore, probably because debian jessie uses systemd and hadnt had time to solve that yet.--
On Friday, 10 June 2016 01:23:52 UTC+3, Enrique Becerra wrote:Which script or tools you used on Raspbian to have it as kiosk mode, full screen, no mouse pointer, etc. etc.?I'm about to begin Concerto deployment here at home, just for testing, with a VM and Raspberry Pi 3 also.Thanks
El miércoles, 25 de mayo de 2016, 10:01:01 (UTC-3), Teemu Lehtilä escribió:I've done a little bit of testing with Concerto and Rpi v3 and the performance seems to be sufficent. I've also tested with http://wpds.pixelydo.com/ and there is only little hicups with some screen transitions. I've not done any performance related tweaks to the OS and used basic raspbian image. The browser i've used is Iceweasel (renamed firefox). If theres some special tests etc. you would like me to run with it, please let me know and I see what I can do :)
You received this message because you are subscribed to a topic in the Google Groups "Concerto Digital Signage" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/concerto-digital-signage/6y-Gub2Srus/unsubscribe.
To unsubscribe from this group and all its topics, send an email to concerto-digital-signage+unsub...@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to concerto-digital-signage+unsubscr...@googlegroups.com.
To post to this group, send email to concerto-dig...@googlegroups.com.
Visit this group at https://groups.google.com/group/concerto-digital-signage.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "Concerto Digital Signage" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/concerto-digital-signage/6y-Gub2Srus/unsubscribe.
To unsubscribe from this group and all its topics, send an email to concerto-digital-signage+unsub...@googlegroups.com.
To post to this group, send email to concerto-digital-signage@googlegroups.com.
Visit this group at https://groups.google.com/group/concerto-digital-signage.
For more options, visit https://groups.google.com/d/optout.
Trade secret - HOT TIP:I am using Screenly player as THE Concerto player, works better than any web browser right now.
--
You received this message because you are subscribed to a topic in the Google Groups "Concerto Digital Signage" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/concerto-digital-signage/6y-Gub2Srus/unsubscribe.
To unsubscribe from this group and all its topics, send an email to concerto-digital-signage+unsub...@googlegroups.com.
To post to this group, send email to concerto-digital-signage@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Concerto Digital Signage" group.
To unsubscribe from this group and stop receiving emails from it, send an email to concerto-digital-s...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/concerto-digital-signage/669cef25-9348-41a2-8e9d-c0820fbc3486%40googlegroups.com.