[Red5] Question about IServiceCapableConnection invoke

Rhys Causey rhys at epresence.tv
Wed Jul 8 15:15:28 PDT 2009


Hmm... where could it be blocking? I also tried using a remote shared  
object and get the same behaviour. I set a break point in my flash  
client, but can't really tell anything there. It seems to make the  
call() and then just idle while the conversion is taking place, even  
though Red5 is reporting progress through the log.

This is how I'm calling the method from my client:
connection.call("convertMedia", new Responder(onSuccess, onFault),  
currentFilename);
			
The client receives all of the notifications right before onSuccess is  
called. The order of all of the notifications is correct, it's just  
not receiving them at the right time.

Rhys

On 8-Jul-09, at 4:32 PM, Tyler Kocheran wrote:

> It should send them at the appropriate times, but it seems that  
> something you're doing is causing the thread to block. Try setting  
> breakpoints and check it out.
>
> On Wed, Jul 8, 2009 at 1:22 PM, Rhys Causey <rhys at epresence.tv> wrote:
> Hi,
>
> I'm using the IServiceCapableConnection invoke method to report  
> progress on a file conversion back to the flash client. The client  
> is receiving the messages fine, but they all come in one large chunk  
> after everything's done. I'm logging the invocations in my Red5 app,  
> and they're showing up in the log at the appropriate times, but they  
> only reach the client after the conversion is complete. Is there a  
> way to force it to send the messages right away?
>
> Thanks!
>
> _______________________________________________
> Red5 mailing list
> Red5 at osflash.org
> http://osflash.org/mailman/listinfo/red5_osflash.org
>
>
>
> -- 
> And do this, knowing the time, that now it is high time to awake out  
> of sleep;
> for now our salvation is nearer than when we first believed.
> _______________________________________________
> Red5 mailing list
> Red5 at osflash.org
> http://osflash.org/mailman/listinfo/red5_osflash.org

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://osflash.org/pipermail/red5_osflash.org/attachments/20090708/0aa97c51/attachment-0001.html>


More information about the Red5 mailing list