Releases: bilibili/web-demuxer
Releases · bilibili/web-demuxer
3.0.1
3.0.0
Breaking Change
wasmLoaderPath
has been replaced withwasmFilePath
: Now you only need to customize the wasm file path, and the worker js has been bundled inweb-demuxer.js
.readVideoPacket
andreadAudioPacket
have been replaced withreadMediaPacket
.seekEncodedVideoChunk
andseekEncodedAudioChunk
have been replaced withseekMediaPacket
.getVideoStream
andgetAudioStream
have been replaced withgetMediaStream
.getVideoDecoderConfig
andgetAudioDecoderConfig
have been replaced withgetDecoderConfig
.
Features
- New Simplified API, making it much easier to use.
getDecoderConfig
seek
read
Full Changelog: 2.3.8...3.0.0
v2.3.8
v2.3.7
Features
- feat: support ts demux
Bug Fixes
- fix: avi timestamp always zero
Full Changelog: 2.3.6...2.3.7
v2.3.6
Bug Fixes
- fix: improve packet timestamp calculation for streams without PTS
Full Changelog: 2.3.5...2.3.6
v2.3.5
Bug Fixes
- fix: packet timestamp calculation logic of video without pts
Full Changelog: 2.3.4...2.3.5
v2.3.4
Bug Fixes
- fix: calculate packet timestamp for videos without PTS
- fix: handle AVC codec string generation when extradata is unavailable
Full Changelog: 2.3.3...2.3.4