文件名称:peerflix-server:使用Web ui的Node.js的流媒体客户端
文件大小:411KB
文件格式:ZIP
更新时间:2024-02-23 19:28:58
nodejs javascript torrent bittorrent daemon
对等服务器 使用Web ui的Node.js流媒体客户端。 基于 ,受启发。 用法 npm install -g peerflix-server peerflix-server 在打开浏览器 请享用! 组态 您可以使用~/.config/peerflix-server/config.json文件配置该应用程序(默认情况下不存在)。 这些将传递到所有洪流实例。 这是一个覆盖默认值的示例: { " connections " : 50 , " tmp " : " /mnt/torrents " } 您还可以通过设置PORT环境变量来更改默认端口: PORT=1234 peerflix-server # or on windows SET PORT=1234 peerflix-server 应用程序将其当前状态(种子列表)存储在~/.config/peerflix-server/torrents.json 守护进程 如果你想运行peerflix-服务器作为后台进程,您可以使用它做: npm install -g forever forever start $( wh
【文件预览】:
peerflix-server-master
----.travis.yml(133B)
----server()
--------progressbar.js(480B)
--------engine.js(2KB)
--------index.js(6KB)
--------socket.js(3KB)
--------bin.js(883B)
--------stats.js(484B)
--------store.js(3KB)
--------ffmpeg.js(1KB)
--------.jshintrc(350B)
----package.json(2KB)
----REST.md(1KB)
----Docker.md(480B)
----test()
--------spec()
--------.jshintrc(647B)
----.bowerrc(44B)
----Dockerfile(509B)
----LICENSE(1KB)
----package-lock.json(263KB)
----capture.gif(333KB)
----Development.md(934B)
----app()
--------images()
--------404.html(3KB)
--------robots.txt(31B)
--------index.html(2KB)
--------views()
--------styles()
--------scripts()
--------favicon.ico(318B)
----Gruntfile.js(9KB)
----.npmignore(130B)
----.gitignore(577B)
----karma.conf.js(2KB)
----README.md(2KB)
----.jshintrc(410B)
----bower.json(497B)
----.editorconfig(415B)
----.gitattributes(38B)