Jump to content

Play a Video on multiple Vive Focus Headsets at the same time.


Ahmed Ashour

Recommended Posts

I assume you'll have to create your own video player connected to a server, for minimal latency I'd go for a socket based server.

Use events such as
Play and pause - Broadcasted to all devices
Sync sanity - Each player tells the hub where they are down to a second or millisecond level, if a problem with the sync is detected correct that device accordingly. If you do choose a ms level bare in mind the latency between the device and the hub server.
Skip - If you want a skip / search function the server could dictate that as well.

Regarding what system to use I'd use Unity or Unreal

 

-- 

 

If you want to use a premade solution, there are apps out there which does this but they're meant for recreation and not suitable for a commercial easy to use scenario.

  • Thanks 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...