#
widevine
Here are 39 public repositories matching this topic...
CicadaPlayer is the player core of AliPlayer, which support multiple platform Android, iOS, macOS, Windows, Linux, and WebAssembly for now. The goal is providing a player core which support multi platform, hardware accelerator, customizable and extensible features. Which support WideVine drm and LHLS.
-
Updated
Jul 13, 2021 - C++
An Electron Based Web Video Services Player. Supporting Netflix, Youtube, Twitch, Floatplane, Hulu And More
electron
windows
macos
linux
youtube
twitch
snap
desktop
netflix
entertainment
widevine
hulu
floatplane
netflix-desktop
-
Updated
Jul 13, 2021 - JavaScript
Patched Netflix App for Android enabling Widevine L1 allowing not certified devices to play HD
-
Updated
Jul 28, 2020 - Shell
The Ultimate Widevine Content Ripper (KEY Extract + Download + Decrypt)
-
Updated
Jun 8, 2021 - Python
Widevine MPD Content Downloader & Decryptor
-
Updated
May 6, 2021 - Python
How to install Widevine on Chromium on Linux; how to watch Netflix on Chromium Ubuntu or Debian
-
Updated
Aug 21, 2020 - Shell
Community-mantained repository to watch unifi TV legally on IPTV clients capable of playing Widevine-protected content
mpeg-dash
m3u8
widevine
iptv
unifi-playtv
unifi-tv
widevine-url
malaysia-tv
widevine-hls
widevine-iptv
-
Updated
Aug 17, 2021 - EJS
Few of the resources from flutter plugin video_player
-
Updated
Jun 21, 2020 - Dart
A proxy library between Chromium browser and WidevineCDM library.
-
Updated
Aug 22, 2020 - C++
Pluggable JavaScript web player
youtube
hls
google-analytics
html5-video
dash
drm
smooth
html5-audio
flash-player
widevine
fairplay
adobe-analytics
html5-video-player
google-ima
playready
comscore
google-ima-html5
meister
conviva
yospace
-
Updated
May 8, 2021 - JavaScript
An article on why Googles WideVine DRM should not be used.
article
gplv3
widevine
md
txt
gpl3
drm-restrictions
degoogle
degoogle-your-life
widevine-drm
degoogled
degoogling
anti-drm
-
Updated
May 12, 2021 - HTML
a decompilation of NAP36 the widevine removal software for amz and nf used by p2p groups until it stoped working due to it using expired cdm keys
-
Updated
Aug 9, 2021 - Python
Playing a DRM content in Exoplayer
kotlin
kotlin-android
exoplayer
drm
widevine
mpd-config
exoplayer-demo
android-example
exoplayer2
dash-plugin
exoplayer-video
dash-video
drm-free
drm-player
exoplayer-kotlin
exoplayer-drm
-
Updated
Aug 16, 2021 - Kotlin
Reverse engineering of SFR TV DRM (all channels decrypted)
-
Updated
Jul 28, 2021 - JavaScript
Improve this page
Add a description, image, and links to the widevine topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the widevine topic, visit your repo's landing page and select "manage topics."
Problem
We have quite a few models and we have to generate the hashcode, equals and toString whenever we decide to update them.
Potential Solution
Introduce
Auto-Valueto have our model classes auto-generated with hashcode, equals and toString whenever we perform a build.Impact
Less maintenance when adding a new field to a model.