INDExOS / media-for-mobile

Media for Mobile
Other
456 stars 178 forks source link

How to support a different video decoding engine like ExoPlayer #55

Open ptran-gpfw opened 7 years ago

ptran-gpfw commented 7 years ago

The plugin architecture for media-for-mobile is really interesting. Do you have any pointers on where to start if I wanted to use ExoPlayer for video decoding?

ExoPlayer would handle the data loading (network layer and container, i.e. HLS, MP4 etc). It essentially just needs to be given an Android Surface to render to.