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

It would be very nice if there was an option to not show the download link in the player. In my use case I want the user not to be...

Feature Request
Triage

Please add some features to control Video From code Actually I want to control **VideoState** for instance : `videoState.CurrentTime = 31.942247;` But first I wanna ask if this project is...

Feature Request
Triage

If u set video source from attribute and then onerror rised: ``` fail: BlazoredVideo[0] Failed to convert the JSON: {"name":"error","state":{"controls":true,"currentSrc":"https://localhost:5000/asdfa","defaultPlaybackRate":1,"error":{},"networkState":3,"paused":true,"playbackRate":1,"preload":"metadata","src":"https://localhost:5000/asdfa","volume":1}} System.Text.Json.JsonException: The JSON value could not be converted to Blazored.Video.Support.MediaError....

I'm using the example code, except I've added a parameter for the video file name. My Navmenu contains a list of file names to select from. The first file starts...

Hello: Due to some location restrication, I have to use a proxy to view some videos (I think the video format is MP4) hosted on some web site. Let me...

Feature Request
Triage

Hi is there some example how to do autoplay just after page is rendered in Blazor Server?

Bug
Triage

I have added (nearly) all methods and properties as described in https://www.w3schools.com/tags/ref_av_dom.asp to be called directly from an `BlazoredVideo` object.

I certainly want to control video as if I would do with JavaScript. When I want to pause and when I want to replay the video from the same time...

Hi, I was trying to setup volume using several tricks but without luck :( All I want is a slider on my screen which will change the volume of the...

Hi! I am working on a hobby project at the moment, trying to incorporate this video component, but Im struggling to implementing AutoPlay and Loop on load, without the controls....

Question
Resolved: Answered