0

I have to rewind and forward smoothly the movie using Media Element. It seems to be the player position has to be changed with the timer to do forward and rewind. Any better alternatives.

Thanks and Regards Raju

user209293
  • 889
  • 3
  • 18
  • 27
  • Possible duplicate of [Media element Rewind](http://stackoverflow.com/questions/10880331/media-element-rewind) – fernio Apr 07 '17 at 20:04

1 Answers1

0

What about setting the SpeedRatio? That may work for fastforward. Smooth rewind is difficult, which stems right down to the CODEC. If you use a media type with a lot of "I-Frames", such as a MJPEG-AVI, you may be able to get smoother rewind (but not perfect) by changing the media position.

Jeremiah Morrill
  • 4,248
  • 2
  • 17
  • 21