How can I use SeekBar in conjunction with MediaPlayerStream so user will be able to fast forward or rewind ?
You could try to set the Seekbar.Max value to MediaPlayer.Duration.
Then set MediaPlayer.Position to Seekbar.Value.
Best regards.