Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 0 additions & 25 deletions readme

This file was deleted.

39 changes: 39 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# o11-OTT-Streamer




### 📖 Key Points from the README
- **Project Name:** O11 OTT Streamer
- **Purpose:** A DRM-capable OTT streaming tool (mentions Widevine and PlayReady).
-
- **Installation Instructions:**
-
```bash
sudo apt-get update
cd /home
git clone https://github.com/DRM-Scripts/o11-OTT-Streamer
cd o11-OTT-Streamer
chmod 777 ./o11_streamer
./o11_streamer
```
- **Dashboard Access:**
After running, the dashboard is available at:
```
http://serverip:123
```
- **How-To Video:**
Linked tutorial: [Vimeo](https://vimeo.com/805017036) (note: author states they do not own this video).
- **Support:**
No official support is provided — the tool is offered *as-is*.

---

### 🧩 Notes
- The README emphasizes that this is a **community-driven streamer** with no guarantees or support.
- It’s designed for experimentation with OTT streaming workflows, not a polished commercial product.
- Mentions DRM technologies (Widevine, PlayReady), suggesting it’s intended for handling protected streams.

---