flv.js
flv.js copied to clipboard
an important error in flv.min.js at tag v1.6.2
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:
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.
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.