我们有一个来自AWS IVS的RTMP流。我们使用来自的以下代码在HTML页面中播放RTMP流: const player = IVSPlayer.create();player.attachHTMLVideoElement(document.getElementById('video-player')); play
我的设置如下:现在我正在构建一个显示这个流的应用程序,我目前正在使用ExoPlayer,但是我很难让它同时用于RTMP和HLS,下面是我的ExoPlayer代码: String url = "rtmp://192.168.1.244/WebRTCApp/379358104902020985845622trackSelector =
new De
我正在使用Flowplayer(意为js音频流项目)与Wowza流引擎软件进行RTMP音频流,并使用以下的角js服务。app.service('flowPlayerService', ['$cookies','constant',function ($cookies,constant) { constructPlaylist: function (playlist) {
var curr
我在服务器端使用Adobe Live Stream Encoder来流式传输RTMP live音频。在我的安卓客户端应用程序中,带有RTMP扩展的ExoPlayer不能播放它并导致RtmpIOException,但我可以用VLC或MPC播放它。;
//Create the playerplayer = ExoPlayerFactory.