问题描述
我正在为一组:一个简单的网页图形用户界面,让用户选择要听的频道。作为参考,这里是我我喜欢用。我希望用户能够通过简单的播放/停止控件在我的网站上播放这些流。没什么特别的。
我该如何攻击?任何想法或指针赞赏!新的角度和黑客也围绕这个问题。
Javascript或Flash播放器当然是可取的,但我一直没有找到播放mms的播放器://流。我的后端语言是Django,如果这有助于任何人获得任何想法。MMS解决方案
我正在为一组:一个简单的网页图形用户界面,让用户选择要听的频道。作为参考,这里是我我喜欢用。我希望用户能够通过简单的播放/停止控件在我的网站上播放这些流。没什么特别的。
我该如何攻击?任何想法或指针赞赏!新的角度和黑客也围绕这个问题。
Javascript或Flash播放器当然是可取的,但我一直没有找到播放mms的播放器://流。我的后端语言是Django,如果这有助于任何人获得任何想法。MMS解决方案
安装。我相信你可以使用< object>
和/或< embed> $ c,将mms://内容直接嵌入HTML页面$ c>标签,如果安装,WMP浏览器插件将播放内容。
这是一个;嵌入式媒体HTML生成器;嵌入式媒体HTML生成器;嵌入式媒体HTML生成器;在这里输入你的mms:// url,并在视频播放器页面模板中使用生成的HTML。
I'm building a "channel chooser" for a set of mms:// streams (Microsoft Media Server): a simple web GUI that lets the user chose which channel to listen to. For reference, here is the list of streams I'd like to use. I would like users to be able to play those streams on my site with a simple "play/stop" control. Nothing fancy.
How should I attack this? Any ideas or pointers appreciated! New angles and hacks around the problem too.
Javascript or Flash players are of course preferable, but I haven't been able to find any player that plays mms:// streams. My back-end language is Django if that helps anyone get any ideas.
MMS will require the user to have Windows Media Player installed. I believe you can embed mms:// content directly in an HTML page using <object>
and/or <embed>
tags and if it's installed, the WMP browser plugin will play the content.
Here's an Embedded Media HTML Generator; enter your mms:// url here and use the generated HTML in your video player page template.
这篇关于在我的网站上播放mms://流的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!