All Questions
4
questions
3
votes
2
answers
5k
views
youtubeExtractor for Android
I want to use youtubeExtractor for android app and I found library like
compile 'com.github.HaarigerHarald:android-youtubeExtractor:master-SNAPSHOT'
There is a sample code in github I copied it. ...
3
votes
0
answers
190
views
android chromium resourceExtractor error
Suddenly my app in production phase started to get Chromium ResourceExtractor errors in api 7 even though I had not changed anything in the app.
Is there any solution or update for this error?
Fatal ...
1
vote
1
answer
2k
views
Play WAV audio files in Android's Exoplayer
I implemented my Exoplayer and I'm playing songs using this code:
Allocator allocator = new DefaultAllocator(BUFFER_SEGMENT_SIZE);
DataSource dataSource = new DefaultUriDataSource(mService, ...
1
vote
0
answers
37
views
Extractor not able to maintain mediaplayer states of android
I am developing my own extractor like aviextractor for my understanding.
I know the the MediaPlayer calls should be in following order from Application.
mMediaPlayer.setDataSource()
mMediaPlayer....