-
Notifications
You must be signed in to change notification settings - Fork 32
Description
We (Meta) would like to be able to ask the browser if it can play stereoscopic content.
Stereoscopic content comes in many forms, but the most common ones are "left-right" (meaning that he left half of the picture should be shown to the left eye, and the right half of the picture should be shown to the right eye) and "top-bottom". (top half goes to the left eye, bottom half goes to the right eye.)
I'd like to add a field to the video description called "stereoMode", which can would be optional. If present it should have one of the values "mono", "left-right" or "top-bottom".
Most regular browsers should return supported: false when the "left-right" or "top-bottom" values are used. Only browsers that can show different images to different eyes, such browsers in VR, or on 3d-TVs should return supported for such queries.
Since most browsers will not support the "stereoMode" field, any website that really wants to know if the browsers supports stereoScopic videos will need to make a query where they set stereoMode to something nonsensical. If that doesn't fail, then the browser doesn't support the stereoScopic field, and thus does not support stereoscopic videos either.