I'm trying to seek (rewind) a DVR HLS Stream using a MediaPlayer object, but I'm getting th errors:
01-20 11:43:02.214: E/MediaPlayerService(296): getDuration returned -2147483648
01-20 11:43:02.214: W/MediaPlayer(30590): Stream has no duration and is therefore not seekable.
I have read the previous questions, ( HLS (http live streaming) on Android 3.0 and seeking ) but they are 2 years old.
Has there been any progress on this issue?