Search found 24 matches

by macrotools
02 Dec 2008, 14:33
Forum: RedBox
Topic: Can RedBox stream MP3 files?
Replies: 11
Views: 17113

Flash can do that without using the RedBox. It does it since Flash Player 6 ;) Please feel the difference Lapo, feel the difference. Actually Red5 supports mp3 streaming, but not the RedBox classes. The AVClipManager class only manages flv files: the list of available flv files is generated by the ...
by macrotools
02 Dec 2008, 11:49
Forum: RedBox
Topic: Can RedBox stream MP3 files?
Replies: 11
Views: 17113

Sources are included!! :o :D No need to decompile anything :wink: Just go in your Server/javaExtensions folder and extract the sources from the RedBoxExtension.zip file Ok Lapo I've found sources. As SFS java extension sources located at the same location as classes, I thought Redbox sources are no...
by macrotools
02 Dec 2008, 09:57
Forum: RedBox
Topic: Can RedBox stream MP3 files?
Replies: 11
Views: 17113

Thank you for your detailed information bax.

I've decompiled the java classes and got what you mean.

Editing file extenion filters seem to work.
by macrotools
02 Dec 2008, 08:28
Forum: RedBox
Topic: Can RedBox stream MP3 files?
Replies: 11
Views: 17113

Yes, the RedBox supports mp3 streaming, just like Flash Media Server Ok, I think it is enough to get the mp3 file as a clip and use getStream() method to construct a netStream. But the fact is that I put the mp3 file into the streams folder, but it does not appear in the clips list? Could you give ...
by macrotools
02 Dec 2008, 08:00
Forum: RedBox
Topic: Can RedBox stream MP3 files?
Replies: 11
Views: 17113

Lapo wrote:Flash can do that without using the RedBox. It does it since Flash Player 6 ;)


Thanks Lapo, I know that :)

I need to a secure stream to avoid downloading.
by macrotools
02 Dec 2008, 07:26
Forum: RedBox
Topic: Can RedBox stream MP3 files?
Replies: 11
Views: 17113

Can RedBox stream MP3 files?

Hi everyone,

I use Redbox for several weeks to record A/V data.

I have to make a mp3 player which streams files from a folder randomly,
can Redbox stream mp3 files which are not recorded by itself?

Thanks
by macrotools
11 Mar 2008, 10:57
Forum: SmartFoxServer 1.x Discussions and Help
Topic: avoid standalone connection
Replies: 7
Views: 10924

Yep, you find a working example at chapter 8.17 of the docs Bye Lapo how can I edit SocketFileLoader.java file? EDIT : OK, I have done it. For those people who want to know solution is : javac -classpath jysfs.jar SocketFileLoader.java Base64.java Don't forget the paths for jysfs.jar, SocketFileLoa...
by macrotools
10 Mar 2008, 13:13
Forum: SmartFoxServer 1.x Discussions and Help
Topic: avoid standalone connection
Replies: 7
Views: 10924

So may be he can write some AS, connect standalone and list all the rooms, users etc etc. Yes they can, but listing rooms and users isn't a particularly bad thing, unless they try to do something nasty. In the 2nd part of "Building MMO Virtual Worlds" we describe a number of solutions tha...
by macrotools
07 Mar 2008, 11:48
Forum: SmartFoxServer 1.x Discussions and Help
Topic: avoid standalone connection
Replies: 7
Views: 10924

well this is not the proper way. because some can decompile it using swf decompiler and can use source file to connect with the server. one way is to disable server methods such as, createroom, joinroom. so these cannot be used from clients end. this can be achieved by editing config.xml. We have t...
by macrotools
07 Mar 2008, 08:16
Forum: SmartFoxServer 1.x Discussions and Help
Topic: avoid standalone connection
Replies: 7
Views: 10924

avoid standalone connection

Hi, May be it is a simple question but I really do not know the answer. When developing I mostly connect to the server by the standalone player. What if someone knows the domain and port that I use to connect SFS? So may be he can write some AS, connect standalone and list all the rooms, users etc e...
by macrotools
08 Feb 2008, 12:13
Forum: Server Side Extension Development
Topic: load XML from webserver
Replies: 1
Views: 4387

load XML from webserver

Hi, I have to load an xml which is dynamically created by an .aspx from the webserver. I made some search and found examples about E4X, and it seems that it only reads XML files located at the server folders. I need some help how to load this xml data from a http server. p.s.: I do not want to load ...
by macrotools
23 Jan 2008, 15:31
Forum: SmartFoxServer 1.x Discussions and Help
Topic: setBuddyVariables Error
Replies: 1
Views: 4176

setBuddyVariables Error

Hi, I try to add some buddyVariables. I use the example that is located at docs. var bVars:Object = new Object() bVars["status"] = "away" bVars["track"] = "One Of These Days" bVars["$rank"] = "guru" smartFox.setBuddyVariables(bV...
by macrotools
18 Jan 2008, 21:19
Forum: SmartFoxServer 1.x Discussions and Help
Topic: { UPDATE } SmartFoxServer PRO 1.6.1
Replies: 14
Views: 24173

Hi Lapo,

Thanks for the latest update. It really works great. No problems on socket or bluebox, works on all player versions and browsers.
by macrotools
09 Jan 2008, 07:33
Forum: SmartFoxServer 1.x Discussions and Help
Topic: {NEW} Connection Test
Replies: 21
Views: 32103

macrotools: Check this AS3 connection example -> http://213.92.118.83/connectionAS3/ Does it work for you? We'll finish our tests in the next days and post our final findings, patches or whatever else is needed. 9339 blocked --> Flash Player: WIN 9,0,115,0 / Windows XP --> SFS Client API: 1.5.4 -->...
by macrotools
08 Jan 2008, 10:40
Forum: SmartFoxServer 1.x Discussions and Help
Topic: {NEW} Connection Test
Replies: 21
Views: 32103

Hi Lapo, Thanks for your all effort. I understand the Adobe thing. There is nothing to do for 115(my unlucky number from now on) at this point. I want to mention that my main problem is that people using firewall or proxies cannot connect to port 9339 (mainly to any port other than 80 or 8080). So I...

Go to advanced search