[Red5] NetStream.Play.Stop issue please help
Gregor Rot
gregor at inter-es.si
Mon Oct 22 08:05:45 PDT 2007
Aha, now everything is clear, tnx a lot.
I have another issue:
In some cases (short videos, around 30 seconds), the seeking doesn't work -
is this a known issue? Could it be related to the key frame interval? I can
send some of the videos I recorded (around 30 seconds) and in some cases,
when I seek a stream (with netstream.seek(time)), the video doesn't move on,
just the key picture is displayed and a NetStream.Play.Start event is fired.
Tnx,
Gregor
-----Original Message-----
From: red5-bounces at osflash.org [mailto:red5-bounces at osflash.org] On Behalf
Of Joachim Bauch
Sent: Monday, October 22, 2007 4:33 PM
To: red5 at osflash.org
Subject: Re: [Red5] NetStream.Play.Stop issue please help
Hi Gregor,
Gregor Rot schrieb:
[...]
> NetStream.Play.Stop (this immediately after start)
"NetStream.Play.Stop" is received when the server finished sending the
complete file to the client.
You should instead listen for the "onPlayStatus" event
"NetStream.Play.Complete" which will always be received at the end of the
local playback.
Joachim
More information about the Red5
mailing list