Video icon indicating copy to clipboard operation
Video copied to clipboard

The easiest html5 video implementation for Blazor applications

Results 25 Video issues
Sort by recently updated
recently updated
newest added

**Any plan to support HLS i.e. through hls.js**

Feature Request
Triage

Also update vulnerable ASspNetCore.Components to 6.0.28

**Describe the bug** I am noticing a lot of exceptions being recorded in the log when (automatic) disposing is being called on BlazoredVideo component. Not sure if this is me...

Bug
Triage

Fixed https://github.com/Blazored/Video/issues/32

**Describe the bug** When using BlazoredVideo's Duration/CurrentTime proprty getter, an exception occurs. **To Reproduce** Steps to reproduce the behavior: 1. Get an instance of BlazoredVideo player 2. Try to access...

Bug
Triage

**Describe the bug** When an event occurs while no `VideoStateOptions` is set up for the current `BlazoredVideo` component, a `System.NullReferenceException` is thrown, caught, and logged in `BlazoredVideo.OnChange` on line 202....

Bug
Triage

**Describe the bug** JS exceptions does not get propagated to C# when calling methods such as `StartPlayback`, Instead they end up as an 'Uncaught (in promise) DOMException'. This seems to...

Bug
Triage

Blazored Video is implemented into Maui Blazor Hybrid and tested on Windows, IOS and Android. The Videos play all well on all Platforms. But: - On IOS the videos allways...

Feature Request
Triage

I have a Blazor web application that passes byte arrays to BlazoredVideo but when I want to change the source, the application freezest. How can I abort the current video...

Additionally trying to start the player with StartPlayback(); from code behind in any component lifetime event methods also does not work. Go to your AllEventsAllOptions source code demo and run...

Bug
Triage