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

symfony - TEST environment only: The database schema is not in sync with the current mapping file -

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -