h264-nalu-parser
Version:
A parser for H264 NAL unit streams.
29 lines (28 loc) • 593 B
JSON
{
"name": "h264-nalu-parser",
"version": "1.0.0",
"description": "A parser for H264 NAL unit streams.",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"prepare": "tsc"
},
"keywords": [
"mpeg",
"ts",
"h264",
"mpeg-ts",
"demux",
"video"
],
"author": "Logan R. Kearsley",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/gliese1337/HLS.js.git"
},
"bugs": {
"url": "https://github.com/gliese1337/HLS.js/issues"
},
"homepage": "https://github.com/gliese1337/HLS.js/nalustream#readme"
}