17 May ‘14
Yippee! I installed streaming system on my Ubuntu VM!
A few observations:
- I need not have installed everything listed in requirements.txt on my own, ‘make serve’ does all that on its own. #LessonLearnt
- I got a couple of ImportErrors in ‘from …. import data’ type of statements. I had to comment them out, which made it work fine.
- You need to register a fake flumotion encoder AFTER the server is running
- Comment out “localips” in config.json and config.private.json, both to get the server to run properly. You may need to restart your server after doing this step.
Next step:
- Add a ‘Report Bug’ button on the frontend.