# Fast Forward/Fast Rewind and Flowplayer

**URL:** https://community.wowza.com/t/fast-forward-fast-rewind-and-flowplayer/39651
**Category:** Wowza Streaming Engine
**Created:** [June 4, 2013, 3:36pm UTC](https://community.wowza.com/t/fast-forward-fast-rewind-and-flowplayer/39651 "2013-06-04T15:36:30Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Sam\_Shmayev](https://avatars.discourse-cdn.com/v4/letter/s/b3f665/32.png) [@Sam\_Shmayev](https://community.wowza.com/u/Sam_Shmayev)
#### Post date: [June 4, 2013, 3:36pm UTC](https://community.wowza.com/t/fast-forward-fast-rewind-and-flowplayer/39651/1 "2013-06-04T15:36:30Z")

</div>

Hi,

Corresponding with Flow player tutorial [http://flash.flowplayer.org/plugins/streaming/slowmotion.html](http://flash.flowplayer.org/plugins/streaming/slowmotion.html)

**Note: Wowza offers this feature only for FLV-encoded videos.**

I have video recorded into **flv** container by WowzaMedia Server.

When I try to change playback speed my video freezes.

I have to implement trick play for VOD only.

Any ideas appreciated.

---

<div class="post-metadata">

### Author: ![Richard\_Lanham](https://avatars.discourse-cdn.com/v4/letter/r/c68b51/32.png) [@Richard\_Lanham](https://community.wowza.com/u/Richard_Lanham)
#### Post date: [June 4, 2013, 2:03pm UTC](https://community.wowza.com/t/fast-forward-fast-rewind-and-flowplayer/39651/2 "2013-06-04T14:03:19Z")

</div>

What video codec is contained in the flv? If it is h.264, that might not work. I think it has to be Spark or VP6.

I am not sure how well Flowplayer implements trick play. Wowza’s trick play example player has been deprecated because of movement away from Spark and VP6

Richard

---

<div class="post-metadata">

### Author: ![Richard\_Lanham](https://avatars.discourse-cdn.com/v4/letter/r/c68b51/32.png) [@Richard\_Lanham](https://community.wowza.com/u/Richard_Lanham)
#### Post date: [June 6, 2013, 1:18am UTC](https://community.wowza.com/t/fast-forward-fast-rewind-and-flowplayer/39651/3 "2013-06-06T01:18:38Z")

</div>

Sam,

Trick play didn’t worked in my tests with SmoothStreamMediaElement and Wowza smoothstreaming, but that was a couple of years ago.

Richard

---

<div class="post-metadata">

### Author: ![Sam\_Shmayev](https://avatars.discourse-cdn.com/v4/letter/s/b3f665/32.png) [@Sam\_Shmayev](https://community.wowza.com/u/Sam_Shmayev)
#### Post date: [June 4, 2013, 4:12pm UTC](https://community.wowza.com/t/fast-forward-fast-rewind-and-flowplayer/39651/4 "2013-06-04T16:12:33Z")

</div>

H.264

For VOD it’s “must to have” feature.

What can you recommend to do?

Silverlight?

---

<div class="post-metadata">

### Author: ![Sam\_Shmayev](https://avatars.discourse-cdn.com/v4/letter/s/b3f665/32.png) [@Sam\_Shmayev](https://community.wowza.com/u/Sam_Shmayev)
#### Post date: [June 5, 2013, 2:49am UTC](https://community.wowza.com/t/fast-forward-fast-rewind-and-flowplayer/39651/5 "2013-06-05T02:49:41Z")

</div>

Ok.🙂

MS Silverlight **SmoothStreamingMediaElement**  **does** supports play rate switch (FF/FR).

With the given range:

-8.0, -4.0, 0.5, 1, 4.0, 8.0.

[MSDN](http://msdn.microsoft.com/en-us/library/microsoft.web.media.smoothstreaming.smoothstreamingmediaelement.setplaybackrate%28v=vs.90%29.aspx)

Thanks a lot

Sam
