To play the embedded live-stream video.
No errors, but also nothing happens.
<iframe src="https://vimeo.com/event/XYZ/embed"
frameborder="0"
allow="autoplay; fullscreen"
allowfullscreen
id="livestream">
</iframe>
<script src="https://player.vimeo.com/api/player.js"></script>
<script>
var stream = document.querySelector('#livestream');
var player = new Vimeo.Player(stream);
player.play(); //nothing happens.
</script>
+1
+1
This would be huge for us. Would love to be able to get player state, position, Video ID/Title, etc...
thanks for the feedback, we've enabled the player API for recurring live events today.
please let us know if you see any issues.
The api was not working with recurring live events until now. The issue should be fixed.
I just tested it - seems to work well. THANK YOU! This saves me so much trouble y'all have no idea... !
Awesome! Thank you so much
You just seriously saved our bacon. Thank you so much for getting this done!
Most helpful comment
thanks for the feedback, we've enabled the player API for recurring live events today.
please let us know if you see any issues.