Open jhuyghe opened 9 years ago
Hello !
I will dig up the server code & commit that... then reply in detail On Mar 5, 2015 9:36 PM, "jhuyghe" notifications@github.com wrote:
Thank you so much for putting this up for other developers.
There is no documentation about what is supposed to be running on these servers below? I install the appspot code, load the app on Glass with the new appspot URL defined in roomBaseURL, but it doesn't work, probably to be expected but it's not so obvious what to do next or what needs to be on these servers. Thank you for giving me some insight!!
Glass shows "Connecting to Room"... then "Waiting for ICE Candidates" .. then just a black screen with 3 dots at the top left. The appspot page just shows a room open with "waiting for glass"
private static final String adminURL = " http://ether.remap.ucla.edu/glass/index.html?uid="; private static final String characterRecordURL = " http://ether.remap.ucla.edu/glass/graceplains/backup/web/data.py/getContentFor?uid= ";
P.S. Log shows this over and over again several timesper second 03-06 00:32:56.655 19377-19377/org.appspot.apprtc I/chromium﹕ [INFO:CONSOLE(29)] "prpcessog datsa", source: http://ether.remap.ucla.edu/glass/js/display.js (29) 03-06 00:32:56.859 19377-19377/org.appspot.apprtc I/chromium﹕ [INFO:CONSOLE(29)] "prpcessog datsa", source: http://ether.remap.ucla.edu/glass/js/display.js (29)
— Reply to this email directly or view it on GitHub https://github.com/nanodust/glassrtc/issues/2.
Thank you sir, it would certainly help have the pieces with which to solve the puzzle!
I found old code, committed, documented.
see new 'glass_client' to answer second part of your questions... it's the 'chat view' server component that glass (or any browser, really) polls from to show content.
If you got the RTC server running on appspot, you're off to a good start - but you will want to keep an eye out for hardcoded server URLs... any UCLA URL needs to be replaced by your URL running the new 'glass_client'.
this was all coded in a rush to support a project.... hope it helps you with yours !
happy hacking !!
Thank you!
Thank you so much for putting this up for other developers.
There is no documentation about what is supposed to be running on these servers below? I install the appspot code, load the app on Glass with the new appspot URL defined in roomBaseURL, but it doesn't work, probably to be expected but it's not so obvious what to do next or what needs to be on these servers. Thank you for giving me some insight!!
Glass shows "Connecting to Room"... then "Waiting for ICE Candidates" .. then just a black screen with 3 dots at the top left. The appspot page just shows a room open with "waiting for glass"
private static final String adminURL = "http://ether.remap.ucla.edu/glass/index.html?uid="; private static final String characterRecordURL = "http://ether.remap.ucla.edu/glass/graceplains/backup/web/data.py/getContentFor?uid=";
P.S. Log shows this over and over again several timesper second 03-06 00:32:56.655 19377-19377/org.appspot.apprtc I/chromium﹕ [INFO:CONSOLE(29)] "prpcessog datsa", source: http://ether.remap.ucla.edu/glass/js/display.js (29) 03-06 00:32:56.859 19377-19377/org.appspot.apprtc I/chromium﹕ [INFO:CONSOLE(29)] "prpcessog datsa", source: http://ether.remap.ucla.edu/glass/js/display.js (29)