Coder Social home page Coder Social logo

streamix's Introduction

Streamix

Live Demo

Overview

Streamix is a single page application inspired by the popular cross-platform streaming app, Netflix. Home Page

Features

  • Sign in/Sign up
  • Profile Management
  • Library of all Medias
  • Browse by Genre
  • Modal for Medium Details
  • Video Player

Technical Details

Using AWS Elastic Transcoder and Lambda Function

Uses the AWS Elastic Transcoder pipeline to transcode all videos to web-safe formats and to collect thumbnail images from each video. Elastic Transcoder only allows for one video to be transcoded at a time. To automate this process, a trigger event was attached to the S3 bucket where videos would be uploaded to. When the event is triggered, an AWS Lambda function will take the video and trigger the Elastic Transcoder's pipeline to automatically transcode any videos and upload them to the production S3 bucket.

Check out the AWS Lambda Function.

Users can Sign In or Sign Up

Employed the BCrypt ruby gem to hash map and salt all passwords for secure sign in and sign up.

Session

Profile Management

Users are given the capability to manage multiple profile accounts. Using a CRUD-based architecture, profiles can be reviewed, created, edited, or deleted.

Profile Mangement

Users can choose an avatar for each profile.

The form for adding a profile and editing a profile is a reusable component and will switch based on the route the user is on. Profile Edit Form

Reusable Navigation Bar Component

The same navigation bar is used across all pages, but will render something different based on the current path that the user is on.

Home Profile

Library of Mediums

Each profile has a library of mediums/videos that are shared amongst all other profiles. By sharing the mediums, this limits the amount of ajax requests made to the backend. Profile users are also allowed to switch profiles through the navigation bar. Each medium is listed under a genre and uses a carousel to navigate through the list of mediums under that genre.

Library

Browse by Genre

Using the navigation bar's browse menu, users can browse videos by genre. Genre Show

TODO: MVPs
  • Get streamix up and running

streamix's People

Contributors

shwhang avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.