becc9efc7f
Introduced detection and support for MPEG-TS (.ts) IPTV streams in videoProtocol, updated documentation and examples to reflect IPTV support, and added comprehensive tests for protocol detection. Mock implementations for flv.js and hls.js were added for testing, and vitest config now aliases these libraries to their mocks.
20 lines
398 B
JSON
20 lines
398 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:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|