LeFroid / Viper-Browser

A lightweight Qt5 web browser using QtWebEngine
GNU General Public License v3.0
217 stars 21 forks source link

Playback #14

Closed anarchotaoist closed 3 years ago

anarchotaoist commented 3 years ago

There is no video media playback available in various platforms e.g no video playback in Odysee.com nor Twitter.

nb Cannot login to Youtube.com account either.

LeFroid commented 3 years ago

What operating system are you using? What version of Qt and Qt WebEngine is being used on the host OS?

Have you tried changing the default user agent? Not so sure about Twitter, but I believe that Google/Youtube blocks certain UAs such as QtWebEngine. This works for me, FWIW:

Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.144 Safari/537.36

The user agent can be set to the above value, or anything else, from the Tools -> User Agents menu

anarchotaoist commented 3 years ago

Hello, Thanks for the reply and suggestion. I implemented the User Agent (I think - see attached pic) but it does not seem to make any difference. viper

Operating System: Kubuntu 20.10 KDE Plasma Version: 5.19.5 KDE Frameworks Version: 5.74.0 Qt Version: 5.14.2 Kernel Version: 5.8.0-38-generic OS Type: 64-bit Processors: 8 × Intel® Core™ i7-7820HQ CPU @ 2.90GHz Memory: 31.2 GiB of RAM Graphics Processor: Mesa Intel® HD Graphics 630

LeFroid commented 3 years ago

Sorry for the delayed response. Have you activated the user agent after registering it with the web browser? Like so: image

LeFroid commented 3 years ago

Closing- if you still have an issue after enabling the user agent (see above), please contact me.