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
Post a Comment