question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Player API doesn't work w/ recurring Live embeds

See original GitHub issue

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>

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:9
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
luwescommented, Jun 30, 2020

thanks for the feedback, we’ve enabled the player API for recurring live events today. please let us know if you see any issues.

0reactions
dbonomocommented, Jun 30, 2020

You just seriously saved our bacon. Thank you so much for getting this done!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Working with oEmbed: Embedding Recurring Live Events
Embedding a recurring live event with oEmbed involves making a call to the Vimeo API. Therefore, if you're embedding recurring live events in...
Read more >
Why can't I display an embedded video from a YouTube Live ...
I read somewhere that you need to embed the video from the live stream, but then the whole idea to use an API...
Read more >
Creating and Managing Live Events using the Live Module
The recurring event should be activated before the encoder is started. To activate a recurring event: Click on the Standby tab.
Read more >
Embed your event on your website – Help Center - Vimeo
When you get to the Live Settings page, select the Embed tab if you are streaming a one-time event, or the Event tab...
Read more >
How to Troubleshoot Live Streaming Issues with Broadcasting
Check Encoder Settings · Confirm Bandwidth Availability · Compare Upload Speed & Bitrate · Turn Live Channel On · Open Streaming Ports &...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found