FMS Smart Seek "feature" a miserable hack?
I continue to run into issues with using this new feature... The product website tauts "fast motion" and "slow motion" as nice new features, but they're absolutely miserable to make work. There is no property to set to make NetStream play at 2x, .5x, etc. Rather, you have to setup a timer that will simply step at the necessary speed to make the video move at the rate you want. So now instead of just calling play/pause/resume on a stream, you have to implement a separate set of functionality to control alternate speed playback. Once this is achieved, however, you'll find that a stream is extremely sensitive when all of these calls to step are occurring.
My current issue is that when stepping, if the user attempts to seek to another location (presumably to continue watching their 2x speed at that location), the stream hangs. Subsequent calls to step seem to be ignored- the stream remains at the seek time.
Are there any plans to make any of these features more standard in NetStream? The amount of nasty hacks I have in my player to trick things into working are piling up and making my code absolutely miserable to maintain.
