Skip to content

Server that extracts MP3 files for YouTube videos which have been selected through an android app.

Notifications You must be signed in to change notification settings

fahadzafar/ServerYouMp3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#YouMp3Server

#Goal of the App:

This app strips the MP3 audio off any YouTube video selected through an android app. The YouTube videos are displayed in a visual list with image + title, and can be played from within the app. Once the request for mp3 extraction is submitted, the app will also download the resulting mp3 file to the phone.

#Description:

It requires a server running at the backend that does the extraction and places the MP3 into a Parse table that can be downloaded from the app. The design of this entire application can be seen here.

The server works using a passive approach, saves on a lot of money and dont need to use AWS 24/7. The server can run on any laptop, desktop and AWS (even all at the same time) and is multi-threaded with full asynchronous compute. This server also auto adjusts pool timing whenc checking the work request queue and can alter pooling time based on usage. It runs "youtube-dl" to extract the audio, then updates the audio-strip request to allow the app to pick up the audio from the online datastore.

The Parse data tables that store the MP3 extraction request can be seen here.

The table where the MP3 is stored after extraction can be seen here.

App code for this YouMp3 app can be found here.

#Code Review:

Fore more images about the app go here.

Note: Parse will be discontinued after January 2017, this app+server will not be migrated.

About

Server that extracts MP3 files for YouTube videos which have been selected through an android app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages