-
Notifications
You must be signed in to change notification settings - Fork 62
Picture-in-picture / multi viewports #37
Comments
The feature would make sense but I have no plan for it. The admin interface for that could be a challenge. |
Understood... my idea qwould be some premade "shapes"... (simple stuff like [ | ] and [ + ] perhaps.... but no worries... One additional doubt, is it possible to configure chromecast support within a docker instance? afaik the docker start process isnt using a config file, and therefore I cant specify a listener or anything... It would be nice to run dashkiosk in a container.... EDIT: thinking better it would make more sense to have a group within a group to manage the p-i-p scenarios... lets see if I can get this running accordingly with some chromecasts and I'll try and look at the source ;) thanks for all your effort |
You can use environment variables but the other problem you will run into is to ensure your container can handle multicast packets. Unless you use some advanced networking stuff, it won't work out-of-the-box. |
Yes... I'm aware lol... running into that now... Do you know what ports are needed to communicate? I can tehn setup portforwarding... but I think I'll just create a vbox with bridged lan and get a dhcp from the network... Container would be a bit nicer so I can just throw the container on any machine... oh well... :lol: anyways, I'm getting some weird behavior when trying to build on ubuntu, grunt exits immedaitely with no dist directory being created... I'm looking around abt what can be wrong... Thanks anyways for the great help! ps: 1 qustion (a bit off topic) but what is the difference/if any of me building the chromecast receiver myself? I already have a chromecast APPID, should I use that with your receiver? or just not put anything for receiver (just the url to /receiver) and leave it use the default? thanks |
You don't need Dashkiosk to do picture in picture, just panel the site it On Thu, Nov 26, 2015 at 7:40 AM, Roy notifications@github.com wrote:
|
You can't just forward multicast with port forwarding. For the build problem, please open a ticket with the output of Grunt. You don't need to build the chromecast receiver (and therefore, you don't need an app ID) unless you need to do modifications or if you are worried about privacy issues (the default chromecast receiver is hosted on GitHub). |
hi @plitewaikato that is somewhat what we would like to do... what do you mean "panel the site"? Can you expand a bit on how you do it? I imagine you host a page which is "paneled" (frames?) as the dashboard in dashkiosk? |
@vincentbernat the hosted one should be fine! :) I'm up to the spinning filmwheel on the chromecasts.... for some reason it seems unable to load any sites... tried both http and https (my dashkiosk receiver is on http)... EDIT: the "unassigned" dashboard works.... any other url doesnt seem to work... weird... I wonder if there is something blokcing... |
Try with a browser first (by pointing it to |
Yeah, I use this framework but there are others. https://github.com/allynbauer/statuspanic On Thu, Nov 26, 2015 at 9:42 AM, Vincent Bernat notifications@github.com
|
When you say "spinning filmwheel", is it the purple "This, Jen, is the Internet" screen or the one with a black wooded background? |
Its the back wooded one... It "gets past" the "This is Jen"... and loads the receiver page.... (As per the edit above, I did manage to load w3c.org... so far the only site lol...) I'm going to look into the xframe issue or something... I tried node unblocker now... finally got it to work with some tweaking... but most pages still dont load.... luckily a few of my dashboards (the stuff I need) are working after all... |
@plitewaikato did you make some resource for iframes or something? I havent found decnt documentation on the panicboard project... If you have anything you can share thatd be great... seems the project is abandoned since 2014.... Edit: I ended up with a simple php script I whipped up myself just for grid and split view... working fine so far... I'll probably try to integrate something like that into DashKiosk if I have time soon... |
Well, if it works in a browser, it should work on the Chromecast. Notes that the Chromecast are far more limited in power. If your dashboards are heavy on JS, it may have some difficulties. I had also reports that the problem got worse recently. |
Its really strange... casting tabs or using greencast works but the same pages fail to load on the chromecast with dashkiosk... I'm quite stumped... I'll continue looking into it though... maybe I'll fidn something... anyways, great work! I wonder if its due to the greencast using their own sending mechanism, as opposed to the iframe... Is there any intention of doing the same on dashk? In terms of devices, what do you recommend now adays which isnt too expensive and readily available? Has there been anyone running on raspberrypis? or even maybe some pc-sticks like the lenovo stick? (its running windows, but is there anything which can be "set-it-and-forget-it" with dash? All the best and congrats on the project! |
As a test can you cast it using this? On Thu, Nov 26, 2015 at 1:54 PM, Roy notifications@github.com wrote:
|
❦ 25 novembre 2015 16:54 -0800, Roy notifications@github.com :
Dunno about greencast but tab casting is sending a video capture of the tab, so the Chromecast doesn't have to do anything.Don't diddle code to make it faster - find a better algorithm. |
I'll test that url in a few minutes as I'm on the way to the office now... Yes, if I'm correct GC is rendering the pages and sending the video... Another question comes to mind, would dashkiosk run on a light system such as a RaspbPi? That could make things easy in some situations... Also, sorry for repeating myself, but "In terms of devices, what do you recommend now adays which isnt too expensive and readily available? Has there been anyone running on raspberrypis? or even maybe some pc-sticks like the intel/lenovo stick? (its running windows, but is there anything which can be "set-it-and-forget-it" with dash? - there may be other benefits in having a powerful machine at the "tip")" |
There is no accelerated rendering done in browsers for the Pi, so it is quite slow but it works. A PC on a stick should work. An Android device is also quite capable. |
Are you shying away from specific brand names explicitly? lol... if so thats fine... I'll do some reasearch, I had heard some good abt the firestick, but know there is a myriad... In terms of the PC on s tick I'd just run the browser receiver(display), right? And about the Pi, I wasnt thinking of it as a "display" but just to use as the dashkiosk server... is there anything intensive going on there that might be of worry in your op? (Like I said greenscreen seems to do the rendering on the server - some sort of headless brwoser if im not mistaken - so the Pi is out there as a server) |
For Android devices, any brand should be fine. Just check that Android is recent enough. At least 4.2. For PC, yes, just use a plain browser. And the Pi will be just fine to run the server. |
@plitewaikato I tried the link you provided... it works without issue... tried http://www.cnn.com... works fine through your sender link but through dash it misses parts of the page (like images, etc)... triwd http://www.usatoday.com and it just shows the "wooden" background with a growing (pulsing) ball on dashkiosk, works fine with your sender...... |
I'll try to investigate why there is a difference... |
Cool thanks @vincentbernat Another question, few actually lol... 1 - I'm running the server like:
I tried using config.js as the config file but it wasnt reading... dunno why... anyways, no major... and here is my config:
Still im getting loads of logging on the console (hence I added >/dev/null)... I must be doing something wrong?
and 4 (wow)... I also notice that sometimes the "reload screens" icon vanishes in one of the groups... sometimes taking the screen out and re-putting it on, or putting a new one in the group fixes this... see screenshot:) |
❦ 26 novembre 2015 07:37 -0800, Roy notifications@github.com :
Dunno for this one.
No, the output on the console is always here. Usually, when running as a
Yes, whatever you think is a good idea.
You are not the first to report me this. This is due to a recent Just to be sure this is the same issue, put one Chromecast in the
It's expected. When the connection with the device is lost, there is no way to issue a reload, so the icons are removed.Use data arrays to avoid repetitive control sequences. |
Hi @vincentbernat Just one note about the last issue... If I move the chromecast to the "Unassigned" group and then back, it starts working again.... So in some way it is "reconnecting"... Is there anywhere I can send you a couple of private links if you are interested in testing further? (I have some embeds which work through the link you sent me but not through dashkiosk) |
vincent AT bernat.im |
More of a suggestion I guess, but would it be possible to put more than one dashboard up at a time? It would be interesting in some cases... I suppose one can create a framed page, but that defeats the purpose of a central admin...
The text was updated successfully, but these errors were encountered: