Metadata-Version: 2.1
Name: prestream
Version: 0.1
Summary: Interactive script for streaming with yt-dlp and ffmpeg.
Home-page: https://x.com/Lanaev0li
Author: Avinion Group
Author-email: shizofrin@gmail.com
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: yt-dlp
Requires-Dist: ffmpeg-python

# Prestream

`prestream` is a Python script for streaming video online or offline using `yt-dlp` and `ffmpeg`. It allows users to choose between online and offline streaming methods and specify various streaming formats.

## Installation

To install `prestream`, you can use pip:

```bash
pip install prestream

Usage
After installation, you can use the prestream command to start the script. The script will prompt you to choose between online or offline streaming methods, enter the required details, and start the streaming process.

Online Streaming

1.Choose the online streaming method.
2.Enter the format for -f (e.g., 720p, mp4-1080p).
3.Provide the video source URL.
4.Enter the URL for the online stream.
5.Enter the stream key.


Offline Streaming

1.Choose the offline streaming method.
2.Enter the path or name of the video file.
3.Provide the URL for the stream.
4.Enter the stream key.


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