Ask a Question related to Macromedia Flash Flashcom, Design and Development.
-
therabrab #1
FMS3 Recorded stream playback speed too high
Hi, is there a change between FMS2 and FMIS3 in stram.play() ?
I need to publish a stream from the server which has been recorded with FMS
just before.
When I play back this stream on the client, it runs much too fast and
pauses from time to time to reload
the next video data and then runs full speed to the next pause.
I tried setting bandwidth limits with no effect.
I tried different fps settings when recording with no effect.
I tried different fps settings when playing back with no effect.
On FMS2 this worked nicely. (No, I can't switch back.)
I suspect the problem to be some server side buffering or so, but I can't find
a solution.
Can anybody else ? Maybe some pointers to the server configuration docs ?
On the server:
myStream = Stream.get( playVideoName );
myStream.play( "streamnametoplay", 0 );
On the client:
ns = new NetStream( netConn );
video.attachNetStream( ns );
ns.play( 'streamnametoplay' );
Thanks for any hints
therabrab Guest
-
Flash player version for recorded stream playback
I'm having difficulty to determine which flash player version is required by users when playing FLV files using the video object in flash (so no... -
playback more than one recorded streams insynchronization.
http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=15&catid=578&threadid=1195558&enterthread=y -
End of recorded stream losts
I want to create a simple application which records the stream from webcam then plays it. But when I want to play it the end of stream is missing.... -
Recorded FLV playback on Win2k3
Hello -- I have a FMS 2.0 running on a Windows 2003 Standard Server with a single applciation setup. I have changed the default applications... -
Playback of recorded stream
Can a video or audio stream recorded through FMS be played back via a regular, non-streaming Flash file? The audio and video clips would be short... -
therabrab #2
Re: FMS3 Recorded stream playback speed too high
:grin; Solved.
On the client side, simply use (for example)
ns.bufferTime = 2;
before playing the stream. Now the video plays at original speed.
therabrab Guest



Reply With Quote

