Skip to content

Releases: bilibili/flv.js

v1.3.1

21 Jun 05:32
@xqq xqq
Compare
Choose a tag to compare

Improvements

  • Support SourceBuffer auto cleanup to reduce memory usage for live stream (config.autoCleanupSourceBuffer)
  • Player.play() method can return a Promise from HTMLMediaElement.play()

v1.3.0

02 Jun 07:41
@xqq xqq
Compare
Choose a tag to compare

Improvements

  • Workaround some audio / video unsync issue by filling gap with silent audio frames
  • Improve audio only / video only stream playback #135
  • Support indicating referrer policy for FetchStreamLoader

v1.2.0

20 Mar 09:16
@xqq xqq
Compare
Choose a tag to compare

New features

  • Add MP3 audio codec playback support (except IE11/Edge)
  • Support HTTP FLV live stream on new version of Microsoft Edge (15.15048+)
  • Support 301/302 redirected url reuse, report redirection to statisticsInfo

Improve & bugfix

  • Fix FetchStreamLoader Early-Eof judgement bug
  • Fix WebSocket URL judgement bug
  • Relax restrictions in FLV header
  • Allow multiple SPS PPS in AVCDecoderConfigurationRecord structure

v1.1.0

25 Nov 06:35
@xqq xqq
Compare
Choose a tag to compare

Notice

flv.js has changed into UMD bundle. flvjs object will not always be injected into window.flvjs.

Improve & bugfix

  • Fix Promise missing bug in IE11 caused by the missing polyfill call
  • StatisticsInfo report logic has been improved, connectionSpeed field will be more accurate
  • Compatible with HTMLAudioElement for pure-audio FLV stream
  • Add blob message type support for WebSocketLoader
  • Now you can obtain flv.js version from flvjs.version property

First release

01 Nov 09:26
@xqq xqq
Compare
Choose a tag to compare

Bundled and minified js