无需在本地机器下载即可播放视频 [英] Play videos without downloading in local machine

查看:69
本文介绍了无需在本地机器下载即可播放视频的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Hi, I want to play a video(.mp4, any movie format) from db in MVC4 web application, for that i was use return File("path", "video/mp4"); But i don't know how it was safe? Whether it playing videos directly from server or it first download video files in local machine after that it start playing videos from local machine. Can you help me to play video in MVC4 web application without downloading video files in local machine?




<div class="op"</div><video width="320" height="240" controls="controls">
    <source src="@Url.Action("Video","Home")" type="video/mp4" />
    Your browser does not support the video tag.
</video>

推荐答案

引用:

你能来吗?帮我在MVC4网页应用程序中播放视频而无需在本地机器上下载视频文件?

Can you help me to play video in MVC4 web application without downloading video files in local machine?

它不存在!

如果没有先下载,就无法在本地屏幕上获取视频这样或那样。

It doesn't exist!
It is not possible to get a video on local screen without downloading first in one way or another.


这篇关于无需在本地机器下载即可播放视频的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆