0.1.2 • Published 4 years ago

my-video-server v0.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

My Video Server

Installation

$ npm install my-video-server -g

Running the app

$ mvs -s settings.json

Settings

{
  "entries": [
    {
      "name": "video-a",
      "path": "your/video/path"
    },
    {
      "name": "video-b",
      "path": "your/other/video/path"
    }
  ]
}

License

MIT

Copyright (c) 2019-present, takumiao13