Skip to content

MoraGames/StreamingScheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License


StreamingScheduler

Service for schedule rtmp lives
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents

  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact

About The Project

Getting Started

To download and start using the library follow these simple:

Prerequisites

  • docker
  • docker-compose

Installation

git clone https://github.com/MoraGames/StreamingScheduler
cd StreamingScheduler

Usage

Let's now see how the library is used with some small examples of common use.

Run

docker-compose up -d

Use HTTPS

For use self-signed certificate run at the first run:

sudo chmod +x .config/traefik/cert-generator.sh
sudo ./.config/traefik/cert-generator.sh streamtv.it
sudo sed -i '/^127\.0\.0\.1\s/s/$/ '"traefik.streamtv.it"'/' /etc/hosts
sudo sed -i '/^127\.0\.0\.1\s/s/$/ '"auth.streamtv.it"'/' /etc/hosts

TODO

  • Example
  • Example2

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published