How to play encrypted video file using WindowsMediaPlayer?

后端 未结 2 700
遇见更好的自我
遇见更好的自我 2021-01-16 22:16

I encrypt my .mp4 into a custom format (.opu). Now I should decrypt my file and save them into temp folder at the start of my application. and play

2条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-16 22:56

    The best way would be to perform the decrypt to a stream in memory and play the video from there. That way there is never an on-disk file to steal.

提交回复
热议问题