解决方法
你应该看看video.js从
www.videojs.com我一直在使用它流直播视频.它像这样模仿视频标签:
<video id="example_video_1" class="video-js vjs-default-skin" controls preload="auto" width="640" height="480" poster="http://video-js.zencoder.com/oceans-clip.png" data-setup='{"example_option":true}'> <source src="rtmp://localhost/live/test" type="rtmp/flv"> </video>
对我来说很好.