Hi all, I have an app that is supposed to display a video file streamed over WiFi. The server prepares the video in m3u8 format.
Searched the web, and found a library called vitamio, so used it. It allows me to see the video (and hear audio), and display with it the usual progress slider, plus counter for current position, plus "skip 30 secs" Problem is that on some movies, the player gets confused - the "current location" (mediaPlayer.getCurrentPosition()) returns a huge value, which confuses everything - the progress bar is always full, the "current time" text is wrong, and seek calls fail. Anyone can shed any light here ? Or - any other way to display those m38u files on android ? Thanks in advance. Shimon -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en