videogular2 icon indicating copy to clipboard operation
videogular2 copied to clipboard

The HTML5 video player for Angular 2

Results 104 videogular2 issues
Sort by recently updated
recently updated
newest added

iOS Safari - Throwing `MediaPlayer not initialized!` when hitting play; although, it does play. It seems like it happens when calling `this.dash.reset();` within `VgDASH.prototype.destroyPlayer` function (vg-dash.js), and prevents navigation away...

### Description Should be able to go to Full screen mode on double mouse click ### Expected Behavior *If this is an issue, document the expected behavior. If this is...

### Description ad is not playing in mobile devices, it juste stuck in 10s until the waiting time ends Is it related to ima repo, or has something to do...

bug

Videogular Version: 7.0.1 dash.js Version: 3.0.0 Angular Version: 7.x I am trying to play DRM encrypted dash streams(.mpd). The first few videos are played nicely but after that, no videos...

Does anybody here tried to change the label of quality selector?

### Description *Problem while trying to add videogular2 to a new fresh Angular 11 project.* ### Expected Behavior *No dependency conflict when trying to add videogular to new projects .*...

### Description - _When I passed above playback values, it works but it thrown below error_ ### Attachments | **Image Title** | | --- | | Error in console |

### Description When I move out of seekbar (its width to be correct) it nondeterministicaly jumps to random times. ### Current setup https://mybrowser.fyi/report/5c3f57cc8d118e0014b1a7d1 (Chrome Canary) https://mybrowser.fyi/report/5c3f57f78d118e0014b1a7d2 (Vivaldi) https://mybrowser.fyi/report/5c3f582f8d118e0014b1a7d4 (Safari) ###...

Fix issue #810, seekbar doesn't go crazy when cursor is sliding the seekbar and gets out of the player. Instead getting offsetX, now get the cursor x coordinate and calculates...

### Description *I have a webpage with a videogular component, and I want the video to play automatically once the user enters the page. If I navigate to the page...