ak-video
Version:
A library for playing RTSP&RTMP streams using WebRTC and MSE
23 lines (22 loc) • 415 B
JSON
{
"name": "ak-video",
"version": "1.0.5",
"description": "A library for playing RTSP&RTMP streams using WebRTC and MSE",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"video",
"RTSP",
"WebRTC",
"MSE"
],
"author": "yiwen",
"license": "MIT",
"files": [
"index.js",
"video-rtc.js",
"video-stream.js"
]
}