wseemann / FFmpegMediaPlayer

FFmpegMediaPlayer can be used to control playback of audio/video files and streams.
675 stars 200 forks source link

setDatasource #165

Open zkrige opened 1 year ago

zkrige commented 1 year ago

We're using setDatasource(MediaDataSource) with a custom MediaDataSource to stream mp3s out of a zip file.

Could you provide a similar interface - preferably with a custom MediaDataSource that isn't dependant on android23