psieg / Lightpack

Lightpack and Prismatik open repository
GNU General Public License v3.0
1.57k stars 188 forks source link

Prismatik stopped capturing Netflix & HboGO in Opera. Youtube works fine #501

Open theyv opened 2 years ago

theyv commented 2 years ago

In chrome both netflix and hbo go works fine. I tried to change capture source in settings with no luck. Any possibilities to fix this?

cheers

six-shooter commented 2 years ago

For me, it doesn't work in chrome. have not tried any other browsers

FluffyDiscord commented 2 years ago

its DRM, probly no way around it, no screen capture works, you would need to capture it with some capturing card/device in the middle

psieg commented 2 years ago

Yeah, because of DRM it's actively being blocked from being captured. Maybe one of the suggestions in #470 works?

FluffyDiscord commented 2 years ago

470 doesn't work any longer so that's it. The "workaround" is to download your movie/series and watch it offline in your own player

theyv commented 2 years ago

@six-shooter @psieg @FluffyDiscord i figured some "workaround" With this chrome version:79.0.3945.117 netflix works fine. Sadly HBO MAX doesn't work (says "unsupported browser"), but with this user agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.82 Safari/537.36 it works fine. But we can't change user agent with extensions, it would not work. You must do it this way:

  1. Right Click Anywhere in Webpage > Inspect (Alternatively, you can use CTR+Shift+I on Windows, Cmd + Opt +J on Mac.)
  2. Choose More Tools > Network Conditions
  3. Uncheck Select Automatically Checkbox
  4. select custom and type useragent I given you (or any newest, just check it here if it not work https://www.whatismybrowser.com/guides/the-latest-user-agent/chrome)
  5. go to https://play.hbomax.com/ (make sure that you are not refreshing the "unsupported device" subpage)
jorgemario7 commented 2 years ago

I had the same problem and fix it by downloading Netflix app and updating drivers using outbyte driver updater. The app is better you will get higher video resolution compared to the browser and also surround sound, something that browsers lack.

theyv commented 2 years ago

@jorgemario7 for me the netflix windows app doesn't work with prismatik :(

wt., 5 kwi 2022 o 06:02 jorgemario7 @.***> napisał(a):

I had the same problem and fix it by downloading Netflix app and updating drivers using outbyte driver updater. The app is better you will get higher video resolution compared to the browser and also surround sound, something that browsers lack.

— Reply to this email directly, view it on GitHub https://github.com/psieg/Lightpack/issues/501#issuecomment-1088243806, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADD6SNFABYKNJIB5EWCBEUTVDO3OJANCNFSM5GTOM75Q . You are receiving this because you authored the thread.Message ID: @.***>

jorgemario7 commented 2 years ago

I followed this tutorial to install and configure Arduino and Prismatik

Video Tutorial https://www.youtube.com/watch?v=juC-3imLoTQ&t=266s

Adalight Code

https://github.com/Wifsimster/adalight_ws2812

I used to have arduino nano Chinese version, it gave me a lot of issues and it stop working so I got the original and I am happy with it and works better.

Install FTDI drivers

https://ftdichip.com/drivers/vcp-drivers/

Update all drives by going to your manufacturers website and under support - drivers - scan your system, and update your pc.

Run windows update

Since I build my own pc I used Outbyte Driver updater to update my system.

When it stops working or have USB issues Under Control Panel - Device Manager - Universal Serial Bus controllers. Uninstall (do not delete): •Usb serial converter •Usb 3.0 (if you are using usb 3 to connect your arduino)
•Usb device Descriptor Request Failed No need to close Prismatik, do not reboot pc.

•Disconnect arduino usb from pc •Unplug Arduino power supply. Wait few seconds and reconnect arduino power supply and reconnect usb to pc Let pc install the best drivers for you pc. This works for windows 10 & 11.

I hope this helps