Deploy
When deploying Oden to a production environment, there are some settings that can be changed to prepare Oden for production use.
Docker
Oden Streamer is also available as a docker container. Contact Voysys team to get the containers.
Settings on Player
Before running in a production ready environment some small changes can be made. Most changes are done to the oden.conf file which need to be deployed with OdenVR.
Hide GUI OdenVR
The GUI in OdenVR can be toggled by pressing ctrl+h. The GUI can be changed from the setting "Hide Gui on Startup" in the "Application Settings" menu in Oden, or you can do the following steps:
-
Open File Explorer
-
Enter %LOCALAPPDATA%/Oden in the address field.
-
Open
oden.confwith a text editor. -
Change the line
hide_gui : false;tohide_gui : true;. -
Save file.
Disallow mouse movement
By default Oden act as a 3D engine, to disallow camera movement change the "Inhabit Mouse Look" setting in the "Application Settings" menu in Oden or do the following:
-
Open File Explorer
-
Enter %LOCALAPPDATA%/Oden in the address field.
-
Open
oden.confwith a text editor. -
Change the line
inhibit_mouse_look : false;toinhibit_mouse_look : true;. -
Save file.
Oden Window
By default Oden starts in "Windowed" mode, there is 4 different modes.
-
Windowed - Mode where the window can be resized and moved freely with a title bar attached.
-
Windowed Fullscreen - Same as windowed except it has been resized to fill the screen and the title bar is removed. If the mouse is clicked on another screen, this will not minimize Oden.
-
Fullscreen - Native fullscreen, this will give the lowest latency. If another screen is clicked, Oden might be minimized.
-
Spanning Fullscreen - Windowed Fullscreen which can be spanned across multiple screens.
To set the default, change the "Window Mode" in "Application Settings" or do the following:
-
Open File Explorer
-
Enter %LOCALAPPDATA%/Oden in the address field.
-
Open
oden.confwith a text editor. -
Change the line
window_mode : "windowed";to "windowed_fullscreen", "fullscreen" or "spanning_fullscreen". -
Save file.