Windows error 0x8007023F, -2147024321

Detailed Error Information

APP_INIT_FAILURE[1]

MessageThe application was unable to start correctly (0x%lx). Click OK to close the application.
Declared inwinerror.h
HRESULT analysis: flags: S; facility: 7 (FACILITY_WIN32); error: 575 (more)

Questions

1vote
1answer

Issue with PlayReady in Windows 10

I have an issue running PlayReady protected streams in my UWP app. When I set the source on a MediaElement it fails with this error: MF_MEDIA_ENGINE_ERR_SRC_NOT_SUPPORTED : HRESULT - 0x8007023F I have tried the official samples from MS (https://code.msdn.microsoft.com/windowsapps/PlayReady-samples-for-124a3738) and a sample app from Davide Zordan (https://github.com/davidezordan/playready_adaptive_UWP/). They all throws [...] read more
windows-10
uwp
drm
playready

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0