You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are working on a project that lets people create video pages for prerecorded videos or live streams. How would we link to a live stream? The config code is below:
We are working on a project that lets people create video pages for prerecorded videos or live streams. How would we link to a live stream? The config code is below:
`<script src="./playable/dist/statics/playable.bundle.js"></script>
document.addEventListener('DOMContentLoaded', function() {
const config = {
width: 800,
height: 450,
src: 'https://interactive-examples.mdn.mozilla.net/media/cc0-videos/flower.webm',
preload: 'metadata',
nativeBrowserControls: false,
disableControlWithClickOnPlayer: false,
};
The text was updated successfully, but these errors were encountered: