Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cskonopka authored Oct 21, 2024
1 parent 7283ac6 commit 090de15
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
<p align="center">
<img width="40%" height="40%" src="https://github.com/user-attachments/assets/e3551d8c-dce3-4b38-be46-631013c78e06"/>
<img width="25%" height="25%" src="https://github.com/user-attachments/assets/e3551d8c-dce3-4b38-be46-631013c78e06"/>
</p>

<p align="center"><em>Taking streaming to new heights!</em></p>

## What is this?
An automation project focused on streamlining the m3u creation process and stream scheduling using the Open Broadcast Software API & WebSockets. This project was put together to explore diy automated broadcasting for subcarrier.tv and inspired by a project from [cyberboy666](https://github.com/cyberboy666/obs_scheduler?tab=readme-ov-file).

<p align="left">
<img width="55%" height="55%" src="https://github.com/user-attachments/assets/004a37a7-f267-46a4-9684-e0a27ac535cd"/>
</p>

An automation project focused on streamlining the m3u creation process and stream scheduling using the Open Broadcaster Software API & WebSockets. This project was put together to explore diy automated broadcasting for [schwwaaa](https://schwwaaa.net/) & [subcarrier.tv](https://subcarrier.tv/). Influenced by [obs-scheduler by cyberboy666](https://github.com/cyberboy666/obs_scheduler?tab=readme-ov-file).

## How does it work?

Once the server is running, go to _http://localhost:9999_

<p align="left">
<img width="55%" height="55%" src="https://github.com/user-attachments/assets/8fc34706-f0a5-4173-8edd-3d831f032515"/>
<img width="85%" height="85%" src="https://github.com/user-attachments/assets/8fc34706-f0a5-4173-8edd-3d831f032515"/>
</p>

Place files in the drop zone or click "Upload Folder" to upload content manually
Expand All @@ -38,22 +38,20 @@ replay_video.mp4
Schedule your stream

<p align="left">
<img width="55%" height="55%" src="https://github.com/user-attachments/assets/4add66dd-4ce1-40cc-92eb-cea1b7e98b6b"/>
<img width="45%" height="45%" src="https://github.com/user-attachments/assets/4add66dd-4ce1-40cc-92eb-cea1b7e98b6b"/>
</p>


Once the stream is scheduled it will refresh the page and appear below
<p align="left">
<img width="55%" height="55%" src="https://github.com/user-attachments/assets/5298e22d-eb81-45ba-a1db-ef214a7f8e38"/>
<img width="85%" height="85%" src="https://github.com/user-attachments/assets/5298e22d-eb81-45ba-a1db-ef214a7f8e38"/>
</p>

A new OBS _scene_ is created with _VLC_ as a source when the scheduled time happens

<p align="left">
<img width="55%" height="55%" src="https://github.com/user-attachments/assets/a6431c57-c941-42f1-a0dd-163e2e46214e"/>
<img width="85%" height="85%" src="https://github.com/user-attachments/assets/d454c646-9b22-4338-b380-40ecb9721c73"/>
</p>


## Project setup

### Linux & MacOS
Expand Down

0 comments on commit 090de15

Please sign in to comment.