Click here to Skip to main content
15,880,392 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Dears,
i am working in a windows forms App(C#), which contain Windows media player to play encrypted video ,i.e due to security purpose the application should decrypt the video file and then play it using the media player

the problem now,
if any one play the video and then run any screen recording application so he can easily get the video

so,
the question is:
how to prevent screen recording while my application is running?
Posted
Comments
PIEBALDconsult 15-Apr-15 23:15pm    
Make it so boring that no one wants to.
Sergey Alexandrovich Kryukov 15-Apr-15 23:31pm    
Most likely, it's already protected.
—SA

1 solution

You would then have to ask how you could stop people copying your video when they point a video camera or smartphone at the screen.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900