FMS: Stream.play on server side makes video choppy

Posted by Tinelise on Stack Overflow See other posts from Stack Overflow or by Tinelise
Published on 2010-04-30T11:44:33Z Indexed on 2010/04/30 11:47 UTC
Read the original article Hit count: 216

Filed under:
|
|

I have an *.flv file on a FMS. When I play it on the client side the video plays just fine, but when I call Stream.play(filename, 0, -1, false) on the server side the video turns out really choppy.

I both cases I use NetConnection to connect to an rtmp and NetStream to play the stream, but in one case I connect to a stream and request the server to play my file on that stream. Apparently that doesn't work with files? It works just fine for live streams.

I really don't get why this should differ at all. Any suggestions?

© Stack Overflow or respective owner

Related posts about actionscript-3

Related posts about fms