From 67ded4844620921af0231356248dbebc0a30dc3e Mon Sep 17 00:00:00 2001 From: Ld-Hagen <34414986+Ld-Hagen@users.noreply.github.com> Date: Mon, 30 Aug 2021 18:59:18 +0300 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 777c2a1..c48a750 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ * Fix Opera html5 media content. * It script must be execute all times opera will fails on showing html5 media content. +* Now it also fixes WidevineCdm support for DRM video. You can try it on Vevo youtube channel for example. (Requires Chrome installation in /opt/google/chrome) ## Index @@ -21,11 +22,11 @@ 1. Clone this repo - ```git clone https://github.com/nicolas-meilan/fix-opera-linux-ffmpeg.git``` + ```git clone https://github.com/Ld-Hagen/fix-opera-linux-ffmpeg-widevine.git``` 2. Go to the repo root folder - ```cd ./fix-opera-linux-ffmpeg``` + ```cd ./fix-opera-linux-ffmpeg-widevine``` 3. Give execute permissions to the script file @@ -39,19 +40,19 @@ 1. Clone this repo - ```git clone https://github.com/nicolas-meilan/fix-opera-linux-ffmpeg.git``` + ```git clone https://github.com/Ld-Hagen/fix-opera-linux-ffmpeg-widevine.git``` 2. Create a **script** folder on your **home** - ```mkdir ~/.script``` + ```mkdir ~/.scripts``` 3. Copy the script into the **script** folder - ```cp ./fix-opera-linux-ffmpeg/fix-opera.sh ~/.script``` + ```cp ./fix-opera-linux-ffmpeg-widevine/fix-opera.sh ~/.scripts``` 4. Give execute permissions to the script file - ```chmod +x ~/.script/fix-opera-linux-ffmpeg/fix-opera.sh``` + ```chmod +x ~/.scripts/fix-opera.sh``` 5. Create an **alias** on the **.bashrc** file (Remember replace **** for your linux user) @@ -63,4 +64,4 @@ 7. Delete the repo - ```rm -rf ./fix-opera-linux-ffmpeg``` \ No newline at end of file + ```rm -rf ./fix-opera-linux-ffmpeg-widevine```