vid-streamer
vid-streamer copied to clipboard
Error with the config
Hi, I am a newbie on nodejs. I have a project on VOD and streaming platform. I were trying to hanlde your work but i got some mistake i can make the module to works it is asking the config file i am under Ubuntu
Do i need to download to module in the directory ???
My direcory look like this:
Myapp(the folder cloned on yours) { -->config -->nodes_modules ->index.js }
can you explain me more it is project for school?
I'm not sure what your problem is, but it's probably either
- You haven't got all required modules installed. If you used npm it should be fine, but if you cloned the repo from Github you may be missing things.
- You haven't renamed
vidStreamer-sample.json
tovidStreamer.json
(in the module's config directory). See the readme for more on this.
HTH