Re: [Red5] Installing Red5

2007-03-16 Thread dabi du
If you don't explicitly need java 1.6 try to compile it with java 1.5. You will need to install java 1.5 and run #ant -Djava.target_version=1.5 --- [EMAIL PROTECTED] wrote: Hi, when I want to compile [EMAIL PROTECTED] red5-0.6rc2]# ant Exception in thread main

Re: [Red5] Red5 forum?

2007-03-16 Thread red5
after i went back and looked i saw the link to it, I put together a forum that imports all the posts from the mailing list to threads. if anyone else wants to use thats great but i find it easier to read in a forum setting, and i got this extra vbulletin license just sitting here :) this is

[Red5] osflash: red5 page restructured

2007-03-16 Thread Camillo Bruni
Hi all, I wasn't very happy with the page structure (which structure?) of the red5 page at osflash. So, I've made a bit of restructering. http://osflash.org/red5/maintest If noone complains, I'll put it up this weekend. – cami – ___ Red5 mailing list

Re: [Red5] osflash: red5 page restructured

2007-03-16 Thread Red5 Forum
looks a lot cleaner, easier to navigate -- Donald Donald's Profile: 1 View this thread: http://www.nixspot.com/red5/showthread.php?t=25 ___ Red5 mailing list Red5@osflash.org

Re: [Red5] osflash: red5 page restructured

2007-03-16 Thread Storm
it's looking great, i'm only missing the link to the forum. On 3/16/07, Red5 Forum [EMAIL PROTECTED] wrote: looks a lot cleaner, easier to navigate -- Donald Donald's Profile: 1 View this thread:

Re: [Red5] Storm's videoconference example translated and available.

2007-03-16 Thread Lenny Sorey
Hello Storm, I am back to working on your example for VideoConference and I think I have most things worked out with the exception of an error I keep getting when I attempt build the webwar with a modified version (translated to English) of your application.java file in

Re: [Red5] Storm's videoconference example translated and available.

2007-03-16 Thread Storm
I am just guessing but have you tried wirtiing down an empty streamBroadcastStart method? that seems to be the error. Any way i always compile a single .class out of the .java and then paste it into the fitcDemo.jar, i dont use war version. Hope that helps Carlos On 3/16/07, Lenny Sorey [EMAIL

Re: [Red5] adobe flash media encoder

2007-03-16 Thread Dan Rossi
Ok cool, we didnt get to far with it , i actually hav an encoder built in flex that looks exactly the same as this, because there was nothing else available. It cant write to xml configs obviouslly so doesnt shared objects at the moment. Im hoping to package it up soon with Zinc code to be

Re: [Red5] adobe flash media encoder

2007-03-16 Thread Chris Allen
Hey Dan, instead of using Zinc, you might want to look at packaging your app with Screenweaver. It's been working well for us on different projects and it's open source. -Chris On 3/16/07, Dan Rossi [EMAIL PROTECTED] wrote: Ok cool, we didnt get to far with it , i actually hav an encoder built

[Red5] First step en red5

2007-03-16 Thread Paulina F.
Hi ! I am new in red5, and i have some questions... I was looking in the flashextensions.com, the tutorials about red5 and eclipse, and I only want (at the moment), to work with a webcam online. But i dont understand why i need eclipse? (if is needed). for to make this project - webcam online -

Re: [Red5] adobe flash media encoder

2007-03-16 Thread Dan Rossi
Does it work on mac also ? I think i checked it out before in the past. Apollo may be a goer also. Chris Allen wrote: Hey Dan, instead of using Zinc, you might want to look at packaging your app with Screenweaver. It's been working well for us on different projects and it's open source.

Re: [Red5] adobe flash media encoder

2007-03-16 Thread Dan Rossi
thats it i dont think it supports AS3 aswell as mac, it hasnt been updated for a while it seems. Chris Allen wrote: Hey Dan, instead of using Zinc, you might want to look at packaging your app with Screenweaver. It's been working well for us on different projects and it's open source.

Re: [Red5] First step en red5

2007-03-16 Thread dabi du
You need eclipse if you want to make new application or want to change existing application. For streaming you will need to do some search on the net and this mailing list http://www.mail-archive.com/red5@osflash.org/ --- Paulina F. [EMAIL PROTECTED] wrote: Hi ! I am new in red5, and i

Re: [Red5] adobe flash media encoder

2007-03-16 Thread Sean Newman
What about the legal ramifications of using FME with Red5? Doesn't the FME licence prohibit it's use with a product outside of FMS? http://www.adobe.com/cfusion/entitlement/index.cfm?e=fme From: Joachim Bauch [EMAIL PROTECTED] Reply-To: Red5@osflash.org To: Red5@osflash.org CC: Red5devs [EMAIL

Re: [Red5] adobe flash media encoder

2007-03-16 Thread Ruben Waitz
This is the agreement we're taling about.. Adobe Flash Media Encoder SOFTWARE LICENSE AGREEMENT NOTICE TO USER: PLEASE READ THIS CONTRACT CAREFULLY. BY USING ALL OR ANY PORTION OF THE SOFTWARE YOU ACCEPT ALL THE TERMS AND CONDITIONS OF THIS AGREEMENT, INCLUDING, IN PARTICULAR THE

Re: [Red5] adobe flash media encoder

2007-03-16 Thread João Fernandes
This one comes with the encoder, is more detailed. 2.1 and 4.3 . João Fernandes ADOBE Adobe Flash Media Encoder Software License Agreement NOTICE TO USER: PLEASE READ THIS SOFTWARE LICENSE AGREEMENT (AGREEMENT) CAREFULLY. BY COPYING, INSTALLING OR USING ALL OR ANY PORTION OF THE

Re: [Red5] Installing Red5

2007-03-16 Thread marxiano533
hi dabi du Thanks for your help I execute it, and i have the following error. Any suggestion? regards [EMAIL PROTECTED] red5-0.6rc2]# ant -Djava.target_version=1.5 Buildfile: build.xml BUILD FAILED java.lang.AbstractMethodError:

Re: [Red5] Installing Red5

2007-03-16 Thread marxiano533
Hi again My mistake I hadnt the ANT_HOME var defined now i define it, but still the same error Exception in thread main java.lang.NoClassDefFoundError: org/apache/tools/ant/launch/Launcher any idea? thanks - Original Message - From: [EMAIL PROTECTED] To: Red5@osflash.org Sent: Friday,

[Red5] How to know the number of people connected to a flux ?

2007-03-16 Thread Julien
Hello, what method, propertie do i need to use to know the number of people connected to a flux ? I need to have this information in a flash client. Thanks, Julien. ___ Découvrez une

[Red5] Binding a SharedObject to a userlist (Flex)

2007-03-16 Thread Stanislaw Fiedor
Hi! Actually it's not really a Red5 question but maybe somebody of you has got an answer for me... Has anybody of you tried to bind a SO to a List or DataGrid in Flex? I'm trying to bind the userlist SO which looks like: userList_so = SharedObject.get(userList); ...

Re: [Red5] Installing Red5

2007-03-16 Thread Thijs Triemstra | Collab
Did you give it a try with Java 1.5 instead? Thijs Op 16-mrt-2007, om 18:06 heeft [EMAIL PROTECTED] het volgende geschreven: Hi again My mistake I hadnt the ANT_HOME var defined now i define it, but still the same error Exception in thread main java.lang.NoClassDefFoundError:

Re: [Red5] flash.media.Camera.setMode Freeze SWF

2007-03-16 Thread Thijs Triemstra | Collab
I don't think you can do anything more about the 2.325 seconds. The time it takes to switch cams depends on the camera and/or hardware configuration.. it takes longer to connect an isight than a dv cam here.. Thijs Op 14-mrt-2007, om 5:35 heeft l u c h y x het volgende geschreven:

Re: [Red5] JW Flash_flv_player, playlists and MP3s

2007-03-16 Thread Thijs Triemstra | Collab
Cool, yeah tutorials is probably better.. I'll move it around. Thijs Op 14-mrt-2007, om 14:23 heeft Travis McCauley het volgende geschreven: Hi Thijs, I added this to the wiki under Streaming Networking. Maybe it should be in tutorials? -Travis From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: [Red5] Installing Red5

2007-03-16 Thread Thijs Triemstra | Collab
Sorry I didn't see the ant thing the first time. Did you try: JDK6 is default, but JDK5 is easily enabled via your build.properties if your building with ant. Look for this line: # Change this var to build to a different Java version java.target_version=1.6 Thijs Op 16-mrt-2007, om 20:05

Re: [Red5] adobe flash media encoder

2007-03-16 Thread Thijs Triemstra | Collab
Donald, what crashed, Red5 or FME? I don't have a windows machine to test it with atm but mabye anyone can tell us how it performs with red5 vs. flash media server.. Thijs Op 16-mrt-2007, om 2:05 heeft Donald het volgende geschreven: I have tried it a few times with different cams and it

[Red5] Red5 and Mysql

2007-03-16 Thread Red5 Forum
I spent a lot of time reading different sites on how to use mysql and red5 this is what i got put together to get a basic connection and insert some data into the database and retrieve it back from the database. you will need to download the jconnector from the mysql site

Re: [Red5] adobe flash media encoder

2007-03-16 Thread Red5 Forum
FME crashed red5 was still running fine, i tired it using windows XP with a server running locally and with my main red5 server (Linux - Centos) crashed every time, and also as far as FME goes i could not get it to run at all on Vista. Thijs Triemstra | Collab;68 Wrote: Donald, what

[Red5] measure the maximal upload bandwidth

2007-03-16 Thread Adam
Hi everybody, i am working on a kind of video conference application. i like to have a automatic function to figure out, how to set the maximal camera quality. right now, i am selecting the highest camera quality (in most cases 640x480) and i measure conn.getReadBytes (for 10 sec) to get

Re: [Red5] One-time ticket authentication through MySQL

2007-03-16 Thread John Kirby
Dan Rossi said the following: That sounds like a killa plan or just use AMF via the app. However our video servers are in one DC and sites in another, so thedb conns are over the wire. Derby. http://db.apache.org/derby So an embedded db in red5 if there is an embedded java solution ?

Re: [Red5] onMetaData for vod

2007-03-16 Thread Dan Rossi
play(stream, 0); the other flags i was using was default so were not neccesary. the metadata is called before the first frame. joseph wamicha wrote: Hello, Problem: In revision 1761, the onMetaData method isn't being triggered or called. Thus when streaming vod currently, I can't seek and

Re: [Red5] onMetaData for vod

2007-03-16 Thread joseph wamicha
I don't know what has changed since revision 1761 but even this option does not trigger onMetaData function. How is onMetaData function triggered from red5? It seems to have broken. I have not changed anything since updating to this revision. On 3/17/07, Dan Rossi [EMAIL PROTECTED] wrote:

Re: [Red5] onMetaData for vod

2007-03-16 Thread Dan Rossi
Shit you are right its had to keep checking things to get something else to work. metadata is busted again. joseph wamicha wrote: I don't know what has changed since revision 1761 but even this option does not trigger onMetaData function. How is onMetaData function triggered from red5? It

Re: [Red5] First step en red5

2007-03-16 Thread Manuel R.G.
This ins't fully true. I'm compiling my apps with a .bat loading cfor classpath red5.jar and commons-logging.jar and it works for now. Maybe i'm the one, but i got no eclipse at all. You can do anything without eclipse. 2007/3/16, dabi du [EMAIL PROTECTED]: You need eclipse if you want to make

Re: [Red5] First step en red5

2007-03-16 Thread Manuel R.G.
You can compile with javac your classes and just include in the classpath the libs that you need to use. An example that sure don't fit your needs but possible and only needs to drop an app upon this .bat: @ECHO OFF CLS DEL ../logs/red5.log net stop red5 D: cd %1\WEB-INF\ md classes ECHO. ECHO

Re: [Red5] onMetaData for vod

2007-03-16 Thread Dan Rossi
maybe it has something to do with the ticket that it keeps trying to write the metadata file on each request even though its there ? Im going to turn the damn thing off and see if it works. Dan Rossi wrote: Shit you are right its had to keep checking things to get something else to work.

Re: [Red5] onMetaData for vod

2007-03-16 Thread joseph wamicha
Looking at subversion logs; $svn log -r 1751:1761 -v http://svn1.cvsdude.com/osflash/red5/java/server/trunk I highly suspect this changes that added FME support are the cause: It talks about to correctly decode stream metadata.

Re: [Red5] onMetaData for vod

2007-03-16 Thread Dan Rossi
the metadata cache isnt the problem its something else. Dan Rossi wrote: maybe it has something to do with the ticket that it keeps trying to write the metadata file on each request even though its there ? Im going to turn the damn thing off and see if it works. Dan Rossi wrote: Shit

Re: [Red5] onMetaData for vod

2007-03-16 Thread joseph wamicha
what do you think it could be that cause this. On 3/17/07, Dan Rossi [EMAIL PROTECTED] wrote: the metadata cache isnt the problem its something else. -- C is forever. ___ Red5 mailing list Red5@osflash.org

Re: [Red5] onMetaData for vod

2007-03-16 Thread Dan Rossi
Damn my apologies for the suggestion to support FME ? If it cant be supported, undoing this would be good and then i guess an open source project to build an equivalanet in flex or something, because the licencing required to purchase the C++ API ! joseph wamicha wrote: Looking at subversion

Re: [Red5] onMetaData for vod

2007-03-16 Thread Steven Gong
Joseph, Do you mean the it works on 1751? On 3/17/07, joseph wamicha [EMAIL PROTECTED] wrote: Looking at subversion logs; $svn log -r 1751:1761 -v http://svn1.cvsdude.com/osflash/red5/java/server/trunk I highly suspect this changes that added FME support are the cause: It talks about to

[Red5] exceptions when live streaming

2007-03-16 Thread Dan Rossi
does anyone get any of these, its causing publisher disconnections after 24 mins. http://jira.red5.org/browse/SN-32 ___ Red5 mailing list Red5@osflash.org http://osflash.org/mailman/listinfo/red5_osflash.org

Re: [Red5] onMetaData for vod

2007-03-16 Thread Dan Rossi
the update to 1761 killed onMetadata. the other wierd thing is if i comment out the write methods in MetaService its still writing a metakey file so its happening elsewhere. Steven Gong wrote: Joseph, Do you mean the it works on 1751? On 3/17/07, joseph wamicha [EMAIL PROTECTED] wrote:

Re: [Red5] exceptions when live streaming

2007-03-16 Thread Steven Gong
Seems it's the issue of the newly-added FileKeyFrameMetaCache. Joachim, Could you please take a look? On 3/17/07, Dan Rossi [EMAIL PROTECTED] wrote: does anyone get any of these, its causing publisher disconnections after 24 mins. http://jira.red5.org/browse/SN-32

Re: [Red5] exceptions when live streaming

2007-03-16 Thread Steven Gong
On 3/17/07, Dan Rossi [EMAIL PROTECTED] wrote: should i disable it ? Its causing bufferoverflow errors aswell though Yep, you can roll back FLVReader and MP3Reader to the prior revisions. Steven Gong wrote: Seems it's the issue of the newly-added FileKeyFrameMetaCache. Joachim, Could

Re: [Red5] exceptions when live streaming

2007-03-16 Thread Dan Rossi
just comment out this bean id=keyframe.cache class=org.red5.io.FileKeyFrameMetaCache/ ? Steven Gong wrote: On 3/17/07, Dan Rossi [EMAIL PROTECTED] wrote: should i disable it ? Its causing bufferoverflow errors aswell though Yep, you can roll back FLVReader and MP3Reader to the prior

Re: [Red5] exceptions when live streaming

2007-03-16 Thread Steven Gong
Ah yes, that should work too. :-) On 3/17/07, Dan Rossi [EMAIL PROTECTED] wrote: just comment out this bean id=keyframe.cache class=org.red5.io.FileKeyFrameMetaCache/ ? Steven Gong wrote: On 3/17/07, Dan Rossi [EMAIL PROTECTED] wrote: should i disable it ? Its causing bufferoverflow

[Red5] Flash admin interface

2007-03-16 Thread Red5
Is there a flash based interface similar to Flash Media Server admin interface for Red5? If not is it possible to to get total users connected to the server? something similar to getclients().size() for a single app, but used all apps on the server? -- Donald 'NixSpot.com'

Re: [Red5] onMetaData for vod

2007-03-16 Thread Dan Rossi
How do i fix this we're getting complaints coz of video sizing. Dan Rossi wrote: the update to 1761 killed onMetadata. the other wierd thing is if i comment out the write methods in MetaService its still writing a metakey file so its happening elsewhere. Steven Gong wrote: Joseph, Do