React-360: Live Streaming Video Pano

Created on 24 Feb 2018  ·  3Comments  ·  Source: facebookarchive/react-360

I haven't been able to find an answer on how to live-stream a video pano. Is this option a possibility within ReactVR?

I tried using an Apple HLS but got the following error.

HTTP “Content-Type” of “application/vnd.apple.mpegurl” is not supported. Load of media resource
Cannot play media. No decoders for requested formats: application/vnd.apple.mpegurl

Most helpful comment

Different video streams require custom players, since your browser may not support them. You can learn more here: https://facebook.github.io/react-vr/docs/video-player.html

We have included a demo of a DASH player, which is a common streaming format: https://github.com/facebook/react-vr/tree/master/Examples/DashSample

All 3 comments

Different video streams require custom players, since your browser may not support them. You can learn more here: https://facebook.github.io/react-vr/docs/video-player.html

We have included a demo of a DASH player, which is a common streaming format: https://github.com/facebook/react-vr/tree/master/Examples/DashSample

Do you happen to have a good example using HLS?

Unfortunately, no, I'm not familiar with HLS. The error you report above is from your browser itself, which means the browser can't decode the HLS stream. You'll need to use a decoder that runs in JavaScript in order to get it to run, probably.

This isn't specific to React VR in any way, so I'll be closing this issue.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

moroneyk picture moroneyk  ·  3Comments

spikebrehm picture spikebrehm  ·  3Comments

encodi picture encodi  ·  4Comments

meta-meta picture meta-meta  ·  3Comments

wuno picture wuno  ·  3Comments