Giter Site home page Giter Site logo

obs_scheduler's Introduction

obs_scheduler

a simple webserver for scheduling obs broadcasts from m3u8 playlists

this app uses pythons flask to server a web interface for scheduling obs broadcasts using websockets.

you can set a start_time, end_time and path to playlist file - then provided obs is running and websockets are enabled at start time obs will load the playlist and start streaming it (on a loop) until the given end time

a program times list is also generated with starting times of each video in the playlist

image

NOTE: This project was quickly put together to explore diy automated broadcasting for subcarrier.tv - it is shared only to inspire / encourage others

how to run

  • install python3 on your computer (i think you may need 3.9 or higher ?)
  • clone this repo git clone https://github.com/cyberboy666/obs_scheduler.git and then cd obs_scheduler into the folder

if you want to install virtual envirnment:

sudo apt-get install python3-venv
python3 -m venv venv
source venv/bin/activate
  • install dependancies: pip3 install -r requirements.txt
  • open OBS and enable web-sockets (tools -> websocket server settings -> enable websocket server) and set port:4444 and password your_password - or update obs_scheduler.py with port/password used here
  • run the program: python3 obs_scheduler.py
  • go to http://localhost:5000 to veiw the interface

obs_scheduler's People

Contributors

cyberboy666 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.