SoFlix Client
Overview
A Backbone.JS Client for viewing synchronized videos
- Create Video Rooms and Play Shared Videos
- Authenticate with Facebook
- Convert videos into different bitrate formats using AWS Elastic Transcoder
- Chat with Friends, Set up/revoke permissions
Screenshots




Prerequisites
- SoFlix Server - https://github.com/tewebsolutions/soflix-server
- Bower for Dependency Management
Setting up the app
- Checkout
git clone https://github.com/tewebsolutions/soflix-client && cd soflix-client - Run
bower installto download dependencies. - Download and setup SoFlix Server
- Set
CLIENT_PATHin soflix-server to current directory
References
- SoFlix Server - https://github.com/tewebsolutions/soflix-server