William23668 8 Posted December 16, 2021 I need to create Android app that play video protected from download. Please direct me to the correct way like article or tools about that. Thanks Share this post Link to post
Dave Nottage 557 Posted December 17, 2021 (edited) ALFmxVideoPlayer uses ExoPlayer (which supports DRM) for Android: https://github.com/Zeus64/alcinoe/blob/master/source/ALFmxVideoPlayer.pas You might be able to at least learn from the code. Edited December 17, 2021 by Dave Nottage 1 2 Share this post Link to post
xorpas 4 Posted March 20 On 12/17/2021 at 6:40 AM, Dave Nottage said: ALFmxVideoPlayer uses ExoPlayer (which supports DRM) for Android: https://github.com/Zeus64/alcinoe/blob/master/source/ALFmxVideoPlayer.pas You might be able to at least learn from the code. compile in delphi 12 but not work why? Share this post Link to post
Rollo62 536 Posted March 20 (edited) On 12/17/2021 at 6:40 AM, Dave Nottage said: ALFmxVideoPlayer uses ExoPlayer The ExoPlayer in its old form is deprecated, does this Alcinoe library also works in the new Media3-Version? Edited March 20 by Rollo62 1 Share this post Link to post
Dave Nottage 557 Posted March 26 On 3/21/2024 at 5:44 AM, Rollo62 said: The ExoPlayer in its old form is deprecated, does this Alcinoe library also works in the new Media3-Version? No - the Alcinoe implementation is based on the old ExoPlayer (in the com.google.android.exoplayer2 namespace). I am working on an implementation that uses Media3, but only just today have experimental code working that plays a video from a nominated URI. 2 Share this post Link to post