question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Hi, I’m developing a music app that plays songs from the device.

  • I have verified there are no duplicate active or recent bugs, questions, or requests
Include the following:
  • ExoMedia version: 4.0.0
  • Device OS version: 7.0
  • Devide Manufacturer: Samsung
  • Device Name: Galaxy S6
Reproduction Steps
  1. Video gets downloaded from the internet.
  2. The video is added to “Favorite List”.
  3. I’m using a RecyclerView to populate the list.

Everything works fine, except when sometimes I double click an item and instead of showing the video length, it shows " --.-- " , And the SeekBar is at its maximum.

To play a video I’m using this: mVideoView.setVideoURI(Uri.parse(context.getExternalCacheDir() + videoPath));

Expected Result

The player is supposed to show the video length.

Actual Result

image

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:13 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
brianwernickcommented, May 3, 2018

OK, I’ll see if I can reproduce it. Thanks

0reactions
YogevUzancommented, May 12, 2018

After 4.2.0 update that issue is gone. Great! Thanks.

Read more comments on GitHub >

github_iconTop Results From Across the Web

SeekBar - Android Developers
A SeekBar is an extension of ProgressBar that adds a draggable thumb. The user can touch the thumb and drag left or right...
Read more >
SeekBar Tutorial With Example In Android Studio
3. progress: progress is an attribute of SeekBar used to define the default progress value, between 0 and max. It must be an...
Read more >
android Seekbar show progress value along the seekbar
Here is a one simple way,. Add a textView in your XML; Change it's position with the movement of the seekBar; That will...
Read more >
Android | Creating a SeekBar - GeeksforGeeks
Android SeekBar is a type of ProgressBar. On touching the thumb on seekbar and dragging it to the right or left, the current...
Read more >
Android SeekBar with Examples - Tutlane
In android, SeekBar is an extension of ProgressBar control with a draggable thumb. The SeekBar allows users to touch the thumb and drag...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found