lint
Some checks failed
auto-documentation / documentation (push) Has been cancelled
build and push docker image / build-node (push) Has been cancelled
Style and build test / tsc (push) Has been cancelled
Style and build test / eslint (push) Has been cancelled
Style and build test / prettier (push) Has been cancelled
Style and build test / build-test-arm64 (push) Has been cancelled
Style and build test / build-test-x64 (push) Has been cancelled

This commit is contained in:
stratumadev 2025-11-08 23:30:43 +01:00
parent d275c24e9b
commit 3c6a89f0df

View file

@ -64,11 +64,8 @@ export class PSSH {
if (wrmHeaderMatch && wrmHeaderMatch.length > 0) {
return wrmHeaderMatch[0];
}
console.warn('No valid WRMHEADER found in PSSH data');
return null;
} catch (e) {
console.error('Failed to extract PlayReady header:', e);
return null;
}
}