vimeo / aframe-vimeo-component

Stream Vimeo videos into WebVR.
https://aframe-vimeo-component.glitch.me/
MIT License
81 stars 23 forks source link

Playing Vimeo live stream results in CORS errors #25

Open lmalave opened 4 years ago

lmalave commented 4 years ago

Does the aframe-vimeo-component work with Vimeo live streams? I tried to connect it to a public Vimeo live event that I was broadcasting, but the video would not play. Other Vimeo videos that are not live are playing just fine, however.

GuismoCabrera commented 2 years ago

Hi buddy, I'm looking for the same thing.

Apparently in here they have manage to solve the problem some how by creating a mask that can render HLS streaming; Never the less , I could not do it , therefore it you can I'll appreciate any insight.

https://github.com/aframevr/aframe/issues/1416

On this other link, you'll find a player that can stream HLS streaming by placing them on the search bar. I've test it and it works, however I can't find how to implement it on my own react app.

https://eyevinn-vr-player.herokuapp.com/

Cheers, happy coding....