Hi Guys
can't get example running.. my steps
- clone repo
- cd examples
- npm install
- node server
- browse to http://localhost:3000 (page comes up.. looks like it will work but...)
- click 'create a room', fill in name and description and hit 'create'... get error in console
POST http://localhost:3000/js-cast/stream/?id=4880723746027797&chunk=1 404 (Not Found)
- also noted that http://localhost:3000/channels returns an empty array ([])
did I miss something or is example broken?
Hi Guys
can't get example running.. my steps
POST http://localhost:3000/js-cast/stream/?id=4880723746027797&chunk=1 404 (Not Found)
did I miss something or is example broken?