jscodec / jswebm

A javascript implementation of the Webm Demuxer (matroska)
https://jscodec.github.io/jswebm-demo/
MIT License
87 stars 14 forks source link

undefined values for isKeyframe fix #25

Closed animeshk874 closed 2 years ago

animeshk874 commented 3 years ago

Right now, the isKeyframe key for the video packets is being populated as undefined. The root cause is a minor typo, which I have fixed in this PR. Also, a package (underscore) vulnerability has been fixed.

This is a screenshot taken from the current jswebm demo:

Screenshot 2021-11-27 at 2 00 26 PM

This is a screenshot from a demo built using the updated jswebm :

Screenshot 2021-11-27 at 2 13 41 PM