flv.js icon indicating copy to clipboard operation
flv.js copied to clipboard

an important error in flv.min.js at tag v1.6.2

Open seamory opened this issue 2 years ago • 1 comments

I imported flv.min.js, and i follow the example and use isSupported() to detect browser support flvjs or not, but chrome and egde return false finally. but when i import flv.js (not min.js), the error disappear. then i found some error in flv.min.js at isSupported() function as follow:
Snipaste_2022-07-07_17-26-42 isTypeSupported should be "video/mp4" but here is "flv-video/mp4", i don't know why, because same place at flv.js ( not min.js) is "video/mp4" and it's working normal.

seamory avatar Jul 11 '22 01:07 seamory

I can confirm and 2nd this error. It caused a bug in my production and I wasn't able to use the version released to the CDNs.

ProdigyView avatar Aug 25 '22 16:08 ProdigyView