Player.js: Player API doesn't work w/ recurring Live embeds

Created on 27 Oct 2019  路  8Comments  路  Source: vimeo/player.js

Expected Behavior

To play the embedded live-stream video.

Actual Behavior

No errors, but also nothing happens.

Steps to Reproduce

<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>
enhancement help wanted

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.

All 8 comments

+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!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

KennedyTedesco picture KennedyTedesco  路  7Comments

paulmolluzzo picture paulmolluzzo  路  5Comments

rassemdev picture rassemdev  路  7Comments

jswebrjl picture jswebrjl  路  5Comments

miloandco picture miloandco  路  3Comments