/Glitch

A video Streaming Service

Primary LanguagePython

Glitch

Video Streaming Web Application by Torrent

Our platform revolutionizes the way you watch your favorite movies, TV shows, documentaries, and more. With a user-friendly interface and cutting-edge technology, Glitch ensures a superior streaming experience.

Start watching your torrent videos immediately without the need to download large files. Our advanced technology allows for smooth and buffer-free playback.

You upload your torrent file and the video streaming will begin.

Installation

linux:

Installing Fastapi and uvicorn :

$ pip3 install fastapi
$ pip install fastapi uvicorn aiortc

Installing mysql:

$ sudo pip3 install mysql
$ sudo apt-get install python3-mysqldb
$ sudo apt-get install python3-dev default-libmysqlclient-dev

Installing SQLAlchemy:

$ pip3 install SQLAlchemy

Usage:

First clone the repository from Github and switch to the new directory:

$ git remote clone https://github.com/MonaaEid/Glitch
$ cd /glitch

run the server: $ uvicorn app.index:app -- reload

Contributing

Mona Eid