1
Fork 0
poke/videobundler
2024-06-24 00:26:57 -04:00
..
.env.example Added concurrency 2024-06-22 18:02:30 -04:00
.gitignore Fixed bug where video would get corrupted over not correctly getting id 2024-06-23 14:34:36 -04:00
main.py Added video streaming 2024-06-24 00:26:57 -04:00
README.md Updated videobundler to add concurrency and caching 2024-06-23 12:21:01 -04:00

poke-videobundler

Takes 2 input streams, downloads them, and spits out a combined file.

Installation

  1. Make sure ffmpeg, wget, and Python 3 are all installed.
  2. Download the program files to your computer - main.py and .env.example.
  3. Run python3 -m pip install flask python-dotenv waitress.

Configuration

  1. Run mv .env.example .env, even if you don't want to configure anything.
  2. Edit and fill in the values if needed.

Usage

  1. python3 main.py.
  2. If everything went well, you shouldn't see any output at launch.
  3. You will now be able to call the server at the configured port.

Endpoints

  • /: Will return {success:true} if alive.
  • /[ANYTHING]?id=VIDEO_ID&audio_itag=AUDIO_ITAG&video_itag=VIDEO_ITAG: Starts the merging process. ID is the youtube video ID, and itags are self explanatory. As a response, you will get a job ID that you will be able to use in future requests to query the video or its status. When this process is finished, the inactive autodelete counter will start, which will allow you to fetch the video until the countdown is over.

Replace [ANYTHING] with absolutely anything, however it has to be unique to the request. Preferably use an UUID