Search code examples
androidvideolive-wallpapermediarecordervideo-recording

Android: Setting Captured Video as Live Wallpaper


I've captured video using MediaRecorder into sd card. Now i want to set my saved video as live wallpaper programatically. Any idea on this.

Thanks


Solution

  • You are up on a good challenge, unless you are familiar with android ndk.
    There is the library ffmpeg which will save you some time.

    You can follow my answer to get started.

    Hope it will help you get started.