bilibili / flv.js

HTML5 FLV Player
Apache License 2.0
22.93k stars 3.38k forks source link

播放器一直转圈,但是流正常解析 #679

Closed ykerit closed 3 years ago

ykerit commented 3 years ago
xqq commented 3 years ago

hasAudio: false, hasVideo: false means you don't wanna anything

On Fri, Jul 30, 2021, 00:08 ykerit @.***> wrote:

  • version: flv.js (master)
  • streaming server livego

[MSEController] > MediaSource onSourceOpen

[FLVDemuxer] > Parsed onMetaData

{type: "flv", hasAudio: false, hasVideo: false, isLive: false, withCredentials: false, …}

cors: true

hasAudio: false

hasVideo: false

isLive: false

segments: [{…}]

type: "flv"

url: "http://127.0.0.1:7001/live/movie.flv"

withCredentials: false

}

请问是流的问题吗?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/bilibili/flv.js/issues/679, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABDOHATZ3CMAQW7Y7KHK4ATT2FVF7ANCNFSM5BGVLGPQ .

ykerit commented 3 years ago

thinks