youtube / js_mse_eme

js_mse_eme is an externally-published tool that is aimed to test the validity of a browser's HTML5 Media Source Extension and Encrypted Media Extension implementations
Apache License 2.0
91 stars 58 forks source link

AVSync testcases are broken #54

Open jacek-manko-red opened 3 months ago

jacek-manko-red commented 3 months ago

I know this repository is dead (has it been made private?) but maybe someone still reads it.

On the latest version (v 20240224), AVSync testcases (MSE core 36 and 37) are currently broken: Uncaught ReferenceError: HALF_AU_DURATION_IN_SECONDS is not defined onupdateend https://ytlr-cert.appspot.com/latest/yts.js:10541

The issue seems obvious - HALF_AU_DURATION_IN_SECONDS has been renamed to QUARTERED_AU_DURATION_IN_SECONDS, but the old one is still used in some places.

jiaqzhao commented 3 months ago

Thanks for reporting. We have notified the team internally.