EasyDarwin/EasyPlayer.js

ios https-flv 无法播放

Opened this issue · 0 comments

<easy-player
:class="['player_box',{'player_active': active==index}]"
:key="index"
:live="true"
:data-index="index"
:video-url="item.videoUrl"
:ref="'player'+index"
:muted="muted"
:has-audio="false"
:timeout="5"
:poster="videoCover"
style="height: 100%"
@error="restartPlayer"
@ended="restartPlayer"
/>
:has-audio参数不起作用;

控制台报错
DemuxException: type = CodecUnsupported, info = Flv: Unsupported audio codec idx: 7``