facebookarchive / react-360

Create amazing 360 and VR content using React
https://facebook.github.io/react-360
Other
8.73k stars 1.23k forks source link

Roadmap of development #528

Open cjdaniel-scu opened 6 years ago

cjdaniel-scu commented 6 years ago

Is there a roadmap or any future plans you can share? I am specifically interested in videoplayer development that will allow for dash-mpeg integration.

Thanks

kmlx commented 6 years ago

not sure if this helps, but I've found that one can create an hls player based on this dash sample: https://github.com/facebook/react-360/tree/master/Examples/DashSample

the player itself is pretty straightforward: https://github.com/facebook/react-360/blob/master/Examples/DashSample/vr/DashVideoPlayer.js

it extends: https://github.com/facebook/react-360/blob/eb59b728f5b41ce4767f9395f3b8dd5222150842/React360/js/Video/BasicVideoPlayer.js

and gets added to a queue via : https://github.com/facebook/react-360/blob/eb59b728f5b41ce4767f9395f3b8dd5222150842/React360/js/Video/VRVideoPlayer.js#L42