jessibuca
Version:
a h5 live stream player
49 lines • 1.2 kB
JSON
{
"name": "jessibuca",
"version": "4.0.0",
"description": "a h5 live stream player",
"main": "index.js",
"scripts": {
"build:demo": "pnpm run --filter demo build",
"build:ui": "pnpm run --filter jv4-ui build",
"build": "pnpm run build:ui && pnpm run build:demo",
"debug": "ts-node --project packages/demuxer/tsconfig.json packages/demuxer/src/debug-hls.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/langhuihui/jessibuca.git"
},
"keywords": [
"player",
"h5",
"livestream",
"ws",
"flv",
"hls",
"hdl",
"wasm",
"h265",
"h264",
"aac",
"ffmpeg"
],
"author": "dexter",
"license": "MIT",
"bugs": {
"url": "https://github.com/langhuihui/jessibuca/issues"
},
"homepage": "https://github.com/langhuihui/jessibuca#readme",
"devDependencies": {
"@playwright/test": "^1.49.1",
"@types/dom-mediacapture-transform": "^0.1.1",
"chrome-remote-interface": "^0.33.3",
"playwright": "^1.50.1",
"puppeteer-core": "^24.3.1",
"ts-node": "^10.9.2",
"tsx": "^4.19.2"
},
"dependencies": {
"@types/dom-webcodecs": "^0.1.8",
"@vicons/antd": "^0.13.0"
}
}