Questions tagged [mediametadataretriever]

96 questions
-1
votes
2 answers

Error trying to get metadata from url stream using java/android

I am getting no values while trying to get the metadata from a URL stream. String url; FFmpegMediaMetadataRetriever mmr = new FFmpegMediaMetadataRetriever(); url = "http://stream.radiojar.com/rxmkwt2p5tzuv"; …
-1
votes
2 answers

Pass local video to mediametadataretriever throws IllegalArgumentException

In my android app I want to extract video frames. I am using MediaMetaDataRetriever for the same. How I set datasource Log.d("DEBUG", videoPathUri.getPath()); metadataRetriever.setDataSource(mContext, videoPathUri); Here is the log output…
Chandan Pednekar
  • 525
  • 5
  • 19
-1
votes
1 answer

how to use Picasso to set image from mp3 files

i am currently working on musicplayer. I want to laod my mp3 file imageArt using Picasso. But the main problem is how can i get that imageArt and set to picasso.
-1
votes
1 answer

Retrieve data from the class table using parse.com

I want to retrieve value from the class of the object. example: I have one class Player_info. In this class there is different field like Player name,Score,birthdate. 1.messi,50,7/12/1991. 2.ronaldo,45,7/7/1993. 3.rooney,40,7/12/1991. now i want to…
Bhaumik
  • 11
  • 1
  • 7
-1
votes
1 answer

Android Image Name Randomize and Retrive

Good day guys.I created app which captures and saves image in randomized name.I want to know how is it able to retrive Last captured image and show on imageview??i fully mean last captured because for example if i capture heaps there will be heaps…
BiggDawgg
  • 154
  • 10
-3
votes
1 answer

Mediametadata error in ArrayAdapter

I've been having a frustrating time extracting METADATA_KEY_TITLE of .mp3 files to arraylist and arrayadaper for my ListView to display titles of songs only and in exceptinal cases where title is null, title element returns filename... Here's my…
1 2 3 4 5 6
7