如何播放VLC媒体文件 [英] How to Play VLC Media File

查看:105
本文介绍了如何播放VLC媒体文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨!



我想在.html / .aspx中播放VLC媒体文件[.VOB,.IFO等]。



请提供运行这些文件的代码。

Hi !

I want to Play VLC Media File [.VOB,.IFO etc] in .html/.aspx Page.

Please provide code to Run these file.

推荐答案

你好LebneizTech

你可以使用对象标签解决这个问题

就像这样..





hello LebneizTech
you can use object tag to solve this problme
like this..


<object type="video/x-ms-wmv" data="video/VIDEO_TS.VOB" width="720" height="585">
<param name="src" value="video/VIDEO_TS.VOB" />
<param name="autostart" value="true" />
<param name="controller" value="true" />
</object>







谢谢..




Thank You..


VLC有一个.NET接口: Wiki:.Net与VLC的接口 [< a href =http ://wiki.videolan.org/.Net_Interface_to_VLCtarget =_ blanktitle =New Window> ^ ]

使用它的示例文章:LiquidVideo,使用VLC C#.NET VideoLan随处播放视频 [ ^ ]





一般情况下,在ASP.NET中显示视频:

ASP.NET嵌入式视频播放器(YouTube™API,C#)

使用ASP.NET 2.0,IIS和HTTP处理程序的视频流

在.net(带有Asp.net的C#)中显示视频

Display ASP.NET 2.0中的视频
There is a .NET interface for VLC: Wiki: .Net Interface to VLC[^]
Sample article using it: LiquidVideo, Play Video Anywhere with VLC C# .NET VideoLan[^]


In general, for displaying Video in ASP.NET:
ASP.NET Embedded Video Player (YouTube™ API, C#)
video streaming with ASP.NET 2.0, IIS and HTTP handler
display video in .net ( C# with Asp.net )
Display videos in ASP.NET 2.0


here are some general links for playing videos in a website using ASP.NET:
http://videoplayer.codeplex.com/[^]
http://blogs.ugidotnet.org/kfra/archive/2006/10/04/50003.aspx[^]
http://www.c-sharpcorner.com/uploadfile/scottlysle/csharpwebvideo04212007133218pm/csharpwebvideo.aspx[^]


这篇关于如何播放VLC媒体文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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