0.1.2 • Published 3 years ago

video-http-server v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

video-http-server

video-http-server 是一个命令行工具,在任意目录启动一个服务,用以通过浏览器查看目录下的视频文件.

asciicast

安装

npm install -g video-http-server
# or
yarn global add video-http-server

使用

vhs
# or
video-http-server

参数

  • --root 指定浏览的根目录,默认为当前目录./,传递相对于当前目录的相对路径
    • vhs --root=[paht]
    • vhs [path]
  • --port,-p 指定要监听的端口,默认为9011
    • vhs --port=9000
  • --host,-h 指定要使用的 url 或者 ip,默认为0.0.0.0
  • --version 显示版本号
  • --help 显示帮助信息