b0e278afb5
Introduces MPEG-TS streaming support by adding mpegts.js as an optional dependency, updating keywords, and implementing new utility modules for MPEG-TS loading and setup. Updates VideoElement and videoProtocol logic to handle MPEG-TS streams, adds corresponding tests and mocks, and improves local settings for npm install.
21 lines
427 B
JSON
21 lines
427 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(find:*)",
|
|
"Bash(cat:*)",
|
|
"Bash(npm run build:*)",
|
|
"Bash(python check_srt.py:*)",
|
|
"Bash(python fix_srt.py:*)",
|
|
"Bash(python:*)",
|
|
"Bash(pnpm run build:lib:*)",
|
|
"Bash(npm run build:lib:*)",
|
|
"Bash(npm publish)",
|
|
"Bash(git push:*)",
|
|
"Bash(npm test:*)",
|
|
"Bash(npm install:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|