Thank you for a reply.
However, I have already finished investigating those sample codes.
The information which is helpful was not included in these.
In the application which I am creating, the video stream is played by the following structure.
- Custom-made "ByteStreamSchemeHandler" was created.
- The main part of application is created by HTML5/JavaScript.
- "Windows.Media.MediaExtensionManager" was used with JavaScript and "ByteStreamSchemeHandler" was registered.
- The MPEG stream stored as resource data of application was played as a byte stream.
Now, playback of an MPEG file was successful by the above-mentioned structure.
Of course, it was performed in the Modern UI environment.
I want to enable output protection simply in this state("Modern UI" environment).
That is, I would like to validate encryption function of HDCP or DPCP.
Is there any helpful information or sample code?
Regards,
vsync