Add IPTV (.ts) stream support and tests
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.
This commit is contained in:
@@ -7,7 +7,11 @@
|
||||
"Bash(python check_srt.py:*)",
|
||||
"Bash(python fix_srt.py:*)",
|
||||
"Bash(python:*)",
|
||||
"Bash(pnpm run build:lib:*)"
|
||||
"Bash(pnpm run build:lib:*)",
|
||||
"Bash(npm run build:lib:*)",
|
||||
"Bash(npm publish)",
|
||||
"Bash(git push:*)",
|
||||
"Bash(npm test:*)"
|
||||
],
|
||||
"deny": [],
|
||||
"ask": []
|
||||
|
||||
Reference in New Issue
Block a user