c# - How to play encrypted video file using WindowsMediaPlayer? -


i encrypt .mp4 custom format (.opu). should decrypt file , save them temp folder @ start of application. , play them using windowsmediaplayer control in c#. have risk of stealing files temp folder. best way prevent stealing files? how play encrypted video file using windowsmediaplayer?

the best way perform decrypt stream in memory , play video there. way there never on-disk file steal.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -