且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

将Windows Media Player放在网页中

更新时间:2023-12-06 16:46:04

看这里:
ASP.NET嵌入式视频播放器(***™API,C#)
使用ASP.NET 2.0,IIS和HTTP处理程序的视频流
在.net中显示视频(带有Asp.net的C#)
在ASP.NET 2.0中显示视频
Look here:
ASP.NET Embedded Video Player (***™ 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




如果要在非商业性网页上使用Flash Player,请访问网页http://www.twseiten.com.在此页面上,您可以找到演示,使用条件和下载.该播放器仅适用于mp4,mp3和flv. XML格式的扩展跟踪列表.可以动态嵌入(javascript),但不能
远程javascript-controls.该播放器可免费用于非商业网页.播放器有自己的
徽标图片,但此图片在播放视频和/或音频时过载.要创建flv或mp4,您可以
使用转换工具FFMpeg-很好并且免费.别忘了:MP4是商业产品,只有在您
时才免费 对网页使用mp4(请参阅DivX网页). FLV没有这个问题.并且:MP4文件很大.
FLV文件仅包含44 kHz的音频(没有像DVD上的音频那样的48 kHz).无法使用AC3.

如果要使用免费的WebM(VP8)或Theora(OGV,OGA),则可以使用浏览器本身的功能:HTML-5播放器.
在这种情况下,您可以替换Flash和mp3,仅使用Webm,OGV,OGA(无需浏览器插件,
转换工具FFMpeg可以免费使用). WebM可以使用48 kHz的音频(DVD音频的质量).

如果要测试您的网页,请参阅www.twseiten.com上有关免费Apache HTTP服务器的说明
(在PC上为lokal实例),并在本地测试Web服务器和www服务器上使用.htacces文件.

如果您有任何疑问,请告诉我您的问题.

铜.
Hi,

If you want to use a flash player for a not commercial web page, then visit the web page http://www.twseiten.com. On this page you find demo, conditions of the use, and downloads. The player is only for mp4, mp3 and flv. Extended tracklist in XML-format. Dynamically embedding (javascript) possible but no
remote javascript-controls. The player is free for non commercial web pages. The player has an own
logo-picture, but this pic is overloaded during playing of video and or audio. To create flv or mp4 you can
use conversions tool FFMpeg - is fine and free. Don''t forget: MP4 is commercial and only free if you
use mp4 for webpages (see DivX-webpage). FLV dont have this problem. And: MP4 files are very big.
FLV files contain audio only 44 kHz (no 48 kHz like audio on DVD). AC3 is not possible.

If you want to use free WebM (VP8) oder Theora (OGV, OGA) you can use features of browser itself: HTML-5-player.
In this case you can replace flash and mp3 and use only Webm, OGV, OGA (no browser plugin needed,
conversions tool FFMpeg is fine and free). WebM can use audio with 48 kHz (quality of DVD audio).

If you want to test your webpage see descriptions on www.twseiten.com about free Apache HTTP-Server
(lokal instance on pc) and using of .htacces-file on your local test-webserver and www-server.

If you have a question, tell me your problem.

Cu.