Upload files to ''

main
Apocalypse 2023-08-08 08:29:07 +03:00
parent 5c10761923
commit 6d797244a0
2 changed files with 31 additions and 1 deletions

View File

@ -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

View File

@ -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/).