# HTML5 MSE Playback of MPEG 360 VR Tiled Streaming

**Authors:** Dimitri Podborski, Jangwoo Son, Gurdeep Singh Bhullar, Robert Skupin,, Yago Sanchez, Cornelius Hellge, Thomas Schierl

arXiv: 1903.02971 · 2019-04-24

## TL;DR

This paper presents a browser-based JavaScript implementation of MPEG OMAF 360 VR tiled streaming using HTML5, demonstrating its feasibility and addressing browser compatibility challenges.

## Contribution

It introduces the first web browser implementation of HEVC-based OMAF viewport-dependent streaming with multi-resolution tiles, overcoming HTML5 browser limitations.

## Key findings

- Successfully tested in Safari with HEVC support
- Implemented region-wise packing with WebGL
- Addressed browser compatibility workarounds

## Abstract

Virtual Reality (VR) and 360-degree video streaming have gained significant attention in recent years. First standards have been published in order to avoid market fragmentation. For instance, 3GPP released its first VR specification to enable 360-degree video streaming over 5G networks which relies on several technologies specified in ISO/IEC 23090-2, also known as MPEG-OMAF. While some implementations of OMAF-compatible players have already been demonstrated at several trade shows, so far, no web browser-based implementations have been presented. In this demo paper we describe a browser-based JavaScript player implementation of the most advanced media profile of OMAF: HEVC-based viewport-dependent OMAF video profile, also known as tile-based streaming, with multi-resolution HEVC tiles. We also describe the applied workarounds for the implementation challenges we encountered with state-of-the-art HTML5 browsers. The presented implementation was tested in the Safari browser with support of HEVC video through the HTML5 Media Source Extensions API. In addition, the WebGL API was used for rendering, using region-wise packing metadata as defined in OMAF.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1903.02971/full.md

## Figures

16 figures with captions in the complete paper: https://tomesphere.com/paper/1903.02971/full.md

## References

10 references — full list in the complete paper: https://tomesphere.com/paper/1903.02971/full.md

---
Source: https://tomesphere.com/paper/1903.02971