Code to inform me if my website has been stolen
By : PM101
Date : March 29 2020, 07:55 AM
|
How to stop the user from using the app when the status is set to disabled/lost/stolen in IBM Mobilefirst console
By : Kris Albert Lee
Date : March 29 2020, 07:55 AM
|
How to stop videos from being downloaded from my website
By : Limpan
Date : March 29 2020, 07:55 AM
I wish this helpful for you You can use Amazon Elastic Transcoder to transcode your videos to HLS(HTTP Live Streaming). HLS use segments of the encrypted video from s3. This will prevent downloading of videos from s3. https://aws.amazon.com/elastictranscoder/
|
How can I protect my videos from being stolen?
By : danstark
Date : March 29 2020, 07:55 AM
may help you . If you're making them available on a website, you cannot prevent them from being stolen. At most you make it a bit harder, but still not impossible.
|
How to stop embedded videos on my website from autoplaying
By : Arif khan
Date : March 29 2020, 07:55 AM
it fixes the issue embed src="clip2.mp4" width="600" height="400" scale="aspect" controller="true" , you need to add these two attributes to the
|