DEV Community

Fatih Yüksektepe
Fatih Yüksektepe

Posted on

LINUX ÜZERINDE OPERA BROWSER VIDEO OYNATMAMA SORUNU

Linux işletim sistemi üzerinde opera browser kullanıyorsanız bazı sayfalarda video oynatamama sorunu yaşabilirsiniz. Bu problemi gidermek için aşağıdaki işlemleri sırası ile uygularsanız sorun giderilmiş olacaktır.

Öncelikle sisteminize wget, unzipp ve git komutlarını aşağıdaki komut ile kurum

Debian tabanlı dağıtımlar için;
sudo apt install wget unzip git

Redhat tabanlı dağıtımlar için;
dnf install wget unzip git

bu komutları kurduktan sonra bir git deposunu klonlayacağız bunun için git komutunu aşağıdaki adresi vererek çalıştırın;
git clone https://github.com/Ld-Hagen/fix-opera-linux-ffmpeg-widevine.git

ardından indirdiğiniz dizinden
cd ./fix-opera-linux-ffmpeg-widevine dizinine geçiş yapın

scripti çalıştırmak için aşağıdaki komutu uygulayın, burada root yetkilerine ihtiyacınız olacağından sudo eklemeyi unutmayın.
sudo ./scripts/fix-opera.sh

şimdide ffmpeg eklentisini kurmak için aşağıdaki komutu çalıştırın
sudo ./install.sh

işlemler tamamlandıktan sonra bulunduğunuz dizinden çıkın dilerseniz indirdiğiniz dizini silebilirsiniz. Opera tarayıcısını yeniden başlatın artık video oynatabilirsiniz.

Billboard image

Use Playwright to test. Use Playwright to monitor.

Join Vercel, CrowdStrike, and thousands of other teams that run end-to-end monitors on Checkly's programmable monitoring platform.

Get started now!

Top comments (0)

Heroku

This site is powered by Heroku

Heroku was created by developers, for developers. Get started today and find out why Heroku has been the platform of choice for brands like DEV for over a decade.

Sign Up

👋 Kindness is contagious

Explore a sea of insights with this enlightening post, highly esteemed within the nurturing DEV Community. Coders of all stripes are invited to participate and contribute to our shared knowledge.

Expressing gratitude with a simple "thank you" can make a big impact. Leave your thanks in the comments!

On DEV, exchanging ideas smooths our way and strengthens our community bonds. Found this useful? A quick note of thanks to the author can mean a lot.

Okay