From 37d28a2b250da950f03f66fccae244e0a8c17905 Mon Sep 17 00:00:00 2001 From: Md Sohag Rana Date: Sun, 16 Nov 2025 18:44:54 +0600 Subject: [PATCH 1/3] Revise README with key points and installation steps Updated README to include key points, installation instructions, and notes about the project. --- readme | 54 ++++++++++++++++++++++++++++++++---------------------- 1 file changed, 32 insertions(+), 22 deletions(-) diff --git a/readme b/readme index fa71442..fc1a2d8 100644 --- a/readme +++ b/readme @@ -1,25 +1,35 @@ -#################### -# 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. + +--- -# Install Instrustions - 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 - -http://serverip:123 - -# How To - -Video: https://vimeo.com/805017036 - I do not own this video - -# Support - -There is none, provided as is. From 3e0080e9cc82918423c0e22dcefcb0f4a8a01124 Mon Sep 17 00:00:00 2001 From: Md Sohag Rana Date: Sun, 16 Nov 2025 18:45:20 +0600 Subject: [PATCH 2/3] Add project name and purpose to README --- readme | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme b/readme index fc1a2d8..7e26a12 100644 --- a/readme +++ b/readme @@ -1,5 +1,6 @@ +# o11-OTT-Streamer + ---- ### πŸ“– Key Points from the README - **Project Name:** O11 OTT Streamer From 50c0358abd90737ed5b706a9e5b1088bc461f41b Mon Sep 17 00:00:00 2001 From: Md Sohag Rana Date: Sun, 16 Nov 2025 18:45:56 +0600 Subject: [PATCH 3/3] Update and rename readme to readme.md --- readme => readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename readme => readme.md (97%) diff --git a/readme b/readme.md similarity index 97% rename from readme rename to readme.md index 7e26a12..70d7b31 100644 --- a/readme +++ b/readme.md @@ -2,10 +2,13 @@ + ### πŸ“– Key Points from the README - **Project Name:** O11 OTT Streamer -- **Purpose:** A DRM-capable OTT streaming tool (mentions Widevine and PlayReady). +- **Purpose:** A DRM-capable OTT streaming tool (mentions Widevine and PlayReady). +- - **Installation Instructions:** +- ```bash sudo apt-get update cd /home