Skip to content

Releases: xqq/mpegts.js

v1.7.3

07 Apr 13:01
@xqq xqq
Compare
Choose a tag to compare
  • Support Enhanced RTMP / HEVC for FLV.
  • Support Opus and ATSC AC-3 audio codec for MPEG-TS.
  • Support LOAS AAC for MPEG-TS.
  • Some HEVC-related bug fixes.

by @monyone

v1.7.2

01 Jan 07:30
@xqq xqq
8100031
Compare
Choose a tag to compare
  • Support MP3 audio codec over MPEG-TS
  • Fix keyframe detection for Open-GOP HEVC Stream in MPEG-TS

by @monyone

v1.7.1

18 Dec 11:44
@xqq xqq
820d5ea
Compare
Choose a tag to compare
  • Fix bug with FLV stream which has too many AVCDecoderConfigurationRecord / AudioSpecificConfig retransmission
  • Fix bugs in h265-parser
  • Add support for SMPTE2038 metadata callback

v1.7.0

25 Nov 16:07
@xqq xqq
d1af832
Compare
Choose a tag to compare

H.265 / HEVC support for FLV & MPEG-TS!

This version introduces H.265 / HEVC playback support for FLV & MPEG-TS.
Please draft an issue if you meet any bugs.

This is implemented by @monyone. Special thanks to him with my respects!

v1.6.10

09 Oct 02:18
@xqq xqq
c0526d3
Compare
Choose a tag to compare
  • TSDemuxer: Fix PES packet delay caused by incorrect handling of pes_packet_length and PES recombination, by @monyone

v1.6.9

23 Sep 08:16
@xqq xqq
16360e2
Compare
Choose a tag to compare
  • TSDemuxer: Fix possible Failed to execute 'addSourceBuffer' on 'MediaSource' exception

v1.6.8

13 Sep 02:24
@xqq xqq
67a9342
Compare
Choose a tag to compare

Fix FLV multipart video playback bug #25

v1.6.7

19 Jun 12:46
@xqq xqq
f3997f2
Compare
Choose a tag to compare
  • Add Timed ID3 Metadata callback support (TIMED_ID3_METADATA_ARRIVED) by @monyone

v1.6.6

08 May 14:26
@xqq xqq
6929ce1
Compare
Choose a tag to compare
  • Experimental support for H264 Open-GOP stream (seems to be unusable under Chrome)

v1.6.5

28 Apr 13:50
@xqq xqq
4c89b95
Compare
Choose a tag to compare
  • New silent frame insert algorithm for audio remuxing