bilibili / flv.js

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

How to use isLive configuration? #205

Closed dbussert closed 6 years ago

dbussert commented 6 years ago

I'm testing with Node-Media-Server and flv.js plays live FLV and websocket with low latency without issue. The flv.js documentation says Indicates whether the data source is a **live stream** but from my testing I cannot see any difference when using isLive true or false. Looking at the code, it doesn't appear this configuration is used anywhere, does it do anything?

xqq commented 6 years ago

image