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
These will give you the desired effect, but it will still add the html and css required for the UI to your pages.
I don't think that a chromeless is required thought, if you really want to start things from scratch, there's wcjs-renderer (which is a dependency of wcjs-player) that just renders the video to a canvas.
chromeless
would avoid creating the player UI elements and add the styles (leaving only the video surface/canvas)nonInteractive
would disable responding to events (like double-click on video, etc.)Native HTML5
The text was updated successfully, but these errors were encountered: