googlearchive / vrview

Library for embedding immersive media into traditional websites.
http://developers.google.com/cardboard/vrview
Apache License 2.0
1.71k stars 1.09k forks source link

Live video stream #298

Open svaghar opened 6 years ago

svaghar commented 6 years ago

Hi,

Is it possible to stream live video to vrview? I would like to stream live mp4 to vrview on chrome. I can't use HLS and Safari. I have looked at the video example here, it uses partial-content to upload the video file.

Is it possible to start playing the video without uploading the entire file ? Or is it possible to respond with chunked encoding or multi-part (stream video)?

Any hint on how to do so, is appreciated.

Best regards Shah

mlg-apritykin commented 6 years ago

should be able to using the video tag as a view, and input the url for m3u8. I have tried it myself and does not appear to work.