什么是打RTMP流的最佳方式使用angularjs?方式、RTMP、angularjs

2023-09-13 04:06:41 作者:不爱怎知苦

我想在angularjs播放VOD RTMP流。流服务器是Wowza和有玩家喜欢的Flowplayer来处理它在非角的方法。但是使用angularjs发挥RTMP流的最佳方式?

I'm trying to play VOD rtmp stream in angularjs. The streaming server is Wowza and there are players like flowplayer to handle it in a non-angular way. But what is the best way to play rtmp stream using angularjs?

推荐答案

在这里是有很多媒体库工作的MediaPlayer的指令。它是基于模板,这样你就可以创建基于选择的库RTMP模板。

here is a mediaPlayer directive that works with many media libraries. It is template based, so you can create RTMP templates based upon the chosen library.

https://github.com/joshkurz/Black-Belt-AngularJS-Directives/tree/master/directives/mediaPlayer

目前已经将其与工作

mediaelement.js flowplayer.js 纯HTML5

演示