At first, your Skybox application is the best which i tried to use on Oculus Go! Good job!
I'm a StereoPi co-founder http://stereopi.com. It is a Raspberry Pi based open source stereoscopic camera.
I want to view live stream video from the StereoPi on my Oculus Go, and i found a way how to make it with your application. I’ve analyzed messages between Skybox on Oculus Go and Skybox server for Windows. So i found a way how to make my own playlist with RTSP and UDP MPEG-TS streams. Live stream works perfect in Skybox on my Oculus Go, here is a short video demo
https://www.youtube.com/watch?v=MLPNXmZI8-8
But... Latency is too large. RTSP video has 10-20 seconds latency, and MPEG-TS stream around 2-3 seconds. But when i use GStreamer for the same MPEG-TS stream playback, I have a very low latency around 200-300 ms.
So i have a question - could you add an option "disable buffering" into Skybox playback settings?
Or maybe you can give me advice how to make latency lower in Skybox player with another method?
Here is my code for Skybox server https://github.com/virt2real/skybox-server
Thank you!