justdan96 / tsMuxer

tsMuxer is a transport stream muxer for remuxing/muxing elementary streams, EVO/VOB/MPG, MKV/MKA, MP4/MOV, TS, M2TS to TS to M2TS. Supported video codecs H.264/AVC, H.265/HEVC, VC-1, MPEG2. Supported audio codecs AAC, AC3 / E-AC3(DD+), DTS/ DTS-HD.
Apache License 2.0
863 stars 144 forks source link

Detecting hevc stream has a bug #656

Closed chbtime closed 1 year ago

chbtime commented 1 year ago

Here is a sample, https://1drv.ms/v/s!AhxDVD5Lr_39gQdrgpVazQK4r5VM?e=hNkt8m

tsmuxer can't decect hevc video stream.

When vod_common.h const static int DETECT_STREAM_BUFFER_SIZE = 1024 1024 64; modified to 1024 1024 70, it will be fine.

jcdr428 commented 1 year ago

@chbtime please check tomorrow's release.