I am embedding a video feature on my website, and I am planning to use HTML5 player to play those videos.
2 questions: 1. Which formats should I encode the uploaded videos to (I need mobile support + PC + mac). 2. How can I prevent people from downloading the movie (HTML5 plays directly from my CDN, hence the link can be fetched easily)
Can CDN protect the content by issuing an access token that will expire in X time?
Thanks all!