Hi everyone, I'm having the following problem and thought I would
throw this out there to see if someone has also had it and maybe found
a solution. Even a confirmation that someone else has had it would let
me know I haven't done anything too crazy.

Anyway, I'm trying to play an FLV video over RTMP (not a live stream)
with the following code:

    <mx:VideoDisplay id="videoPlayer" bufferTime="1"
        width="{this.width}" height="{this.height - 20}" x="0" y="0"
        autoPlay="false" autoRewind="true" autoBandWidthDetection="false"
        maintainAspectRatio="true" />

I am setting the source of the video in AS, but the problem I am
having is when the stream finishes playing, it acts as though it
rewinds real quick and jumps to the end. It is as if the stream is
cached and the video display thinks it is still playing, so it jumps
to the end right after it rewinds. Maybe the RTMP server is still
sending data at the end of the stream?

Anyway, I have a YouTube similar play button overlay and controls
attached to this video display, so it ends up looking like it just
messes up at the end of the video and goes back to the end. What's
more wierd is it does it over again if you keep waiting. This only
happens with RTMP; works perfect with an FLV on the server via HTTP,
local files, etc.

Any ideas?

Thanks in advance and I'll look forward to answering more questions
than I'm asking in the future,
Mike.

P.S. I'm sorry if some my messages have been coming in twice. It
appears that sending an email to flexcoders@yahoogroups.com won't post
my message.

Reply via email to