Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
目前我有一个带有 red5 的 linux 服务器(debian)提供流媒体视频。它只使用flash/flv。因此,它不能在大多数移动设备上运行。我考虑过使用 HTML5 和 h.264 电影。
我需要做什么才能让 Red5 使用 HTML5 为移动设备提供流式视频?
red5 不必对“流”html5 做任何事情。只需输入以下内容:
<video id="sampleMovie" src="HTML5Sample.mp4" controls></video>
在您的 html 页面中,并确保 mp4 文件在您的服务器上。一些播放器也支持 html5(JWPlayer、Flowplayer 等)。red5 可以睡觉 ;-)