web-demuxer icon indicating copy to clipboard operation
web-demuxer copied to clipboard

It can't work when the file is lager than 2GB.

Open codeex opened this issue 7 months ago • 1 comments

Same the title. I would like to play some ts files, but the errors occur, the informations are:

Cannot open input file

put_char @ ffmpeg.js:9
write @ ffmpeg.js:9
write @ ffmpeg.js:9
(匿名) @ ffmpeg.js:9
s @ ffmpeg.js:9

web-demuxer/:196  Uncaught (in promise) get_av_stream failed: undefined

codeex avatar May 16 '25 03:05 codeex

In fact, this has nothing to do with the file size. The previous version didn't support ts demux, but I've just added the support for it. You can use the latest version v2.3.8.

ForeverSc avatar May 16 '25 16:05 ForeverSc