Search found 9 matches

by darrenortiz
15 Jan 2012, 21:01
Forum: RedBox
Topic: Frozen video streams on Air for iOS
Replies: 10
Views: 25810

Thanks so much for your help. The problem actually turned out to be a couple of things, but we're using your method as further insurance that the connection never gets dropped. You've been super helpful and shockingly quick in your responses. To anyone else who might have the same problem, it's a ve...
by darrenortiz
15 Jan 2012, 17:17
Forum: RedBox
Topic: Frozen video streams on Air for iOS
Replies: 10
Views: 25810

Thanks. I don't see anything in the AS3 docs about SFSObjects, but I do see the sendObject method.

So would I not just do:
_smartfox.sendObject(true);
by darrenortiz
15 Jan 2012, 16:49
Forum: RedBox
Topic: Frozen video streams on Air for iOS
Replies: 10
Views: 25810

Thanks for responding so quickly. By "sending an ObjectMessage" do you mean I should have all users sendPublicMessage on an interval? Like "sendPublicMessage('keep alive');"? So that SFS just feels like there's always something going on? If that works, that's great. But shouldn't...
by darrenortiz
15 Jan 2012, 16:37
Forum: RedBox
Topic: Frozen video streams on Air for iOS
Replies: 10
Views: 25810

Actually yes. It seems like it's not actually a frozen video stream. It's that RedBox is disconnecting a user due to too much inactivity. I don't know how that can be the case because there's definitely activity going on on the stream. I tried bumping up the "MaxUserIdleTime" in the config...
by darrenortiz
14 Jan 2012, 18:52
Forum: RedBox
Topic: Frozen video streams on Air for iOS
Replies: 10
Views: 25810

Frozen video streams on Air for iOS

I'm building an app that runs on Air 3.1 for iOS (particularly the iPad2). I very frequently experience frozen video streams when using the AVCastManager. The only way to fix it so far is to disconnect from Smartfox and restart the app.

Anyone else experience anything like this?
by darrenortiz
07 Jan 2012, 17:01
Forum: RedBox
Topic: RE: Red box NetConnection.Connect.Failed
Replies: 7
Views: 20631

Fixed

So I've solved my problem regarding the empty getAvailableCasts array. It's not that it's empty. It's that it's an associative array. So instead of doing: for(i=0; i < length; i++) You have to do: for each(var livecast:LiveCast in array) Although the first method should work regardless, it's actuall...
by darrenortiz
07 Jan 2012, 16:57
Forum: RedBox
Topic: getAvailableCasts() always returns 0 length array
Replies: 3
Views: 13015

Fixed

So I've solved my problem regarding the empty getAvailableCasts array. It's not that it's empty. It's that it's an associative array. So instead of doing: for(i=0; i < length; i++) You have to do: for each(var livecast:LiveCast in array) Although the first method should work regardless, it's actuall...
by darrenortiz
06 Jan 2012, 23:16
Forum: RedBox
Topic: RE: Red box NetConnection.Connect.Failed
Replies: 7
Views: 20631

Has there been any solution to the empty getAvailableCasts problem? I don't know why it's ALWAYS coming up either null or empty. Here's the flow I'm using: initiate SmartFox wait for onConnection to be triggered once connected to SmartFox, login to the zone I want wait for the room list to be update...
by darrenortiz
06 Jan 2012, 23:03
Forum: RedBox
Topic: getAvailableCasts() always returns 0 length array
Replies: 3
Views: 13015

same problem

I'm having the same problem, only waiting to make sure I join a room doesn't help. No matter what I've tried, the getAvailableCasts is always empty or null.

Go to advanced search