Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jerryblessed/streamright

A video streaming and video compression software
https://github.com/jerryblessed/streamright

flask sqlite youtube

Last synced: about 21 hours ago
JSON representation

A video streaming and video compression software

Awesome Lists containing this project

README

        

# 🎥 Stream Right

Stream Right is a versatile platform that offers video compression services along with live streaming, blogging, and article uploading capabilities. It aims to provide users with a seamless experience for sharing content, even in low-internet conditions.

## Features

- **Live Streaming:** Users can conduct live streams efficiently.
- **Blogging:** Post articles and blogs to share insights and information.
- **Article Uploading:** Upload articles for sharing and dissemination.
- **Video Compression:** Compress videos to reduce file size for easier sharing or storage.
- **Authentication:** Secure login system with email verification for account activation.

## Installation

Clone the repository:

```bash
git clone https://github.com/jerryblessed/streamright.git
```
pip install -r requirements.txt

Install dependencies:

bash
```
pip install -r requirements.txt
```
Run the application:

```
python app.py
```
Access the application in your web browser at http://localhost:5000
Access the compression repo in your web browser at https://github.com/matchamoon/tsubasa

Usage
Sign up for an account and verify your email address.
Log in to access the dashboard.
Upload video links for streaming or content sharing.
Post articles or blogs for dissemination.
Utilize the video compression feature for reducing file sizes.
Contributing
Contributions are welcome! If you have any ideas for improvement or encounter any issues, please open an issue or submit a pull request.

License
This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments
We would like to thank the Flask community for their excellent web framework.