Play encrypted video in exo player android?
Play encrypted video in exo player android? I want a play encrypted video which is on my server . i want to play it on exo player . in a sample provided by google on https://github.com/google/ExoPlayer is play only you tube videos. i had tried using change the uri in https://github.com/google/ExoPlayer/blob/master/demo/src/main/java/com/google/android/exoplayer/demo/Samples.java file . but it is not worked may be beacuse my video is encrypted . So how can i play my encrypted video. found any thing usefull? – Nasrudeen Jan 27 '16 at 6:47 1 Answer 1 It's an old question but I hope this answer will help. encrypted video There are a number of ways a video/media file can be encrypted. It can be a simple AES 128 encryption or a more standard DRM protec...