From 6d797244a09ff1394162c1f11501aec627ff5508 Mon Sep 17 00:00:00 2001 From: Apocalypse Date: Tue, 8 Aug 2023 08:29:07 +0300 Subject: [PATCH] Upload files to '' --- DRMDecryptSmooth.sln | 22 ++++++++++++++++++++++ README.md | 10 +++++++++- 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 DRMDecryptSmooth.sln diff --git a/DRMDecryptSmooth.sln b/DRMDecryptSmooth.sln new file mode 100644 index 0000000..3befbdb --- /dev/null +++ b/DRMDecryptSmooth.sln @@ -0,0 +1,22 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 14 +VisualStudioVersion = 14.0.25420.1 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DRMDecryptSmooth", "DRMDecryptSmooth\DRMDecryptSmooth.csproj", "{F63FEE07-8040-4F89-8166-E7ACBE724877}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {F63FEE07-8040-4F89-8166-E7ACBE724877}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F63FEE07-8040-4F89-8166-E7ACBE724877}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F63FEE07-8040-4F89-8166-E7ACBE724877}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F63FEE07-8040-4F89-8166-E7ACBE724877}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/README.md b/README.md index 9c7b392..45d5542 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ -# DrmDecryptSmooth +**DrmDecryptSmooth** +This sample is a .NET command line app that launches bento4 to decrypt a Smooth Streaming asset (protected with PlayReady). The decrypted smooth asset can then be used with Azure Media Services for dynamic packaging and encryption. + +Requirements : +- Visual Studio 2015 or later, +- Download [bento4](https://www.bento4.com/downloads/) Windows binaries version 1.5.1-620 or later, +- Specify, in the code, the key id and key seed. + +For more information, please read this [article](https://www.linkedin.com/pulse/how-decrypt-playready-smooth-asset-use-azure-media-services-pouyat/).