mtoczko

Results 4 issues of mtoczko

### What version of Hls.js are you using? 0.14.7 ### What browser and OS are you using? Chrome 84 ### Test stream: `gap: video segment 1.ts and 5.ts, audio segment...

Feature proposal

**Describe the bug** After entering the text with Polish characters in the text field, the keyboard shortcut stops working. `ą`-> `alt + a` `ś`,`ć`, `ę`,`ń`, `ź`, `ż`, `ó` ,`ł` Pressing...

### This PR will... Adds check that `payload` is not null ### Why is this Pull Request needed? Prevents errors: `Uncaught (in promise) TypeError: Cannot read properties of null (reading...

Bug
Confirmed

This code fails to process dialect and Cyrillic characters correctly. I understand that this check is only applicable to the Korean language. https://github.com/videojs/mux.js/blob/e1b4d161f51782e4712d020b66d5087bd6febb3d/lib/m2ts/caption-stream.js#L741-L743 This condition should be removed `if (within708TextBlock(firstByte)...