I downloaded Android VM Image (Android-x86 9.0-R2 Pie) and running it in VMWare on my windows computer. I want to use an app which provides streaming video. The app runs, however whenever I run any video it just returns an error. I can not debug the error, however I think it might be due to missing DRM on my VM image. See DRM Info Screenshot. Is there any possible way to add DRM in android VM ? Emulators like Blue Stacks have same problem too
Is it possible to add DRM in Android VM image
878 Views Asked by Mafioso At
1
There are 1 best solutions below
Related Questions in ANDROID
- Creating global Class holder
- Flutter + Dart: Editing name of a tab shows up a black screen
- android-pdf-viewer Received status code 401 from server: Unauthorized
- Sdk 34 WRITE_EXTERNAL_STORAGE not working
- ussd reader in Recket Native module
- Incorrect display of LinearGradientBrush in IOS
- The Binary Version Of its metadata is 1.8.0, expected Version is 1.6.0 build error
- I can't make TextInput to auto expand properly in Android
- Creating multiple instances of a class with different initializing values in Flutter
- How to create a lottie animation
- making android analyze with coverity sast tool
- Flutter plugin development android src not opening after opening example
- I initialize my ViewModel in the Activity with several fragments as tabs, but the fragments(tabs) return null for the updated livedata
- Node.js Server + Socket.IO + Android Mobile Applicatoin XHR Polling Error...?
- How I can use the shared preferences class?
Related Questions in VIRTUAL-MACHINE
- My server TCP doesn't receive messages from the client in C
- How do I fix VERR_INVALID_HANDLE (0X80004005) Error in VirtualBox?
- Why when I want to open a folder from Visual Studio Code does the screen go crazy?
- net.show command only shows my own ip not other devices
- Azure VM RDP doesn't require 'Virtual Machine Admin/User Login' roles despite what documentation says
- How to create a VM with proxmox API?
- Broken Windows Server, after crash of VM - CBS_E_SOURCE_MISSING
- Trouble Connecting USB Wireless Adapter via Bridged Adapter in VirtualBox for Kali Linux
- Using Maven to feed minikube on a VM
- New to llvm - trying to make the files but getting collect2: fatal error
- virStorageFileBackendFileRead Failed to open file '/dev/...': Permission denied
- How to run kubernetes on a virtual windows server 2019?
- Is it possible to connect to a Google Cloud VM using IPv6?
- Provide access to Azure Storage Account for all VMs in resource group
- In a Managed Application Azure Marketplace deployment template, if one of the resources is a VM, how can the vendor access the vm?
Related Questions in DRM
- Dashjs and persistence license, how to handle an expired/obsolete license sessionId on playback?
- shouldWaitForLoadingOfRequestedResource delegate method not getting called
- Assign fake MAC Address to Wireguard Virtual NIC?
- AVPlayer:While playing DRM video, sometimes the audio and video both are not visible but the seek bar continues progress
- Preventing users from recording playback videos in browser using NextJS
- How can I find the License Key for a stream?
- DRM session error java.lang.IllegalArgumentException: {}: BAD_VALUE
- How to setup a playlist in jwplayer?
- Preventing Screenshots and Screen Recording through DRMs?
- Does xBox in developer mode supports video DRM playback with SL2000 or SL3000 content?
- How to download Widevine encrypted m3u8 stream
- Preventing Screenshots and Screen Recording on Website written in React
- How can I plot an EC50 value onto my dose-response curve in R?
- How to Integrate RMSDK on IOS for DRM function
- Issue in playing fairplay video with avplayer
Related Questions in ANDROID-DRM
- Exoplayer: Failed to get vendor from drm plugin: -19
- Why modifying the device tree in uboot will cause subsequent access to the device tree to fail?
- Device Identifier in Android that does not change after device factory reset
- Getting 400 error response code when executing a provisioning request (https://www.googleapis.com/certificateprovisioning/v1/devicecertificates/create
- Genarate DRM server certificate
- SimpleExoPlayer in android not allowing to seek previous part of video
- MediaDrmStateException: Failed to handle key response: General DRM error
- DRM mode_set not called for second DSI panel
- How to get Widevine "DRM License Url" to play the video in ExoPlayer Android
- Is it possible to add DRM in Android VM image
- How to prevent apps that use internal sound recording from recording app sounds?
- Exoplayer shows blank screen when DRM session manager set to media source
- Unable to play DRM Video with React Native Video DRM Fork in Android
- Load Dash Manifest with DRM content with ExoPlayer
- How to handle multikey DRM with MediaDrm
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
DRM on an emulator or VM image is usually an issue for Android, or any system, as the more secure DRM's are linked to the HW or the trusted execution environment on the device itself.
Even if the emulator or VM will allow you leverage the underlying platforms built in DRM, e.g. PlayReady built into your Windows machine, this is not a particularly useful test as this is not how it will run on an actual Android device, if that type of testing is your goal.