This plugin generates json files used by deovr allowing you to play 2d and 3d video’s using the player
This plugin generates json files used by deovr allowing you to play 2d and 3d video’s using the player.
Deovr looks for an index file /deovr of scenes as json files containing information on scenes.
This plugin generates these
Stash can act as a web server and serve files from a custom url, we will be using this to serve the json files generated by this plugin.
Edit config.yml and add a custom served folder option like the below, this will serve files from http://stash_url/custom/deovr/
custom_served_folders:
/deovr: /root/.stash/deovr
Unfortunatly stash does not allow you serve the index url /deovr so you will need a web service to serve this index file from this base url.
You need to map