Git Product home page Git Product logo

oculus's People

Contributors

bradtothebone avatar

oculus's Issues

software autoupdate, support for modifying oculus_settings.txt

What steps will reproduce the problem?
1. run autoupdate that loads new software that accesses NEW line-items in 
oculus_settings.txt
2.
3.

What is the expected output? What do you see instead?
failure on accessing new settings line-items, since current auto-update doesn't 
update oculus_settings.txt

Please use labels and text to provide additional information.


add routine to go thru each line item from new oculus_settings_default.txt, add 
default values, remove old/unused values

Original issue reported on code.google.com by [email protected] on 28 Apr 2011 at 2:24

flash error when in initialize.html , and client calls publish

What steps will reproduce the problem?
1. when oculus running initialize.html (not server.html)
2. connect from client, and start video stream
3.

What is the expected output? What do you see instead?
should either disallow stream command on client, or supress error in 
initialize.html
flash error is shown 

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 28 Apr 2011 at 2:10

quality settings for 'self cam'

add mic-only option, cam only, video resolution/quality, sound quality 
(baically match grabber stream options)
local/remote volume control
some above necessary for tuning telepresence to be barely adequate (esp. volume 
control?)


Original issue reported on code.google.com by [email protected] on 28 Apr 2011 at 2:59

Network protocol

Hi,

I'm trying to communicate with oculus server using nodejs and flashio (port 
1935).
The problem is the stream is crypted i cannot parse json flash stream.
Do you use SSL or base64 ?

Thank you


Original issue reported on code.google.com by [email protected] on 23 Jul 2014 at 3:39

Cam tilt settings nuked on software update

What steps will reproduce the problem?
1. Do software update from previous version
2.
3.

What is the expected output? What do you see instead?
previously set cam tilt settings should be saved, but they get overwritten by 
defaults (other settings remain ...?)
-double check that this is in fact a prob

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 31 Oct 2011 at 5:35

shutdown/restart sometimes throws null pointer error to console

What steps will reproduce the problem?
1. call shutdown or restart command
2.
3.

What is the expected output? What do you see instead?
player appdisconnect calls 'publish stop', which throws an error trying to read 
'vset' from settings -- probably since 1/2way thru shutdown, file access is lost

error log:
Starting Oculus
Close this window to stop server or click QUIT in browser window
java.lang.NullPointerException
        at java.io.FileInputStream.<init>(Unknown Source)
        at java.io.FileInputStream.<init>(Unknown Source)
        at oculus.Settings.readSetting(Settings.java:96)
        at oculus.Application.publish(Application.java:661)
        at oculus.Application.appDisconnect(Application.java:125)
        at org.red5.server.adapter.MultiThreadedApplicationAdapter.disconnect(Mu
ltiThreadedApplicationAdapter.java:452)
        at org.red5.server.Scope.disconnect(Scope.java:432)
        at org.red5.server.BaseConnection.close(BaseConnection.java:353)
        at org.red5.server.net.rtmp.RTMPConnection.close(RTMPConnection.java:603
)
...

Original issue reported on code.google.com by [email protected] on 30 Aug 2011 at 7:46

autodock window closes if docking times out

What steps will reproduce the problem?
1. auto-dock
2. if docking times out and it backs up to try again, the docking window closes
3.

What is the expected output? What do you see instead?
docking window should stay open

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 14 May 2011 at 5:56

streaming self-mic needs 'push T to talk message'

What steps will reproduce the problem?
1. stream self-mic
2.
3.

What is the expected output? What do you see instead?
should say push T to talk, in message window

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 31 Jan 2012 at 1:08

autodock - add resolution scale to 320x240 for calibrate

What steps will reproduce the problem?
1. calibrate in 640x480 resolution (or any other than 640x480) 
2.
3.

What is the expected output? What do you see instead?
auto-docking is tuned for 320x240, anything else will wreak havoc
either force resolution change, or scale bitmap in AS

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 28 Apr 2011 at 2:07

Dock calibrate fails when calibrating with zoom set to !100%

What steps will reproduce the problem?
1. Set zoom at 110%
2. Try to dock calibrate
3.

What is the expected output? What do you see instead?
Blue box doesn't appear, calibrate fails
Zoom only occurs at client, video feed from server is always 100%.  Javascript 
code in client is SUPPOSED to scale click location in window, but maybe this 
doesn't work in some cases

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 26 Oct 2011 at 9:39

Non admin user can assume admin status

What steps will reproduce the problem?
1. login as non-admin user, when admin user has controls
2. assume control
3. open menu

What is the expected output? What do you see instead?
Should see limited non-admin menu, instead full menu is shown, with full 
functionality

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 11 Mar 2011 at 7:40

auto-dock: disable if camera off, don't allow camera change when docking, disable movement commands, etc.

What steps will reproduce the problem?
1. initiate autodock with camera off
2. use movement commands when autodock in process
3. turn camera off or change resolution while autodock in process

What is the expected output? What do you see instead?
Autodocking should only be cancelled by STOP or CANCEL

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 28 Apr 2011 at 1:56

batt status not showing if client index.html loaded right after server start

What steps will reproduce the problem?
1. start server
2. connect via. client to index.html immediately after server startup 
3.

What is the expected output? What do you see instead?
-battery status not refreshed (due to built in ~7 sec delay)
-motion enabled/disabled flag inaccurate also?

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 30 May 2011 at 9:46

oculus.log purpose needs rethink--see notes here

not so useful for debug, since not cummulative, not catching all errors
but good to be small so can be viewed at client, see other user activity, etc.
maybe write same info to jvm.stdout, so can be used as complete debug


Original issue reported on code.google.com by [email protected] on 28 Apr 2011 at 2:54

local user mic loopback


1. log in on the laptop itself (over vnc)
2.listen to spooky loopback!

Original issue reported on code.google.com by brad.zdanivsky on 17 Mar 2011 at 8:56

alternate rtmp port doesn't work!

What steps will reproduce the problem?
1. change rtmp port in initialize.html
2. restart
3.

What is the expected output? What do you see instead?
connection fails

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 31 May 2011 at 2:43

server software doesn't work under some folders requiring certain admin permissions

What steps will reproduce the problem?
1. unzip install package under 'Program Files' or 'My Documents'
2. run
3.

What is the expected output? What do you see instead?
if 'Program Files' under Vista or Windows7, permissions errors
if other non-admin folder, but with spaces, then system commands/batch file 
pathnames don't work

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 28 Apr 2011 at 2:50

android app doesn't work with sense ui

What steps will reproduce the problem?
1. Install on phone with sense & flash
2. Run
3.

What is the expected output? What do you see instead?
Adobe plugin appears to not load in webview

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 20 Jul 2011 at 4:16

Self streaming window closes when hitting cam/mic off

What steps will reproduce the problem?
1. Turn on oculus stream
2. turn on self cam
3. turn off oculus stream

What is the expected output? What do you see instead?
oculus stream should stop, window should go black, self stream window should 
still be there
instead, overlay/logo appears, self stream window covered
ONLY HAPPENS IN SOME BROWSERS?

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 28 Apr 2011 at 3:53

command manager access in Application.java

http://code.google.com/p/oculus/source/browse/trunk/oculus/WEB-INF/src/oculus/Ap
plication.java#408

Here we need to let commands coming from the LAN to/from the CommandManager 
class. 

The swing tool lets one do: assumecontrol user pass

but doesn't actually connect, so isn't admin or driver and commands get 
dropped. Need to test for legit commands in xml like:

<oculus><user>brad</brad><pass>pass</pass><action>reboot</action><oculus>

as a futher check, only those matching the LAN address can inject commands. 
Note, these commands should execute even if anouther user is currently logged 
in. This is how sonar stops the bot etc.

Original issue reported on code.google.com by brad.zdanivsky on 1 Sep 2011 at 10:50

auto update unzip function can be SUPER slow sometimes

What steps will reproduce the problem?
1. run auto-update from client
2. check how long unzipping takes 
3.

What is the expected output? What do you see instead?
should be pretty quick, 30sec.  Sometimes it takes 30sec, sometimes 5 MINUTES

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 30 Apr 2011 at 12:20

watch for Error 0x5 at /home/bob/foo/rxtx-devel/build/../src/termios.c(860): Access is denied.

What steps will reproduce the problem?
1. 2nd perfboard proto was throwing this error occasionally, reboot solved
2.
3.

What is the expected output? What do you see instead?
error shown in console window: watch for Error 0x5 at 
/home/bob/foo/rxtx-devel/build/../src/termios.c(860): Access is denied.
controls not responding
isolated incident, may not be a problem

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 28 Apr 2011 at 2:15

video broken in touch.html

What steps will reproduce the problem?
1. client connect to touch.html
2. start stream
3.

What is the expected output? What do you see instead?
stream starts, but doesn't show in client window

NOTE: TOUCH.html may be deprecated anyway in favour of phone native app(s), low 
priority

Original issue reported on code.google.com by [email protected] on 30 May 2011 at 9:48

passenger can't turn mic off

What steps will reproduce the problem?
1. login as a passenger 
2. try changing turn video off

Ideally a passenger can toggle the mic on and off


Original issue reported on code.google.com by brad.zdanivsky on 11 Mar 2011 at 6:11

AbstractArduinoComm.WatchDog should clear settings?

Should we remove the optional setting for serial ports on failure to connect? 
Force the discovery method to run again? 

AbstractArduinoComm.WatchDog(), arduino watchdog time out, may be no hardware 
attached


Original issue reported on code.google.com by brad.zdanivsky on 26 Mar 2012 at 4:46

tilt power brakes settings not persistent

What steps will reproduce the problem?
1. set tilt power breaks to other than default (ie., ON)
2. restart server
3.

What is the expected output? What do you see instead?
power breaks should still be on, but are aren't

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 23 Apr 2012 at 8:46

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.