文件名称:node-media-server:Node.js媒体服务器VOD HLS DRM
文件大小:39KB
文件格式:ZIP
更新时间:2024-06-02 08:05:37
mp4 hls vod flv mediaserver
节点媒体服务器 Node.js媒体服务器/ VOD / HLS / DRM 安装 git clone https://github.com/gkozlenko/node-media-server.git cd node-media-server npm install 配置 Config位于config/index.js文件中。 const config = { // Host and port for bidding host : '0.0.0.0' , port : 3000 , // Path to static files publicPath : path . resolve ( './public' ) , // Path to video files mediaPath : path . resolve ( './m
【文件预览】:
node-media-server-master
----.gitignore(25B)
----media()
--------.gitignore(14B)
----components()
--------movie.js(3KB)
--------errors.js(715B)
--------worker.js(359B)
--------indexer.js(2KB)
----.eslintrc(2KB)
----package.json(1KB)
----package-lock.json(90KB)
----.travis.yml(176B)
----LICENSE(1KB)
----public()
--------robots.txt(26B)
--------crossdomain.xml(119B)
----index.js(3KB)
----FUNDING.yml(80B)
----README.md(2KB)
----workers()
--------indexer.js(2KB)
--------web.js(1KB)
----config()
--------index.js(2KB)
----index()
--------.gitignore(14B)
----routes()
--------vod()
--------index.js(983B)
----test()
--------tests.js(58B)
----logs()
--------.gitignore(14B)
----.editorconfig(222B)