简体   繁体   English

如何在asp.net mvc(C#)中保存使用视频控件播放视频的进度?

[英]How to save the progress of Video played using video control in asp.net mvc (C#)?

I am trying to find a way to save the progress of a video played using video control (HTML control) in asp.net MVC in an SQL database and later retrieve the state to check if the video was played fully or continue playing the video where it was stopped. 我正在尝试找到一种方法来在SQL数据库中的asp.net MVC中保存使用视频控件(HTML控件)播放视频的进度,然后再检索状态以检查视频是否已完全播放或继续播放视频,它停止了。 I searched a lot but couldn't find any solution. 我进行了很多搜索,但找不到任何解决方案。 Is there a way to achieve this? 有没有办法做到这一点? Kindly let me know. 请让我知道。

Finally I have found a solution. 终于我找到了解决方案。 For a simple need, I am using https://www.w3schools.com/Tags/av_event_ended.asp (For more media events refer, https://html.spec.whatwg.org/multipage/media.html#mediaevents ) 出于简单的需要,我使用https://www.w3schools.com/Tags/av_event_ended.asp (有关更多媒体事件,请参阅https://html.spec.whatwg.org/multipage/media.html#mediaevents

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用 c# ASP.NET MVC 获取视频播放 - Getting Video To play using c# ASP.NET MVC 如何获得视频时长? ASP.NET MVC 5 C# - How to get the video duration ? ASP.NET MVC 5 C# 使用ASP.NET C#的HTML5视频控件 - HTML5 video control with ASP.NET C# 无法使用asp.net C#中的Ajaxfileupload控件上传视频文件,导致出现红色块错误 - Not able to Upload video files using ajaxfileupload control in asp.net c#, results into error with red block 使用 C# 从 ASP.Net MVC 中的视频文件中获取视频元数据的最佳方法是什么? - What's the best way to get video metadata from a video file in ASP.Net MVC using C#? 如何使用进度条在ASP.NET MVC(C#)中异步上传多个文件 - How to upload multiple files asynchronously in ASP.NET MVC (C#) using Progress Bar 如何找到一个mov(快速时间格式)文件的视频或不使用asp.net(C#)? - how to find a mov (quick time format) file a video or not using asp.net(c#)? 如何在 C# asp.net 中使用 FFMPEG 获取视频时长 - How to get the video duration using FFMPEG in C# asp.net 如何使用asp.net C#将一个标签值传输到另一个标签以显示视频名称 - How to transfer one label value to another label for displaying video Name using asp.net C# 如何使用Video Converter for .NET(C#)或其他FFMpeg包装器在Asp MVc中创建视频缩略图 - How can use Video Converter for .NET (C#) or other FFMpeg wrapper To create Video Thumbnail in Asp MVc
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM