Hi Zangone,

[EMAIL PROTECTED] wrote:
I had some problems with pause() too... Even though pause method seems to correctly work with Macromedia FMS2 (pause/ resume with the same method call), I read in the Red5 API documentation:

http://dl.fancycode.com/red5/api/org/red5/server/api/stream/
IOnDemandStream.html#pause()

that pause() method is only able to pause the stream but not to resume it... if you look below in the methods list, you will find that the resume() method must be applied to the stream object... (I hope I have not taken a strafalcione... If it is so, forgive me!)

The call to "pause" without parameters was fixed after 0.5rc1.
Please try the trunk or wait for the final release of 0.5 which
is due the next days.

BTW: IOnDemandStream is the internal interface for VOD streams
and cannot be called directly.  The methods exposed to the Flash
clients are defined in the interface "IStreamService" [1].

Joachim

[1] 
http://dl.fancycode.com/red5/api/org/red5/server/api/stream/IStreamService.html

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to