amandeepsiin
02-06-2009, 09:58 AM
Hi,
I am developing an application in which user can record their responses. And later can listen to them.
I am using Flash Media Server 3.
The problem that i am facing is with the NetStream.pause. Here i am explaining you with example.
Lets say the flv that i playback is of 8 sec. I play the flv with NetStream,play method. Say at 4 sec user pause the flv, here i call NetStream.pause(true). NetStream.Pause.Notify and NetStream.Buffer.Flush notification occurs and my stream gets paused. But after 4 sec (this is the remaining time of the stream where user pause the playback) NetStream.Play.Stop notification occures.
However i pause the stream still this Stop notification fires, which i don't want to occur. can anyone tell me is there any known issue in FMS or i am doing something wrong.
Regards,
Amandeep
PS. I also tried NetStream.pause(), this also does not solve the problem.
I am developing an application in which user can record their responses. And later can listen to them.
I am using Flash Media Server 3.
The problem that i am facing is with the NetStream.pause. Here i am explaining you with example.
Lets say the flv that i playback is of 8 sec. I play the flv with NetStream,play method. Say at 4 sec user pause the flv, here i call NetStream.pause(true). NetStream.Pause.Notify and NetStream.Buffer.Flush notification occurs and my stream gets paused. But after 4 sec (this is the remaining time of the stream where user pause the playback) NetStream.Play.Stop notification occures.
However i pause the stream still this Stop notification fires, which i don't want to occur. can anyone tell me is there any known issue in FMS or i am doing something wrong.
Regards,
Amandeep
PS. I also tried NetStream.pause(), this also does not solve the problem.