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

gcc - MinGW's ld cannot perform PE operations on non PE output file -

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

c# - Search and Add Comment with OpenXML for Word -