All Projects β†’ Anu1601CS β†’ flex-originals

Anu1601CS / flex-originals

Licence: GPL-3.0 license
🎧 A video and audio streaming web application

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to flex-originals

Qmplay2
QMPlay2 is a video and audio player which can play most formats and codecs.
Stars: ✭ 310 (+761.11%)
Mutual labels:  video-player, audio-player
Media player
An flutter media player to make media streaming apps effortlessly! read getting started tutorial on https://medium.com/@tamhanekar.siddhesh95/integrate-media-player-into-your-flutter-application-23040213f0c9
Stars: ✭ 45 (+25%)
Mutual labels:  video-player, audio-player
Vue Plyr
A Vue component for the plyr (https://github.com/sampotts/plyr) video & audio player.
Stars: ✭ 531 (+1375%)
Mutual labels:  video-player, audio-player
dart vlc
🎞 Flutter audio / video playback, broadcast & recording library for Windows & Linux.
Stars: ✭ 439 (+1119.44%)
Mutual labels:  video-player, audio-player
React Jplayer
Html5 audio and video player library for React
Stars: ✭ 128 (+255.56%)
Mutual labels:  video-player, audio-player
tutorials-hg1
These tutorials demonstrate the usage of the Harfang API
Stars: ✭ 12 (-66.67%)
Mutual labels:  video-player, audio-player
Mpv.net
🎞 mpv.net is a modern media player for Windows that works just like mpv.
Stars: ✭ 737 (+1947.22%)
Mutual labels:  video-player, audio-player
angular-youtube-player
Simple youtube player created with angular and typescript. See demo.
Stars: ✭ 35 (-2.78%)
Mutual labels:  video-player, web-application
Sbplayerclient
ζ”―ζŒε…¨ζ ΌεΌηš„macη‰ˆθ§†ι’‘ζ’­ζ”Ύε™¨
Stars: ✭ 110 (+205.56%)
Mutual labels:  video-player, audio-player
Nymphcast
Audio and video casting system with support for custom applications.
Stars: ✭ 2,010 (+5483.33%)
Mutual labels:  video-player, audio-player
Celluloid
A simple GTK+ frontend for mpv
Stars: ✭ 541 (+1402.78%)
Mutual labels:  video-player, audio-player
Lofi
πŸŽ΅πŸ”‰ A mini Spotify player with WebGL visualizations.
Stars: ✭ 583 (+1519.44%)
Mutual labels:  spotify, audio-player
Abmediaview
Media view which subclasses UIImageView, and can display & load images, videos, GIFs, and audio and from the web, and has functionality to minimize from fullscreen, as well as show GIF previews for videos.
Stars: ✭ 79 (+119.44%)
Mutual labels:  video-player, audio-player
Web
Angular6 music player to search and play YouTube, SoundCloud and Mixcloud tracks
Stars: ✭ 156 (+333.33%)
Mutual labels:  video-player, audio-player
Obscurify
Find out more about your music taste and compare it to others' with Obscurify
Stars: ✭ 200 (+455.56%)
Mutual labels:  spotify, web-application
YoutubeDownloader
A Music downloader with Spotify integration for automatic metadata application. [Depricated]
Stars: ✭ 13 (-63.89%)
Mutual labels:  spotify
Discord-Spotify-RPC
Spotify Rich Presence for Discord made in NodeJS
Stars: ✭ 48 (+33.33%)
Mutual labels:  spotify
UofT-Timetable-Generator
A web application that generates timetables for university students at the University of Toronto
Stars: ✭ 34 (-5.56%)
Mutual labels:  web-application
workflUX
An open-source, cloud-ready web application for simplified deployment of big data workflows.
Stars: ✭ 26 (-27.78%)
Mutual labels:  web-application
fastly
Fastly API client for Node.js
Stars: ✭ 70 (+94.44%)
Mutual labels:  cdn

Chat Chat

Flex Originals

Demo

Microservice Architecture of project

Flex Originals is an opensource project. Contributions are welcome

Features

  • 🀟 No Bootstrap Components Frameworks - Written in Vue.js for client and React.js for admin and own design scss styles.
  • πŸ“Ό Video & Audio & Image - Share your video, audio and images.
  • πŸ’ͺ Accessible - full support for VTT captions and screen readers
  • πŸ”§ Theme - Dark and Light theme.
  • 😎 Clean HTML - uses the right elements. <input type="range"> for volume and <progress> for progress and well, <button>s for buttons. There's no <span> or <a > button hacks
  • πŸ“± Responsive - works with any screen size
  • πŸ’΅ Monetization - make money from your videos
  • πŸ“Ή Streaming - streaming playback
  • πŸŽ› API - toggle playback, volume, seeking, and more through a standardized API
  • πŸ”Ž Fullscreen - supports native fullscreen with fallback to "full window" modes
  • ⌨️ Shortcuts - supports keyboard shortcuts
  • πŸ–₯ Picture-in-Picture - supports picture-in-picture mode
  • πŸ“± Playsinline - supports the playsinline attribute
  • 🏎 Speed controls - adjust speed on the fly
  • πŸ“– Multiple captions - support for multiple caption tracks
  • πŸ‘Œ Preview thumbnails - support for displaying preview thumbnails
  • πŸ’β€β™€οΈ SASS - to include in your build processes

Road Map

  1. Improve UI
  2. Improve Server
  3. Improve CDN
  4. Improve Players Video & Audio
  5. Add redis
  6. Add video and audio processing.
  7. Make distributed server.

Project Setup & Scripts

  1. ffmpeg
  2. Ngnix Server
  3. Docker & Compose
  4. MongoDB

You can run the following scripts with yarn or npm like yarn install

Script Description
install Project setup
dev Compile and start development server with hot-reload
build Compile and minify for production
prod Start production server
lint Run eslint for the entire project
test Run all tests
test:watch Start tests in watch mode

Project Setup

Node

  • Node installation on Windows Just go on official Node.js website and download the installer. Also, be sure to have git available in your PATH, npm might need it (You can find git here).

  • Node installation on Ubuntu You can install nodejs and npm easily with apt install, just run the following commands. $ sudo apt install nodejs $ sudo apt install npm

  • Other Operating Systems You can find more information about the installation on the official Node.js website and the official NPM website. If the installation was successful, you should be able to run the following command.M
    $ node --version

    $ npm --version If you need to update npm, you can make it using npm! Cool right? After running the following command, just open again the command line and be happy.
    $ npm install npm -g

MongoDB Project Setup

Follow this to install MongoDB in your computer.

official MongoDB website

INSTALLING COMPASS

  • You can install compass using the install_compass script packaged with MongoDB:
    $ ./install_compass This will download the appropriate MongoDB Compass package for your platform and install it.

FFmpeg Project Setup

  • Download a static build.
  • Use 7-Zip to unpack it in the folder of your choice.
  • Open a command prompt with administrator's rights. NOTE: Use CMD.exe, do not use Powershell! The syntax for accessing environment variables is different from the command shown in Step 4 - running it in Powershell will overwrite your System PATH with a bad value.
  • Run the command (see note below; in Win10, you might want to use the Environmental Variables area of the Windows Control Panel to update PATH): setx /M PATH "path\to\ffmpeg\bin;%PATH%".Do not run setx if you have more than 1024 characters in your system PATH variable.
  • Installing FFmpeg in Ubuntu

    sudo apt-get update
    sudo apt-get install ffmpeg sudo apt-get install frei0r-plugins

Contributing

  • Open issues πŸ’₯
  • Raise PRs for issues βœ‹
  • Fork the repo and star it ⭐
    image
  • Clone the repo : https://github.com/NJACKWinterOfCode/flex-originals.git
  • Run : npm install
  • To start development mode run: npm run dev
  • For production run in docker sudo docker-compose up --build -d with nginix server to reverse proxy to ports use this settings.

Copyright (c) 2019, Anurag Kumar Anurag Kumar

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].