Player API doesn't work w/ recurring Live embeds
See original GitHub issueExpected 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:
- Created 4 years ago
- Reactions:9
- Comments:8 (1 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
thanks for the feedback, we’ve enabled the player API for recurring live events today. please let us know if you see any issues.
You just seriously saved our bacon. Thank you so much for getting this done!