Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

player not working #27

Closed
ardadem opened this issue Jul 26, 2018 · 13 comments
Closed

player not working #27

ardadem opened this issue Jul 26, 2018 · 13 comments
Labels

Comments

@ardadem
Copy link

ardadem commented Jul 26, 2018

i installed from arch aur and player always get to me M7702-1003 error.

@ardadem
Copy link
Author

ardadem commented Jul 26, 2018

same with

qtwebflix --register-pepper-plugins="/usr/lib/qt/plugins/ppapi/libwidevinecdmadapter.so; application/x-ppapi-widevine-cdm"

btw

@gort818
Copy link
Owner

gort818 commented Jul 26, 2018

What distro are you running?

What version of qt5-webengine do you have installed?

@ardadem
Copy link
Author

ardadem commented Jul 26, 2018

arch os
qt5-webengine auto installed from dependency: https://www.archlinux.org/packages/extra/x86_64/qt5-webengine/

@gort818
Copy link
Owner

gort818 commented Jul 26, 2018

Hmm I cannot reproduce,
What version of qt5-webengine-widevine do you have installed?

@ardadem
Copy link
Author

ardadem commented Jul 26, 2018

here is the pkgbuild

pkgname=qt5-webengine-widevine
pkgdesc='A browser plugin designed for the viewing of premium video content'
pkgver=61.0.3163.100
_widevine_ver=1.4.8.1008
pkgrel=2
epoch=1
arch=('x86_64')
url='http://www.google.com/chrome'
license=('custom:chrome')
options=('!strip')
depends=('qt5-webengine')
source=(
"https://archive.archlinux.org/packages/c/chromium/chromium-${pkgver}-1-x86_64.pkg.tar.xz"
"https://dl.google.com/widevine-cdm/${_widevine_ver}-linux-x64.zip"
"chrome-eula_text.html::https://www.google.com/intl/en/chrome/browser/privacy/eula_text.html"
)
sha256sums=(
'5d4380308b3d5c2bc6e13d77090688ba00f0828f2777d83376d44038a6d0e2dd'
'fe04a5b56eac6674f1eda2c8eb28a0183ec1a66d80f72db618291e33078eb17d'
'SKIP'
)

package() {
install -Dm644 libwidevinecdm.so -t "$pkgdir/usr/lib/qt/plugins/ppapi/"
install -Dm644 usr/lib/chromium/libwidevinecdmadapter.so -t "$pkgdir/usr/lib/qt/plugins/ppapi/"
install -Dm644 chrome-eula_text.html -t "$pkgdir/usr/share/licenses/$pkgname/"
}

@gort818
Copy link
Owner

gort818 commented Jul 26, 2018

Ok that is the issue you should be on qt5-webengine-widevine 1:66.0.3359.181-1

@ardadem
Copy link
Author

ardadem commented Jul 26, 2018

well, that chrome version url down

@gort818
Copy link
Owner

gort818 commented Jul 26, 2018

Well that sucks, I will try and find a solution

@gort818
Copy link
Owner

gort818 commented Jul 27, 2018

Looks as if the releases of chrome do not ship libwidevineadapter, unforunatley qtwebengine needs that to play drm content.
as a work around you can download this https://dl.google.com/widevine-cdm/1.4.9.1088-linux-x64.zip
extract this file libwidevinecdm.so and place it /usr/lib/qt/plugins/ppapi/

@gort818
Copy link
Owner

gort818 commented Jul 27, 2018

I posted this on qt5-webengine-widevine aur package

Edit Nevermind that does not work
we can grab libwidevinecdmadapter.so.from here http://security.debian.org/debian-security/pool/updates/contrib/c/chromium-browser/chromium-widevine_66.0.3359.117-1~deb9u1_arm64.deb and l

libwidevinecdm.so from here https://dl.google.com/widevine-cdm/1.4.9.1088-linux-x64.zip

@gort818
Copy link
Owner

gort818 commented Jul 27, 2018

I found this we extract the libwidevinecdmadapter.so
https://www.slimjet.com/chrome/download-chrome.php?file=lnx%2Fchrome64_66.0.3359.181.deb

@gort818
Copy link
Owner

gort818 commented Jul 27, 2018

The package maintainer updated qt5-webengine-widevine. Should be good to go!

@gort818 gort818 closed this as completed Jul 27, 2018
@ardadem
Copy link
Author

ardadem commented Jul 27, 2018

Oh, thanks for help guys!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants