TOUCAN_VR allows to stream and play a DASH-SRD described content created with [1]. It can be parametrized with [2]. The application implements the buffering strategy, replacement or descarding techniques and dynamic editing described in [3]. TOUCAN_VR has been developed and tested on Samsung Galaxy S7 edge running Android 7, together with the Samsung Gear VR headset. The application has been built on top of Exoplayer 2 which in turn leverages the Samsung Gear VR Framework to display VR scenes.
Created by:
Universite Nice Sophia Antipolis (Universite Cote d'Azur) and CNRS
Laboratoire d'Informatique, Signaux et Systèmes de Sophia Antipolis (I3S)
Contributors:
Savino DAMBRA
Giuseppe SAMELA
Lucile SASSATELLI
Romaric PIGHETTI
Ramon APARICIO-PARDO
Anne-Marie PINNA-DERY
References:
[1] TOUCAN-Preprocessing https://github.com/UCA4SVR/TOUCAN-preprocessing
[2] TOUCAN-VR parametrizer https://github.com/UCA4SVR/TOUCAN_VR_parametrizer
[3] S. Dambra, G. Samela, L. Sassatelli, R. Pighetti, R. Aparicio-Pardo, A. Pinna-Déry "Film Editing: New Levers to Improve VR Streaming", ACM Multimedia Systems Conference (MMSys), Amsterdam, The Netherlands, June 2018.
If you want to contribute to the project, your help is very welcome. We suggest the following contribution instructions:
For any question, please send an email to githubprojecttoucanvr@gmail.com
The repository provides an Android Studio project. Clone or download it, import the project in Android Studio, let Gradle check for dependencies and install the application in your favourite device. The Oculus Mobile SDK is required for the Samsung Gear VR framwork to work. For further details please check http://www.gearvrf.org/getting_started/
TOUCAN_VR retrieves all network configuration parameters, video to be played and logs to be recorded from the TOUCAN_VR-Parametrizer Application (https://github.com/UCA4SVR/TOUCAN_VR_parametrizer). TOUCAN_VR must be started from TOUCAN_VR-Parametrizer. Launching TOUCAN_VR from the launcher will result in a screen error. You may want to test the application with a fix input and a set of predifined parameters: please check the file PlayerActivity.java and tune the functions "isIntentValid(intent)" and "parseIntent()".
TOUCAN_VR requires a Samsung Gear VR headset to run. For testing purposes, it is possible to run the application outside the headset enabling the developer mode in the Oculus application.
The following permissions are required:
If permissions are not granted, an error screen will appear together with the request for the missing permission.
If TOUCAN_VR is not started from TOUCAN_VR-Parametrizer an error screen will be shown.
When TOUCAN_VR is correctly invoked from TOUCAN_VR-Parametrizer, the following checks are carried out:
An error screen will appear if checks fail.
When TOUCAN_VR is correctly started and the streaming source is reachable, a screen suggests to tap the touchpad of the Samsung Gear VR headset to start the playback of the content. The following tap events will pause and resume the playback. At the end of the content, a screen suggest the user to remove the headset.
It is enough to resume TOUCAN_VR-Parametrizer and select a new content to restart TOUCAN_VR with the updated information.