FirefoxRealityPC icon indicating copy to clipboard operation
FirefoxRealityPC copied to clipboard

Plugin gets notifications of mozVideoProjection modes

Open philip-lamb opened this issue 5 years ago • 1 comments

360° video support (see #62) needs to be able to examine the query-string portion of the URI (https://tools.ietf.org/html/rfc3986#section-3.4) to find out if the URI contains a mozVideoProjection tag (see https://github.com/MozillaReality/FirefoxReality/wiki/Media-Playback)

The most straightforward means of achieving at least this minimum requirement is to allow the plugin to query Firefox for the URI of the currently active page. This would be initiated (for example) when a fullscreen media mode is initiated.

philip-lamb avatar Oct 02 '19 23:10 philip-lamb

Passing just a notification of projection mode is preferable to passing the entire query string outside Fx, so reworking this issue.

philip-lamb avatar Oct 15 '19 01:10 philip-lamb