cancel
Showing results for 
Search instead for 
Did you mean: 

How to start a facebook livestream via C# script? Unity -> Gear VR

Hexapuss_Steve
Heroic Explorer
Hello good people of the Oculus forums,

I am trying to learn how to start a facebook livestream via C# script in Unity -> Gear VR.

The Oculus documentation describes how to pause and resume a facebook livestream, but not how to start and stop a livestream.
Can a livestream be started and stopped via script in Unity?  Is GetStatus() somehow used to do this?

Oculus documentation:


Thanks,
Steve Hinan
Metal VR Pinball

3 REPLIES 3

Hexapuss_Steve
Heroic Explorer
From the documentation:
"All sharing is initiated by the user through the Oculus Platform."

I now assume this means not from within a C# script, Oculus.Platform...
but instead,
The Oculus Platform is the interactive GearVR Oculus UI sharing pane, outside of the game.

Is this true?  Is there a script solution?

Hexapuss_Steve
Heroic Explorer
Ok.
Thanks @imperativity.

olyislam
Honored Guest
I hope Oculus VR streaming enable or disable option controlled by oculus dashboard.
You can just get status using C# script.