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
 java.lang.NoClassDefFoundError: 
 org/apache/tools/ant/launch/Launcher
 
 
 
 I have tried all the possible solutions that i found
 on Google, but I have 
 the same error.
 I am trying to install red5-0.6rc2 in a Fedora Core
 5
 I have installed java sdk 1.6.0
 
 
 
 [EMAIL PROTECTED] red5-0.6rc2]# java -version
 java version 1.6.0
 Java(TM) SE Runtime Environment (build 1.6.0-b105)
 Java HotSpot(TM) Client VM (build 1.6.0-b105, mixed
 mode, sharing)
 
 
 
 I installed ant ok
 I think that my problem is on system variables¡, but
 I'm not sure
 this is what I have
 
 
 
 [EMAIL PROTECTED] red5-0.6rc2]# echo $JAVA_HOME
 /usr/java/jdk1.6.0/
 [EMAIL PROTECTED] red5-0.6rc2]# echo $ANT_HOME
 /usr/local/ant/bin
 [EMAIL PROTECTED] red5-0.6rc2]# echo $CLASSPATH

:/usr/share/java/xerces.jar:/usr/share/java/xercesSamples.jar
 
 
 
 What could be the problem?
 Thanks in advance
 
 Federico
 
 
   
 
   
   
 __ 
 Preguntá. Respondé. Descubrí. 
 Todo lo que querías saber, y lo que ni imaginabas, 
 está en Yahoo! Respuestas (Beta). 
 ¡Probalo ya! 
 http://www.yahoo.com.ar/respuestas 
 
 
 
 ___
 Red5 mailing list
 Red5@osflash.org
 http://osflash.org/mailman/listinfo/red5_osflash.org
 



 

Finding fabulous fares is fun.  
Let Yahoo! FareChase search your favorite travel sites to find flight and hotel 
bargains.
http://farechase.yahoo.com/promo-generic-14795097

___
Red5 mailing list
Red5@osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org


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 the first try at it so maybe it is working and this message
will get sent back to the mailing list.

Donald


-- 
Donald

Donald's Profile: 1
View this thread: http://www.nixspot.com/red5/showthread.php?t=23


___
Red5 mailing list
Red5@osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org


[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
Red5@osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org


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
http://osflash.org/mailman/listinfo/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: http://www.nixspot.com/red5/showthread.php?t=25


___
Red5 mailing list
Red5@osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org





--
---
Nos gusta los domingos ir al parque a pinchar los globos de los niños para
verlos llorar .- Eskorbuto
___
Red5 mailing list
Red5@osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org


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
/red5/webapps/fitcDemo/WEB-INF/src/org/red5/demos/fitc.

I think it may be that your original application.java file was actaully
prepared for Java 1.5 and will not compile for Java 1.6.

I am checking this now but I can't quite put my finger on what is exactly
wrong.

My guess is this is the final item that I need to republish your app out
again so that everyone may receive a
really good working copy of your Video Conference app.

Regards,

Lenny

Here is the message:


D:\red5ant webwar
Buildfile: build.xml
[echo] java.home is D:\java\jdk16\jre and the target version is 1.6

-java6.check:

-junit.check:

prepare:

compile_war:
[echo] Javac version: 1.6
[echo] Compiler adapter name: modern
[echo] java.home is D:\java\jdk16\jre and the target version is 1.6

compile_demos:
   [javac] Compiling 1 source file to
D:\red5\bin\tmp\fitcDemo\WEB-INF\classes
   [javac]
D:\red5\webapps\fitcDemo\WEB-INF\src\org\red5\demos\fitc\Application
.java:29: org.red5.demos.fitc.Application is not abstract and does not
override
abstract method streamRecordStart(
org.red5.server.api.stream.IBroadcastStream)
in org.red5.server.api.stream.IStreamAwareScopeHandler
   [javac] public class Application extends ApplicationAdapter implements
   [javac]^
   [javac] 1 error

BUILD FAILED
D:\red5\build.xml:406: The following error occurred while executing this
line:
D:\red5\build.xml:228: Compile failed; see the compiler error output for
details



On 3/14/07, Storm [EMAIL PROTECTED] wrote:


damm... and you are sure there aren't containers over containers hiding
themselves, i suppose. Make sure that nuevaConexion is called from server
to clients.

On 3/15/07, Lenny Sorey [EMAIL PROTECTED] wrote:

 Hello Storm,

 Yep.

 Replaced it fully.

 That is why I was afraid I missed something.

 Regards,

 Lenny


  On 3/14/07, Storm  [EMAIL PROTECTED] wrote:

  Nice work Lenny. Yes, it's supposed to be an all-see-all
  videoconference. Have you  changed fitcDemo server-side app with mine?
 
  Cheers
 
  On 3/14/07, Lenny Sorey [EMAIL PROTECTED] wrote:
  
   Man, Getting old and forgetting really sucks. : ))
  
   The ftp url is as follows:
  
   ftp://67.79.48.170
  
   username: red5
   password: red5
  
   Regards,
  
   Lenny
  
  
  
  
   On 3/14/07, Lenny Sorey [EMAIL PROTECTED] wrote:
   
Ruben,
   
I got Storm's example translated, converted and working under
Tomcat.
   
I do have one question for Storm. Am I suppose to be able to see
all users that have logged
on to this Video Conference Example?
   
If so then I may have done something wrong. I can only still see
just myself whichever machine
I am logging in from.
   
However, I do see info written to the Exit TextArea window with
such info as follows:
   
--VideoConference my ID is = 5--
onResult evtObj.length == 1
   
One additional thing and I need to check back on this. The
buttonDisconnect does not appear
once I am logged in successfully. the buttonConnect remains after
I connect. The one thing I need to
check on is to be sure that an instance of buttonDisconnect
actually exists Flash example I am working
with.
   
I have been testing this example here on my local area network
with machines with
webcams attached which it seems to work just fine.
   
I really like the ability to drag a video container and placed it
anywhere on the current screen.
   
Basically what I did was remove all the existing Actionsscripts
and place the new actionscripts in the following folder:
   
   
/red5/swf/DEV_Source/classes/org/red5/samples/livestream/videoconference
   
The action script names:
   
Connection.as http://connection.as/
Group.as http://group.as/
Container.as http://container.as/
Connector.as http://connector.as/
VideoConference.as
   
In the Connector.as http://connector.as/ script down around line
51 you will need to change the ip address to your own ip.
   
public function openConnection(evtObj:Object):Void{
   
  buttonConnect._visible=false;
  buttonDisconnect._visible=true;
  container_mio.show(); //we make local container visible
  this.configureAudioVideo ();
  connection=new Connection();
  connection.setController(this);
  uri=rtmp://10.2.0.10/fitcDemo;   //  -Change to your
ip address
  //TODO: get the URI from somewhere
  connection.connect (uri);
   
I didn't have to use the Application.java file that came in Storms
example because it appears that the
Application.java file from the current Trunk in the following
folder now has the changes that Storm used in his example.:
   
 

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 PROTECTED] wrote:


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
/red5/webapps/fitcDemo/WEB-INF/src/org/red5/demos/fitc.

I think it may be that your original application.java file was actaully
prepared for Java 1.5 and will not compile for Java 1.6.

I am checking this now but I can't quite put my finger on what is exactly
wrong.

My guess is this is the final item that I need to republish your app out
again so that everyone may receive a
really good working copy of your Video Conference app.

Regards,

Lenny

Here is the message:


D:\red5ant webwar
Buildfile: build.xml
 [echo] java.home is D:\java\jdk16\jre and the target version is 1.6

-java6.check:

-junit.check:

prepare:

compile_war:
 [echo] Javac version: 1.6
 [echo] Compiler adapter name: modern
 [echo] java.home is D:\java\jdk16\jre and the target version is 1.6

compile_demos:
[javac] Compiling 1 source file to
D:\red5\bin\tmp\fitcDemo\WEB-INF\classes
[javac]
D:\red5\webapps\fitcDemo\WEB-INF\src\org\red5\demos\fitc\Application
.java:29: org.red5.demos.fitc.Application is not abstract and does not
override
abstract method streamRecordStart(
org.red5.server.api.stream.IBroadcastStream)
in org.red5.server.api.stream.IStreamAwareScopeHandler
[javac] public class Application extends ApplicationAdapter implements

[javac]^
[javac] 1 error

BUILD FAILED
D:\red5\build.xml:406: The following error occurred while executing this
line:
D:\red5\build.xml:228: Compile failed; see the compiler error output for
details



On 3/14/07, Storm [EMAIL PROTECTED] wrote:

 damm... and you are sure there aren't containers over containers hiding
 themselves, i suppose. Make sure that nuevaConexion is called from server
 to clients.

 On 3/15/07, Lenny Sorey [EMAIL PROTECTED] wrote:
 
  Hello Storm,
 
  Yep.
 
  Replaced it fully.
 
  That is why I was afraid I missed something.
 
  Regards,
 
  Lenny
 
 
   On 3/14/07, Storm  [EMAIL PROTECTED]  wrote:
 
   Nice work Lenny. Yes, it's supposed to be an all-see-all
   videoconference. Have you  changed fitcDemo server-side app with mine?
  
   Cheers
  
   On 3/14/07, Lenny Sorey [EMAIL PROTECTED] wrote:
   
Man, Getting old and forgetting really sucks. : ))
   
The ftp url is as follows:
   
ftp://67.79.48.170
   
username: red5
password: red5
   
Regards,
   
Lenny
   
   
   
   
On 3/14/07, Lenny Sorey [EMAIL PROTECTED] wrote:

 Ruben,

 I got Storm's example translated, converted and working under
 Tomcat.

 I do have one question for Storm. Am I suppose to be able to see
 all users that have logged
 on to this Video Conference Example?

 If so then I may have done something wrong. I can only still see
 just myself whichever machine
 I am logging in from.

 However, I do see info written to the Exit TextArea window with
 such info as follows:

 --VideoConference my ID is = 5--
 onResult evtObj.length == 1

 One additional thing and I need to check back on this. The
 buttonDisconnect does not appear
 once I am logged in successfully. the buttonConnect remains
 after I connect. The one thing I need to
 check on is to be sure that an instance of buttonDisconnect
 actually exists Flash example I am working
 with.

 I have been testing this example here on my local area network
 with machines with
 webcams attached which it seems to work just fine.

 I really like the ability to drag a video container and placed
 it anywhere on the current screen.

 Basically what I did was remove all the existing Actionsscripts
 and place the new actionscripts in the following folder:


 
/red5/swf/DEV_Source/classes/org/red5/samples/livestream/videoconference

 The action script names:

 Connection.as http://connection.as/
 Group.as http://group.as/
 Container.as http://container.as/
 Connector.as http://connector.as/
 VideoConference.as

 In the Connector.as http://connector.as/ script down around
 line 51 you will need to change the ip address to your own ip.

 public function openConnection(evtObj:Object):Void{

   buttonConnect._visible=false;
   buttonDisconnect._visible=true;
   container_mio.show(); //we make local container visible
   this.configureAudioVideo ();
   connection=new Connection();
   

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 able to load/save profiles as i package PC projectors with it 
currently. The other thing that wont work in flash as yet is choosing 
the index of the cameras and microphone device list it will only stay 
default and u can only change it in the settings :) What i like about it 
is the secondary server url input.

Ill test it on our dev FMS for now.

João Fernandes wrote:
 I don't think that you can use flash media encoder with red5 because the 
 it requires a licensed version of Flash Media Server .

 http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=72catid=628threadid=1245533enterthread=y
  From Chris Hock
 As long as the Flash host has offically purchased liceses of FMS, you 
 can use FME for free to stream to them. For example: vendors such as 
 Media Temple, Influxis, ...

 Also,

 2.1 Software License. Subject to the terms and conditions of this 
 Agreement, Adobe hereby grants you a non-exclusive, worldwide, 
 royalty-free license to (a) download, install and use the Software 
 solely to capture video and/or audio content (“Content”), encode the 
 Content into Flash Video Format (“Encoded Content”) and record the 
 Encoded Content to a FLV File and/or stream the Encoded Content to Flash 
 Media Server; and (b) make a reasonable number of copies of the 
 Documentation solely in connection with use of the Software in 
 accordance with this Agreement, but no more than the amount reasonably 
 necessary. 

 I think even if red5 is changed to be compatible with FME, there will be 
 a license issue.

 João Fernandes

 ___
 Red5 mailing list
 Red5@osflash.org
 http://osflash.org/mailman/listinfo/red5_osflash.org

   


___
Red5 mailing list
Red5@osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org


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
 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 able to load/save profiles as i package PC projectors with it
 currently. The other thing that wont work in flash as yet is choosing
 the index of the cameras and microphone device list it will only stay
 default and u can only change it in the settings :) What i like about it
 is the secondary server url input.

 Ill test it on our dev FMS for now.

 João Fernandes wrote:
  I don't think that you can use flash media encoder with red5 because the
  it requires a licensed version of Flash Media Server .
 
  http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=72catid=628threadid=1245533enterthread=y
   From Chris Hock
  As long as the Flash host has offically purchased liceses of FMS, you
  can use FME for free to stream to them. For example: vendors such as
  Media Temple, Influxis, ...
 
  Also,
 
  2.1 Software License. Subject to the terms and conditions of this
  Agreement, Adobe hereby grants you a non-exclusive, worldwide,
  royalty-free license to (a) download, install and use the Software
  solely to capture video and/or audio content (Content), encode the
  Content into Flash Video Format (Encoded Content) and record the
  Encoded Content to a FLV File and/or stream the Encoded Content to Flash
  Media Server; and (b) make a reasonable number of copies of the
  Documentation solely in connection with use of the Software in
  accordance with this Agreement, but no more than the amount reasonably
  necessary. 
 
  I think even if red5 is changed to be compatible with FME, there will be
  a license issue.
 
  João Fernandes
 
  ___
  Red5 mailing list
  Red5@osflash.org
  http://osflash.org/mailman/listinfo/red5_osflash.org
 
 


 ___
 Red5 mailing list
 Red5@osflash.org
 http://osflash.org/mailman/listinfo/red5_osflash.org


___
Red5 mailing list
Red5@osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org


[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 - only need red5 or I need
other with, like eclipse or others?.

How can I make the server stream?, what I need to make in my server?,
I need to put some files?. Or where I can to find more information
about ?, my language is not english, somebody know spanish here?

sorry if my questions are silly, but really i am new in the problem.

Very thanks.

Inari/

___
Red5 mailing list
Red5@osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org


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.

 -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
 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 able to load/save profiles as i package PC projectors with it
 currently. The other thing that wont work in flash as yet is choosing
 the index of the cameras and microphone device list it will only stay
 default and u can only change it in the settings :) What i like about it
 is the secondary server url input.

 Ill test it on our dev FMS for now.

 João Fernandes wrote:
 
 I don't think that you can use flash media encoder with red5 because the
 it requires a licensed version of Flash Media Server .

 http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=72catid=628threadid=1245533enterthread=y
  From Chris Hock
 As long as the Flash host has offically purchased liceses of FMS, you
 can use FME for free to stream to them. For example: vendors such as
 Media Temple, Influxis, ...

 Also,

 2.1 Software License. Subject to the terms and conditions of this
 Agreement, Adobe hereby grants you a non-exclusive, worldwide,
 royalty-free license to (a) download, install and use the Software
 solely to capture video and/or audio content (Content), encode the
 Content into Flash Video Format (Encoded Content) and record the
 Encoded Content to a FLV File and/or stream the Encoded Content to Flash
 Media Server; and (b) make a reasonable number of copies of the
 Documentation solely in connection with use of the Software in
 accordance with this Agreement, but no more than the amount reasonably
 necessary. 

 I think even if red5 is changed to be compatible with FME, there will be
 a license issue.

 João Fernandes

 ___
 Red5 mailing list
 Red5@osflash.org
 http://osflash.org/mailman/listinfo/red5_osflash.org


   
 ___
 Red5 mailing list
 Red5@osflash.org
 http://osflash.org/mailman/listinfo/red5_osflash.org

 

 ___
 Red5 mailing list
 Red5@osflash.org
 http://osflash.org/mailman/listinfo/red5_osflash.org

   


___
Red5 mailing list
Red5@osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org


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.

 -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
 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 able to load/save profiles as i package PC projectors with it
 currently. The other thing that wont work in flash as yet is choosing
 the index of the cameras and microphone device list it will only stay
 default and u can only change it in the settings :) What i like about it
 is the secondary server url input.

 Ill test it on our dev FMS for now.

 João Fernandes wrote:
 
 I don't think that you can use flash media encoder with red5 because the
 it requires a licensed version of Flash Media Server .

 http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=72catid=628threadid=1245533enterthread=y
  From Chris Hock
 As long as the Flash host has offically purchased liceses of FMS, you
 can use FME for free to stream to them. For example: vendors such as
 Media Temple, Influxis, ...

 Also,

 2.1 Software License. Subject to the terms and conditions of this
 Agreement, Adobe hereby grants you a non-exclusive, worldwide,
 royalty-free license to (a) download, install and use the Software
 solely to capture video and/or audio content (Content), encode the
 Content into Flash Video Format (Encoded Content) and record the
 Encoded Content to a FLV File and/or stream the Encoded Content to Flash
 Media Server; and (b) make a reasonable number of copies of the
 Documentation solely in connection with use of the Software in
 accordance with this Agreement, but no more than the amount reasonably
 necessary. 

 I think even if red5 is changed to be compatible with FME, there will be
 a license issue.

 João Fernandes

 ___
 Red5 mailing list
 Red5@osflash.org
 http://osflash.org/mailman/listinfo/red5_osflash.org


   
 ___
 Red5 mailing list
 Red5@osflash.org
 http://osflash.org/mailman/listinfo/red5_osflash.org

 

 ___
 Red5 mailing list
 Red5@osflash.org
 http://osflash.org/mailman/listinfo/red5_osflash.org

   


___
Red5 mailing list
Red5@osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org


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 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 - only need
 red5 or I need
 other with, like eclipse or others?.
 
 How can I make the server stream?, what I need to
 make in my server?,
 I need to put some files?. Or where I can to find
 more information
 about ?, my language is not english, somebody know
 spanish here?
 
 sorry if my questions are silly, but really i am new
 in the problem.
 
 Very thanks.
 
 Inari/
 
 ___
 Red5 mailing list
 Red5@osflash.org
 http://osflash.org/mailman/listinfo/red5_osflash.org
 



 

The fish are biting. 
Get more visitors on your site using Yahoo! Search Marketing.
http://searchmarketing.yahoo.com/arp/sponsoredsearch_v2.php

___
Red5 mailing list
Red5@osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org


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 PROTECTED]
Subject: Re: [Red5] adobe flash media encoder
Date: Fri, 16 Mar 2007 01:47:52 +0100

Hey guys,

Chris Allen schrieb:
  Well I bet it's possible to figure out what they are doing and add
  that to Red5 so that it is compatible.

Yep, and this was done in r1760 ;) FME can now connect and broadcast
to Red5!

FME seems to be not too stable, at least it crashed a lot of times
with AVs while trying to connect it to Red5. They seem to expect
certain objects (like the response to connect) to be serialized
in a given order, so that took a while to figure out...

Joachim


___
Red5 mailing list
Red5@osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org

_
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


___
Red5 mailing list
Red5@osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org


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 LIMITATIONS ON: USE CONTAINED IN 
SECTIONS 2, 3 AND 4; WARRANTY IN SECTION 7; LIABILITY IN SECTION 8, AND 
SPECIFIC LIMITATIONS IN SECTION 14. YOU AGREE THAT THIS AGREEMENT IS 
ENFORCEABLE LIKE ANY WRITTEN NEGOTIATED AGREEMENT SIGNED BY YOU. IF YOU DO NOT 
AGREE, DO NOT USE THIS SOFTWARE. IF YOU ACQUIRED THE SOFTWARE ON TANGIBLE MEDIA 
(e.g., CD-ROM) WITHOUT AN OPPORTUNITY TO REVIEW THIS LICENSE, AND YOU DO NOT 
ACCEPT THIS AGREEMENT, YOU MAY NOT USE THE SOFTWARE.

Adobe and its suppliers own all intellectual property in the Software. Adobe 
permits Developer to Use the Software only in accordance with the terms of this 
Agreement. Use of some third party materials included in the Software may be 
subject to other terms and conditions typically found in a separate license 
agreement or Read Me file located near such materials.

  1.. DEFINITIONS 
1.. Adobe means Adobe Systems Incorporated, a Delaware corporation, 345 
Park Avenue, San Jose, California 95110, if Section 11(a) of this Agreement 
applies; otherwise it means Adobe Systems Software Ireland Limited, Unit 3100, 
Lake Drive, City West Campus, Saggart D24, Republic of Ireland, a company 
organized under the laws of Ireland and an affiliate and licensee of Adobe 
Systems Incorporated.
2.. Adobe Enterprise Software means the generally commercially available 
versions of Adobe software branded as LiveCycle, ColdFusion or Flex.
3.. Adobe Form Software means the generally commercially available 
versions of Adobe LiveCycle Forms, Adobe LiveCycle Reader Extensions, Adobe 
Acrobat Professional and Adobe Acrobat Standard.
4.. Developer refers to any person or entity Using the Software, or any 
component thereof.
5.. Developer Programs means Developer's application programs that are 
designed to extract data from electronic documents that have been processed 
with Adobe LiveCycle Forms software and at least one other Adobe Forms Software 
product and delivered to Developer by Developer's Transaction Partner.
6.. Documentation means explanatory materials supplied with the Software 
or made available online on Adobe web pages related to the Software.
7.. Software means all of the contents of the files, disk(s), CD-ROM(s) 
or other media with which this Agreement is provided, including but not limited 
to Documentation and any upgrades, modified versions, updates, and/or additions 
thereto, if any, provided to Developer by Adobe.
8.. Transaction Partner means a licensee of Adobe Form Software that has 
identified Developer to Adobe as a prospective recipient of the Software.
9.. Use, Used or Using means to access, install, download, copy or 
otherwise benefit from using the Software.
  2.. LICENSE
  Subject to the terms and conditions of this Software License Agreement (this 
Agreement), Adobe grants Developer a non-exclusive, nontransferable, 
royalty-free license to Use the Software subject to the following limitations: 
(a) if Developer has a valid license to Adobe Enterprise Software, then 
Developer may Use the Software only in connection with such licensed Adobe 
Enterprise Software for Developer's own internal business purposes; and (b) if 
Developer does not have a valid license to Adobe Enterprise Software, then 
Developer may Use the Software for the sole purpose of developing Developer 
Programs and use such Developer Programs internally for Developer's own benefit 
to facilitate the extraction of data from Portable Document Format files 
delivered to Developer by a Transaction Partner. Use of the Software and 
development and use of Developer Programs for any purpose not explicitly 
permitted in this Agreement, including but not limited to using such Software 
and Developer Programs as a substitute to obtaining a valid license to Adobe 
software applications, is expressly prohibited. Adobe is under no obligation to 
provide any support under this Agreement, including upgrades or future versions 
of the Software and/or any component thereof, to any other party.
  3.. RESTRICTIONS
  Developer may not distribute, sell, sublicense, rent, loan, or lease the 
Software or Developer Programs and/or any component thereof to any third party. 
Developer agrees not to reverse engineer, decompile, disassemble or otherwise 
attempt to discover the source code of the Software and/or any component 
thereof except to the extent (i) Developer may be expressly permitted to 
decompile under applicable law, (ii) it is essential to do so in order to 
achieve operability of the Software with another software program, and (iii) 
Developer has first asked Adobe to provide the information necessary to achieve 
such operability and Adobe has not made 

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 SOFTWARE YOU ACCEPT ALL THE TERMS AND CONDITIONS OF THIS 
AGREEMENT, INCLUDING, IN PARTICULAR THE LIMITATIONS ON: USE CONTAINED IN 
SECTION 2; TRANSFERABILITY IN SECTION 4.4; WARRANTY DISCLAIMER IN 
SECTION 5; AND LIMITATION OF LIABILITY IN SECTION 6. YOU AGREE THAT THIS 
AGREEMENT IS LIKE ANY WRITTEN NEGOTIATED AGREEMENT SIGNED BY YOU. THIS 
AGREEMENT IS ENFORCEABLE AGAINST YOU AND ANY LEGAL ENTITY THAT OBTAINED 
THE SOFTWARE AND ON WHOSE BEHALF IT IS USED:  FOR EXAMPLE, IF 
APPLICABLE, YOUR EMPLOYER. IF YOU DO NOT AGREE TO THE TERMS OF THIS 
AGREEMENT, DO NOT USE THE SOFTWARE.


Adobe and its suppliers own all intellectual property in the Software. 
The Software is licensed, not sold. Adobe permits you to copy, download, 
install, use, or otherwise benefit from the functionality or 
intellectual property of the Software only in accordance with the terms 
of this Agreement.


1.  Definitions.

Adobe means Adobe Systems Incorporated, a Delaware corporation, 345 
Park Avenue, San Jose, California 95110, if subsection 9(a) of this 
Agreement applies; otherwise it means Adobe Systems Software Ireland 
Limited, Unit 3100, Lake Drive, City West Campus, Saggart D24, Republic 
of Ireland, a company organized under the laws of Ireland and an 
affiliate and licensee of Adobe Systems Incorporated.




Flash Media Server means Adobe's proprietary software that streams 
audio, video and data over the Internet and IP networks and can be used 
to create Web-based interactive media applications.




Flash Player means Adobe's proprietary client software application 
that is installed on an end user's computer and allows such end user to 
view Adobe Flash content.


Flash Video Format means audio and/or video content that is encoded 
and formatted for playback via the Flash Player.


Sample Code means sample software and sample applications in source 
code format made available through Adobe's website and/or provided with 
the Software.


Software means all of the information with which this Agreement is 
provided, including but not limited to (i) the object code version of 
the Adobe or third party software files and other computer information; 
(ii) Sample Code (if any); (iii) any upgrades, modified versions, 
updates and/or additions to any of the foregoing, if provided to you by 
Adobe; and (iv) related explanatory written materials and files, 
including without limitation, the help files that are part of the 
Software (Documentation).


2.  Software License.

*2.1  Software License.  Subject to the terms and conditions of this 
Agreement, Adobe hereby grants you a non-exclusive, worldwide, 
royalty-free license to (a) download, install and use the Software 
solely to capture video and/or audio content (Content), encode the 
Content into Flash Video Format  (Encoded Content) and record the 
Encoded Content to a FLV File and/or stream the Encoded Content to Flash 
Media Server; and (b) make a reasonable number of copies of the 
Documentation solely in connection with use of the Software in 
accordance with this Agreement, but no more than the amount reasonably 
necessary.*


2.2  Sample Code.  Notwithstanding Section 2.1, for the Sample Code 
only, you may modify the Sample Code solely for the purposes of 
designing, developing, recording and saving files and testing your own 
software applications.  However, you are permitted to use, copy and 
redistribute its modified Sample Code only if all of the following 
conditions are met: (a) you include Adobe's copyright notice (if any) 
with your application, including every location in which any other 
copyright notice appears in such application; and (b) you do not 
otherwise use Adobe's name, logos or other Adobe trademarks to market 
your application.  You agree to defend, indemnify, and hold Adobe and 
its suppliers harmless from and against any claims or lawsuits, 
including attorneys' reasonable fees, that arise or result from the use 
or distribution of your applications, provided that Adobe gives you 
prompt written notice of any such claim, tenders to you the defense or 
settlement of such a claim at your expense, and reasonably cooperates 
with you, at your expense, in defending or settling such claim.


3.  Intellectual Property Ownership. The Software and any authorized 
copies that you make are the intellectual property of and are owned by 
Adobe and its suppliers. The structure, organization and code of the 
Software is the valuable trade secrets and confidential information of 
Adobe and its suppliers. The Software is protected by law, including but 
not limited to the copyright laws of the United States and other 
countries, and by international treaty provisions. Except 

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: 
javax.xml.parsers.SAXParser.getXMLReader()Lorg/xml/sax/XMLReader;
at 
org.apache.tools.ant.util.JAXPUtils.getNamespaceXMLReader(JAXPUtils.java:163)
at 
org.apache.tools.ant.helper.ProjectHelper2.parse(ProjectHelper2.java:193)
at 
org.apache.tools.ant.helper.ProjectHelper2.parse(ProjectHelper2.java:140)
at 
org.apache.tools.ant.ProjectHelper.configureProject(ProjectHelper.java:91)
at org.apache.tools.ant.Main.runBuild(Main.java:653)
at org.apache.tools.ant.Main.startAnt(Main.java:187)
at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246)
at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)

Total time: 0 seconds
java.lang.AbstractMethodError: 
javax.xml.parsers.SAXParser.getXMLReader()Lorg/xml/sax/XMLReader;
at 
org.apache.tools.ant.util.JAXPUtils.getNamespaceXMLReader(JAXPUtils.java:163)
at 
org.apache.tools.ant.helper.ProjectHelper2.parse(ProjectHelper2.java:193)
at 
org.apache.tools.ant.helper.ProjectHelper2.parse(ProjectHelper2.java:140)
at 
org.apache.tools.ant.ProjectHelper.configureProject(ProjectHelper.java:91)
at org.apache.tools.ant.Main.runBuild(Main.java:653)
at org.apache.tools.ant.Main.startAnt(Main.java:187)
at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246)
at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)
javax.xml.parsers.SAXParser.getXMLReader()Lorg/xml/sax/XMLReader;
[EMAIL PROTECTED] red5-0.6rc2]# java -version
java version 1.6.0
Java(TM) SE Runtime Environment (build 1.6.0-b105)
Java HotSpot(TM) Client VM (build 1.6.0-b105, mixed mode, sharing)



- Original Message - 
From: dabi du [EMAIL PROTECTED]
To: Red5@osflash.org
Sent: Friday, March 16, 2007 5:10 AM
Subject: Re: [Red5] Installing Red5



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
 java.lang.NoClassDefFoundError:
 org/apache/tools/ant/launch/Launcher



 I have tried all the possible solutions that i found
 on Google, but I have
 the same error.
 I am trying to install red5-0.6rc2 in a Fedora Core
 5
 I have installed java sdk 1.6.0



 [EMAIL PROTECTED] red5-0.6rc2]# java -version
 java version 1.6.0
 Java(TM) SE Runtime Environment (build 1.6.0-b105)
 Java HotSpot(TM) Client VM (build 1.6.0-b105, mixed
 mode, sharing)



 I installed ant ok
 I think that my problem is on system variables¡, but
 I'm not sure
 this is what I have



 [EMAIL PROTECTED] red5-0.6rc2]# echo $JAVA_HOME
 /usr/java/jdk1.6.0/
 [EMAIL PROTECTED] red5-0.6rc2]# echo $ANT_HOME
 /usr/local/ant/bin
 [EMAIL PROTECTED] red5-0.6rc2]# echo $CLASSPATH

:/usr/share/java/xerces.jar:/usr/share/java/xercesSamples.jar



 What could be the problem?
 Thanks in advance

 Federico






 __
 Preguntá. Respondé. Descubrí.
 Todo lo que querías saber, y lo que ni imaginabas,
 está en Yahoo! Respuestas (Beta).
 ¡Probalo ya!
 http://www.yahoo.com.ar/respuestas



 ___
 Red5 mailing list
 Red5@osflash.org
 http://osflash.org/mailman/listinfo/red5_osflash.org






Finding fabulous fares is fun.
Let Yahoo! FareChase search your favorite travel sites to find flight and 
hotel bargains.
http://farechase.yahoo.com/promo-generic-14795097

___
Red5 mailing list
Red5@osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org


-- 
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.446 / Virus Database: 268.18.11/723 - Release Date: 15/03/2007 
11:27 a.m.







__ 
Preguntá. Respondé. Descubrí. 
Todo lo que querías saber, y lo que ni imaginabas, 
está en Yahoo! Respuestas (Beta). 
¡Probalo ya! 
http://www.yahoo.com.ar/respuestas 



___
Red5 mailing list
Red5@osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org


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, March 16, 2007 1:26 PM
Subject: Re: [Red5] Installing Red5


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:
javax.xml.parsers.SAXParser.getXMLReader()Lorg/xml/sax/XMLReader;
at
org.apache.tools.ant.util.JAXPUtils.getNamespaceXMLReader(JAXPUtils.java:163)
at
org.apache.tools.ant.helper.ProjectHelper2.parse(ProjectHelper2.java:193)
at
org.apache.tools.ant.helper.ProjectHelper2.parse(ProjectHelper2.java:140)
at
org.apache.tools.ant.ProjectHelper.configureProject(ProjectHelper.java:91)
at org.apache.tools.ant.Main.runBuild(Main.java:653)
at org.apache.tools.ant.Main.startAnt(Main.java:187)
at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246)
at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)

Total time: 0 seconds
java.lang.AbstractMethodError:
javax.xml.parsers.SAXParser.getXMLReader()Lorg/xml/sax/XMLReader;
at
org.apache.tools.ant.util.JAXPUtils.getNamespaceXMLReader(JAXPUtils.java:163)
at
org.apache.tools.ant.helper.ProjectHelper2.parse(ProjectHelper2.java:193)
at
org.apache.tools.ant.helper.ProjectHelper2.parse(ProjectHelper2.java:140)
at
org.apache.tools.ant.ProjectHelper.configureProject(ProjectHelper.java:91)
at org.apache.tools.ant.Main.runBuild(Main.java:653)
at org.apache.tools.ant.Main.startAnt(Main.java:187)
at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246)
at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)
javax.xml.parsers.SAXParser.getXMLReader()Lorg/xml/sax/XMLReader;
[EMAIL PROTECTED] red5-0.6rc2]# java -version
java version 1.6.0
Java(TM) SE Runtime Environment (build 1.6.0-b105)
Java HotSpot(TM) Client VM (build 1.6.0-b105, mixed mode, sharing)



- Original Message - 
From: dabi du [EMAIL PROTECTED]
To: Red5@osflash.org
Sent: Friday, March 16, 2007 5:10 AM
Subject: Re: [Red5] Installing Red5



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
 java.lang.NoClassDefFoundError:
 org/apache/tools/ant/launch/Launcher



 I have tried all the possible solutions that i found
 on Google, but I have
 the same error.
 I am trying to install red5-0.6rc2 in a Fedora Core
 5
 I have installed java sdk 1.6.0



 [EMAIL PROTECTED] red5-0.6rc2]# java -version
 java version 1.6.0
 Java(TM) SE Runtime Environment (build 1.6.0-b105)
 Java HotSpot(TM) Client VM (build 1.6.0-b105, mixed
 mode, sharing)



 I installed ant ok
 I think that my problem is on system variables¡, but
 I'm not sure
 this is what I have



 [EMAIL PROTECTED] red5-0.6rc2]# echo $JAVA_HOME
 /usr/java/jdk1.6.0/
 [EMAIL PROTECTED] red5-0.6rc2]# echo $ANT_HOME
 /usr/local/ant/bin
 [EMAIL PROTECTED] red5-0.6rc2]# echo $CLASSPATH

:/usr/share/java/xerces.jar:/usr/share/java/xercesSamples.jar



 What could be the problem?
 Thanks in advance

 Federico






 __
 Preguntá. Respondé. Descubrí.
 Todo lo que querías saber, y lo que ni imaginabas,
 está en Yahoo! Respuestas (Beta).
 ¡Probalo ya!
 http://www.yahoo.com.ar/respuestas



 ___
 Red5 mailing list
 Red5@osflash.org
 http://osflash.org/mailman/listinfo/red5_osflash.org






Finding fabulous fares is fun.
Let Yahoo! FareChase search your favorite travel sites to find flight and
hotel bargains.
http://farechase.yahoo.com/promo-generic-14795097

___
Red5 mailing list
Red5@osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org


-- 
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.446 / Virus Database: 268.18.11/723 - Release Date: 15/03/2007
11:27 a.m.







__
Preguntá. Respondé. Descubrí.
Todo lo que querías saber, y lo que ni imaginabas,
está en Yahoo! Respuestas (Beta).
¡Probalo ya!
http://www.yahoo.com.ar/respuestas



___
Red5 mailing list
Red5@osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org


-- 
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.446 / Virus Database: 268.18.11/723 - Release Date: 

[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 nouvelle façon d'obtenir des réponses à toutes vos questions ! 
Profitez des connaissances, des opinions et des expériences des internautes sur 
Yahoo! Questions/Réponses 
http://fr.answers.yahoo.com

___
Red5 mailing list
Red5@osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org


[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);
...
userList_so.setProperty(blesser, {cn: Brian Lesser, status: Offline});
userList_so.setProperty(peldi, {cn: Giacomo Guilizzoni, status: Offline});
userList_so.setProperty(reinhardt, {cn: Robert Reinhardt, status: 
Offline});
...

But bindings don't work with SO as they should.. and actually I don't get 
anything to see in the List ;/

Any ideas how to manage it?

BR
stf___
Red5 mailing list
Red5@osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org


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:
 org/apache/tools/ant/launch/Launcher

 any idea?
 thanks

 - Original Message -
 From: [EMAIL PROTECTED]
 To: Red5@osflash.org
 Sent: Friday, March 16, 2007 1:26 PM
 Subject: Re: [Red5] Installing Red5


 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:
 javax.xml.parsers.SAXParser.getXMLReader()Lorg/xml/sax/XMLReader;
 at
 org.apache.tools.ant.util.JAXPUtils.getNamespaceXMLReader 
 (JAXPUtils.java:163)
 at
 org.apache.tools.ant.helper.ProjectHelper2.parse 
 (ProjectHelper2.java:193)
 at
 org.apache.tools.ant.helper.ProjectHelper2.parse 
 (ProjectHelper2.java:140)
 at
 org.apache.tools.ant.ProjectHelper.configureProject 
 (ProjectHelper.java:91)
 at org.apache.tools.ant.Main.runBuild(Main.java:653)
 at org.apache.tools.ant.Main.startAnt(Main.java:187)
 at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246)
 at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)

 Total time: 0 seconds
 java.lang.AbstractMethodError:
 javax.xml.parsers.SAXParser.getXMLReader()Lorg/xml/sax/XMLReader;
 at
 org.apache.tools.ant.util.JAXPUtils.getNamespaceXMLReader 
 (JAXPUtils.java:163)
 at
 org.apache.tools.ant.helper.ProjectHelper2.parse 
 (ProjectHelper2.java:193)
 at
 org.apache.tools.ant.helper.ProjectHelper2.parse 
 (ProjectHelper2.java:140)
 at
 org.apache.tools.ant.ProjectHelper.configureProject 
 (ProjectHelper.java:91)
 at org.apache.tools.ant.Main.runBuild(Main.java:653)
 at org.apache.tools.ant.Main.startAnt(Main.java:187)
 at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246)
 at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)
 javax.xml.parsers.SAXParser.getXMLReader()Lorg/xml/sax/XMLReader;
 [EMAIL PROTECTED] red5-0.6rc2]# java -version
 java version 1.6.0
 Java(TM) SE Runtime Environment (build 1.6.0-b105)
 Java HotSpot(TM) Client VM (build 1.6.0-b105, mixed mode, sharing)



 - Original Message -
 From: dabi du [EMAIL PROTECTED]
 To: Red5@osflash.org
 Sent: Friday, March 16, 2007 5:10 AM
 Subject: Re: [Red5] Installing Red5



 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
 java.lang.NoClassDefFoundError:
 org/apache/tools/ant/launch/Launcher



 I have tried all the possible solutions that i found
 on Google, but I have
 the same error.
 I am trying to install red5-0.6rc2 in a Fedora Core
 5
 I have installed java sdk 1.6.0



 [EMAIL PROTECTED] red5-0.6rc2]# java -version
 java version 1.6.0
 Java(TM) SE Runtime Environment (build 1.6.0-b105)
 Java HotSpot(TM) Client VM (build 1.6.0-b105, mixed
 mode, sharing)



 I installed ant ok
 I think that my problem is on system variables¡, but
 I'm not sure
 this is what I have



 [EMAIL PROTECTED] red5-0.6rc2]# echo $JAVA_HOME
 /usr/java/jdk1.6.0/
 [EMAIL PROTECTED] red5-0.6rc2]# echo $ANT_HOME
 /usr/local/ant/bin
 [EMAIL PROTECTED] red5-0.6rc2]# echo $CLASSPATH

 :/usr/share/java/xerces.jar:/usr/share/java/xercesSamples.jar



 What could be the problem?
 Thanks in advance

 Federico






 __
 Preguntá. Respondé. Descubrí.
 Todo lo que querías saber, y lo que ni imaginabas,
 está en Yahoo! Respuestas (Beta).
 ¡Probalo ya!
 http://www.yahoo.com.ar/respuestas



 ___
 Red5 mailing list
 Red5@osflash.org
 http://osflash.org/mailman/listinfo/red5_osflash.org





 __ 
 __
 Finding fabulous fares is fun.
 Let Yahoo! FareChase search your favorite travel sites to find  
 flight and
 hotel bargains.
 http://farechase.yahoo.com/promo-generic-14795097

 ___
 Red5 mailing list
 Red5@osflash.org
 http://osflash.org/mailman/listinfo/red5_osflash.org


 -- 
 No virus found in this incoming message.
 Checked by AVG Free Edition.
 Version: 7.5.446 / Virus Database: 268.18.11/723 - Release Date:  
 15/03/2007
 11:27 a.m.







 __
 Preguntá. Respondé. Descubrí.
 Todo lo que querías saber, y lo que ni imaginabas,
 está en Yahoo! Respuestas (Beta).
 ¡Probalo ya!
 http://www.yahoo.com.ar/respuestas



 

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:


Thank's, that's improve a little the execution.
The delay time when I change from resolution 640x480 to 320x240 is  
onSetModeDuration  2.325 seconds.
I´m using Logitech QuickCam Pro 5000 usb2. native rosolution is  
640x480.

What do you think ?

P.D: Thank's for the tip's.!!



On 3/13/07, Thijs Triemstra | Collab  [EMAIL PROTECTED] wrote:
Attach your camera to the Video object again after you invoke  
setMode with Video.attachCamera() (or Video.attachNetStream() for  
NetStreams).


hth,

Thijs


Op 13-mrt-2007, om 20:08 heeft l u c h y x het volgende geschreven:


Hi list!.
Does anybody here know why calling Camera.setMode freeze the movie ?
I know that calling Camera.names will trigger a new scan for  
camera devices on the machine but what Camera.setMode really do ?

Any idea to make this action run smoothly ??.

Thank's

--
Luciano Bustos - Luchyx

r i a e v o l u t i o n ®
[EMAIL PROTECTED]
http://www.riaevolution.com
Phone: +54 (11) 4931-7006
___
Red5 mailing list
Red5@osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org



___
Red5 mailing list
Red5@osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org




--
Luciano Bustos - Luchyx

r i a e v o l u t i o n ®
[EMAIL PROTECTED]
http://www.riaevolution.com
Phone: +54 (11) 4931-7006
___
Red5 mailing list
Red5@osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org


___
Red5 mailing list
Red5@osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org


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 PROTECTED] On  
Behalf Of Thijs Triemstra|Collab

Sent: Wednesday, March 14, 2007 8:40 AM
To: Red5@osflash.org
Subject: Re: [Red5] JW Flash_flv_player, playlists and MP3s



Hi Travis,



thanks for the info. Maybe you can also add it to the Red5 wiki on  
http://wiki.red5.org?




Thijs





Op 13-mrt-2007, om 15:51 heeft Travis McCauley het volgende  
geschreven:





Hello,



I figured out how to use Jeroen Wijering’s Flash Video  Player for  
streaming mp3s in playlist mode using the oflaDemo.  I thought I’d  
post it here since it took me some time in the Flash debugger  
figuring it out and I haven’t seen it mentioned elsewhere on the web.




Once you have red5 running, place some mp3s in the oflaDemo/streams  
folder. Download the player (http://www.jeroenwijering.com/? 
item=Flash_Video_Player). Modify the playlist.xml file like so:




track

titleI’ve Got a Tiger by the Tail/title

creatorBuck Owens/creator

locationrtmp://localhost/oflaDemo/location

identifiertiger-by-the-tail.mp3/identifier

/track



The key addition is the element ‘identifier’. The flash video  
samples on oflaDemo play properly with the ID in the url (localhost/ 
oflaDemo?id=Spiderman3_trailer_300) but the MP3s do not play unless  
you add the identifier element.




Hope this helps some future red5ers.



travis mccauley

canadian music centre





___

Red5 mailing list

Red5@osflash.org

http://osflash.org/mailman/listinfo/red5_osflash.org



___
Red5 mailing list
Red5@osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org


___
Red5 mailing list
Red5@osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org


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 heeft Thijs Triemstra | Collab het volgende  
geschreven:

 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:
 org/apache/tools/ant/launch/Launcher

 any idea?
 thanks

 - Original Message -
 From: [EMAIL PROTECTED]
 To: Red5@osflash.org
 Sent: Friday, March 16, 2007 1:26 PM
 Subject: Re: [Red5] Installing Red5


 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:
 javax.xml.parsers.SAXParser.getXMLReader()Lorg/xml/sax/XMLReader;
 at
 org.apache.tools.ant.util.JAXPUtils.getNamespaceXMLReader
 (JAXPUtils.java:163)
 at
 org.apache.tools.ant.helper.ProjectHelper2.parse
 (ProjectHelper2.java:193)
 at
 org.apache.tools.ant.helper.ProjectHelper2.parse
 (ProjectHelper2.java:140)
 at
 org.apache.tools.ant.ProjectHelper.configureProject
 (ProjectHelper.java:91)
 at org.apache.tools.ant.Main.runBuild(Main.java:653)
 at org.apache.tools.ant.Main.startAnt(Main.java:187)
 at org.apache.tools.ant.launch.Launcher.run(Launcher.java: 
 246)
 at org.apache.tools.ant.launch.Launcher.main(Launcher.java: 
 67)

 Total time: 0 seconds
 java.lang.AbstractMethodError:
 javax.xml.parsers.SAXParser.getXMLReader()Lorg/xml/sax/XMLReader;
 at
 org.apache.tools.ant.util.JAXPUtils.getNamespaceXMLReader
 (JAXPUtils.java:163)
 at
 org.apache.tools.ant.helper.ProjectHelper2.parse
 (ProjectHelper2.java:193)
 at
 org.apache.tools.ant.helper.ProjectHelper2.parse
 (ProjectHelper2.java:140)
 at
 org.apache.tools.ant.ProjectHelper.configureProject
 (ProjectHelper.java:91)
 at org.apache.tools.ant.Main.runBuild(Main.java:653)
 at org.apache.tools.ant.Main.startAnt(Main.java:187)
 at org.apache.tools.ant.launch.Launcher.run(Launcher.java: 
 246)
 at org.apache.tools.ant.launch.Launcher.main(Launcher.java: 
 67)
 javax.xml.parsers.SAXParser.getXMLReader()Lorg/xml/sax/XMLReader;
 [EMAIL PROTECTED] red5-0.6rc2]# java -version
 java version 1.6.0
 Java(TM) SE Runtime Environment (build 1.6.0-b105)
 Java HotSpot(TM) Client VM (build 1.6.0-b105, mixed mode, sharing)



 - Original Message -
 From: dabi du [EMAIL PROTECTED]
 To: Red5@osflash.org
 Sent: Friday, March 16, 2007 5:10 AM
 Subject: Re: [Red5] Installing Red5



 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
 java.lang.NoClassDefFoundError:
 org/apache/tools/ant/launch/Launcher



 I have tried all the possible solutions that i found
 on Google, but I have
 the same error.
 I am trying to install red5-0.6rc2 in a Fedora Core
 5
 I have installed java sdk 1.6.0



 [EMAIL PROTECTED] red5-0.6rc2]# java -version
 java version 1.6.0
 Java(TM) SE Runtime Environment (build 1.6.0-b105)
 Java HotSpot(TM) Client VM (build 1.6.0-b105, mixed
 mode, sharing)



 I installed ant ok
 I think that my problem is on system variables¡, but
 I'm not sure
 this is what I have



 [EMAIL PROTECTED] red5-0.6rc2]# echo $JAVA_HOME
 /usr/java/jdk1.6.0/
 [EMAIL PROTECTED] red5-0.6rc2]# echo $ANT_HOME
 /usr/local/ant/bin
 [EMAIL PROTECTED] red5-0.6rc2]# echo $CLASSPATH

 :/usr/share/java/xerces.jar:/usr/share/java/xercesSamples.jar



 What could be the problem?
 Thanks in advance

 Federico






 __
 Preguntá. Respondé. Descubrí.
 Todo lo que querías saber, y lo que ni imaginabas,
 está en Yahoo! Respuestas (Beta).
 ¡Probalo ya!
 http://www.yahoo.com.ar/respuestas



 ___
 Red5 mailing list
 Red5@osflash.org
 http://osflash.org/mailman/listinfo/red5_osflash.org





 _ 
 _
 __
 Finding fabulous fares is fun.
 Let Yahoo! FareChase search your favorite travel sites to find
 flight and
 hotel bargains.
 http://farechase.yahoo.com/promo-generic-14795097

 ___
 Red5 mailing list
 Red5@osflash.org
 http://osflash.org/mailman/listinfo/red5_osflash.org


 -- 
 No virus found in this incoming message.
 Checked by AVG Free 

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 crashed every
 time, would be a great option
 once it is stable.

 Joachim Bauch wrote:
 Hey guys,

 Chris Allen schrieb:

 Well I bet it's possible to figure out what they are doing and add
 that to Red5 so that it is compatible.


 Yep, and this was done in r1760 ;) FME can now connect and broadcast
 to Red5!

 FME seems to be not too stable, at least it crashed a lot of times
 with AVs while trying to connect it to Red5. They seem to expect
 certain objects (like the response to connect) to be serialized
 in a given order, so that took a while to figure out...

 Joachim


 ___
 Red5 mailing list
 Red5@osflash.org
 http://osflash.org/mailman/listinfo/red5_osflash.org






 ___
 Red5 mailing list
 Red5@osflash.org
 http://osflash.org/mailman/listinfo/red5_osflash.org


___
Red5 mailing list
Red5@osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org


[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
http://dev.mysql.com/downloads/connector/j/5.0.html
and extract it into you WEB-INF/lib folder for your project

Server Side Java code

package demo;

import org.red5.server.adapter.ApplicationAdapter;
import java.sql.*;

public class Application extends ApplicationAdapter {
int id_num = 0;
String name = ;

///MYSQL SECTION
public String mysql() {
try {
Statement stmt;
ResultSet queryresult;
Class.forName(com.mysql.jdbc.Driver);
String url = jdbc:mysql://localhost/dbname;
Connection mysql_conn = DriverManager.getConnection(
url,dbuser, dbpassword);
stmt = mysql_conn.createStatement();
stmt.executeUpdate(INSERT INTO table (id , name) VALUES
(null , 'somevalue'));
queryresult = stmt.executeQuery(SELECT * from table
ORDER BY id LIMIT 1);
while(queryresult.next()){
int var1= queryresult.getInt(id);
String var2= queryresult.getString(name);
id_num = var1;
name = var2;
}
mysql_conn.close();
}catch( Exception e ) {
e.printStackTrace();
}
return name + / + id_num;
}
//END MYSQL SECTION
}
Client Side Flash code

mysql.onRelease = function() {
var mysqlObj:Object = new Object();
nc.call(mysql, mysqlObj);
mysqlObj.onResult = function(test) {
var my_str:String = test;
var my_array:Array = my_str.split(/);
id.text = (my_array[0]);
id_name.text = (my_array[1]);
};
};


-- 
Donald

'NixSpot' (http://www.nixspot.com)'
' (http://www.nixspot.com/red5/../)

Donald's Profile: 1
View this thread: http://www.nixspot.com/red5/showthread.php?t=42


___
Red5 mailing list
Red5@osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org


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 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 crashed every
  time, would be a great option
  once it is stable.
 
  Joachim Bauch wrote:
  Hey guys,
 
  Chris Allen schrieb:
 
  Well I bet it's possible to figure out what they are doing and add
  that to Red5 so that it is compatible.
 
 
  Yep, and this was done in r1760 ;) FME can now connect and broadcast
  to Red5!
 
  FME seems to be not too stable, at least it crashed a lot of times
  with AVs while trying to connect it to Red5. They seem to expect
  certain objects (like the response to connect) to be serialized
  in a given order, so that took a while to figure out...
 
  Joachim
 
 
  ___
  Red5 mailing list
  Red5 (AT) osflash (DOT) org
  http://osflash.org/mailman/listinfo/red5_osflash.org
 
 
 
 
 
 
  ___
  Red5 mailing list
  Red5 (AT) osflash (DOT) org
  http://osflash.org/mailman/listinfo/red5_osflash.org
 
 
 ___
 Red5 mailing list
 Red5 (AT) osflash (DOT) org
 http://osflash.org/mailman/listinfo/red5_osflash.org


-- 
Donald

'NixSpot' (http://www.nixspot.com)'
' (http://www.nixspot.com/red5/../)

Donald's Profile: 1
View this thread: http://www.nixspot.com/red5/showthread.php?t=41


___
Red5 mailing list
Red5@osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org


[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 Kb/s.  
The problem eg. is:  
 
i have a upload of 64Kb/s. 
Since i am not moving in front of the camera the bandwidth (at 640x480)
it's less then 64Kb/s. But when i am moving the upload peak is about
120Kb/s (measeured internal LAN), where the live stream get's sticky.  
So it's not practical to tell the customers to move in front of the
camera while measuring the upload bandwidth.  
 
Is there a way to fake client side eg. a 1Mbit upload to measure the
outcome at Red5 side?  
Or is there a better approach?
 
any help is much appreciated.
 
-Adam-
___
Red5 mailing list
Red5@osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org


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 ? 


And connecting to the app via AMF3 !  thats the plan to test. 
I use mysql exclusively but on the php nix end. The  video servers are 
on windows, so if someone has an embedded db suggestion let me know.


Storm wrote:
  
Thanks for sharing, Jason. This piece could be useful for me in near 
future

;)

Cheers

On 2/28/07, Jason Jensen [EMAIL PROTECTED] wrote:


 I'm not a Java developer but I have created VERY simple authentication
for my oflaDemo webapp.  I got the idea from reading the 'Programming 
Flash

Communication Server' book (published by O'reilly), chaper 18 'Securing
Applications'.

1. Flash movie passes username and password to web server(via SSL
   using AMFPHP)
   2. Web server/application server returns a one-time ticket(through
   two hashed strings, tid and ticket) to the flash movie
   3. Flash movie connects to Red5 using the tid and ticket(instead of
   username and password...)
   4. Red5 checks the tid and ticket against a MySQL db and accepts or
   rejects the connection

In step one I also create a timestamp representing the creation time, 
and
a 'stale' datetime a couple minutes after the creation time.  So my 
simple
'tickets' table has five columns: tid, ticket, uid(linking the ticket 
to a
user table), created(timestamp) and staleDateTime.  The ticket is 
only valid

if it is used between the creation time and stale time.

You'll need to install the MySQL JDBC driver and add it's jar to your
classpath.  Here's my oflaDemo Application.java, but please remember 
this

is temporary authentication...  and VERY simple!!!

Hope this helps someone :-)

code follows...
package org.red5.server.webapp.oflaDemo;

import org.red5.server.adapter.ApplicationAdapter;
import org.red5.server.api.IConnection;
import org.red5.server.api.IScope;
import org.red5.server.api.stream.IServerStream;
import org.red5.server.api.stream.IStreamCapableConnection;
import org.red5.server.api.stream.support.SimpleBandwidthConfigure;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
//import sql classes
import java.sql.*;

public class Application extends ApplicationAdapter {

 //logging
 private static final Log log = LogFactory.getLog(Application.class);

 private IScope appScope;

 private IServerStream serverStream;

 /** [EMAIL PROTECTED] [EMAIL PROTECTED]} */
@Override
 public boolean appStart(IScope app) {
  appScope = app;
  return true;
 }

 /** [EMAIL PROTECTED] [EMAIL PROTECTED]} */
@Override
 public boolean appConnect(IConnection conn, Object[] params) {

  // Trigger calling of onBWDone, required for some FLV players
  measureBandwidth(conn);
  if (conn instanceof IStreamCapableConnection) {
   IStreamCapableConnection streamConn = (IStreamCapableConnection) 
conn;

   SimpleBandwidthConfigure sbc = new SimpleBandwidthConfigure();
   sbc.setMaxBurst(8 * 1024 * 1024);
   sbc.setBurst(8 * 1024 * 1024);
   sbc.setOverallBandwidth(2 * 1024 * 1024);
   streamConn.setBandwidthConfigure(sbc);
  }

//  if (appScope == conn.getScope()) {
//   serverStream = StreamUtils.createServerStream(appScope, live0);
//   SimplePlayItem item = new SimplePlayItem();
//   item.setStart(0);
//   item.setLength(1);
//   item.setName(on2_flash8_w_audio);
//   serverStream.addItem(item);
//   item = new SimplePlayItem();
//   item.setStart(2);
//   item.setLength(1);
//   item.setName(on2_flash8_w_audio);
//   serverStream.addItem(item);
//   serverStream.start();
//   try {
//serverStream.saveAs(aaa, false);
//serverStream.saveAs(bbb, false);
//   } catch (Exception e) {}
//  }
//**START AUTHENTICATION CODE**

  //here we go...
  boolean authenticated = false;

  authenticated = authenticate(params);

  if(authenticated){
   log.info(Come on in friend!);
   return super.appConnect(conn, params);
  }else{
   log.info(Yikes! A LEACH!!);
  }
  rejectClient();
  return false;
 }

private boolean authenticate(Object[] params){

   String authTicketID = (String)params[0];
   String authTicket = (String)params[1];
   //convert the third parameter from a string that represents a
timestamp, to a java timestamp data type
   java.sql.Timestamp authTimestamp = java.sql.Timestamp.valueOf
((String)params[2]);

 //the connection paremeters...
   log.info(authTicketID +authTicketID);
 log.info(authTicket +authTicket);
 log.info(authTimestamp +authTimestamp);

ResultSet rs = null;
Connection conn = null;
PreparedStatement pstmt = null;
String dbTID = null;
String dbTicket = null;
java.sql.Timestamp dbCreated = null;
java.sql.Timestamp dbStaleDateTime = null;

try {
  

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 the 
 video.heightand
 video.width dimensions can not be set using metadata information in
 onMetaData function.

 I seem to notice a pattern with red5. The first time a vod item is 
 played, a
 .meta file is generated which contains keyframes and their positions and
 timestamps. I think it is this file that is used when you do a seek from
 Flash End. Right now seek does not seem to be working when using John's
 flex2 player even with this .meta file in place. Is anyone else 
 experiencing
 the same problems up of revision 1761 for onMetaData?

 I'd be grateful for any help.

 

 ___
 Red5 mailing list
 Red5@osflash.org
 http://osflash.org/mailman/listinfo/red5_osflash.org
   


___
Red5 mailing list
Red5@osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org


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:


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 the
 video.heightand
 video.width dimensions can not be set using metadata information in
 onMetaData function.

 I seem to notice a pattern with red5. The first time a vod item is
 played, a
 .meta file is generated which contains keyframes and their positions and
 timestamps. I think it is this file that is used when you do a seek from
 Flash End. Right now seek does not seem to be working when using John's
 flex2 player even with this .meta file in place. Is anyone else
 experiencing
 the same problems up of revision 1761 for onMetaData?

 I'd be grateful for any help.

 

 ___
 Red5 mailing list
 Red5@osflash.org
 http://osflash.org/mailman/listinfo/red5_osflash.org



___
Red5 mailing list
Red5@osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org





--
C is forever.
___
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
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 seems to have broken. I have not changed anything since 
 updating to
 this revision.

 On 3/17/07, Dan Rossi [EMAIL PROTECTED] wrote:

 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 the
  video.heightand
  video.width dimensions can not be set using metadata information in
  onMetaData function.
 
  I seem to notice a pattern with red5. The first time a vod item is
  played, a
  .meta file is generated which contains keyframes and their 
 positions and
  timestamps. I think it is this file that is used when you do a seek 
 from
  Flash End. Right now seek does not seem to be working when using 
 John's
  flex2 player even with this .meta file in place. Is anyone else
  experiencing
  the same problems up of revision 1761 for onMetaData?
 
  I'd be grateful for any help.
 
  
 
 
  ___
  Red5 mailing list
  Red5@osflash.org
  http://osflash.org/mailman/listinfo/red5_osflash.org
 


 ___
 Red5 mailing list
 Red5@osflash.org
 http://osflash.org/mailman/listinfo/red5_osflash.org




 

 ___
 Red5 mailing list
 Red5@osflash.org
 http://osflash.org/mailman/listinfo/red5_osflash.org
   


___
Red5 mailing list
Red5@osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org


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 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 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 - only need
  red5 or I need
  other with, like eclipse or others?.
 
  How can I make the server stream?, what I need to
  make in my server?,
  I need to put some files?. Or where I can to find
  more information
  about ?, my language is not english, somebody know
  spanish here?
 
  sorry if my questions are silly, but really i am new
  in the problem.
 
  Very thanks.
 
  Inari/
 
  ___
  Red5 mailing list
  Red5@osflash.org
  http://osflash.org/mailman/listinfo/red5_osflash.org
 




 
 The fish are biting.
 Get more visitors on your site using Yahoo! Search Marketing.
 http://searchmarketing.yahoo.com/arp/sponsoredsearch_v2.php

 ___
 Red5 mailing list
 Red5@osflash.org
 http://osflash.org/mailman/listinfo/red5_osflash.org


___
Red5 mailing list
Red5@osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org


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 COMPILANDO...
ECHO.
javac -Xlint:unchecked -d ./classes -classpath
d:\Manolo\Red5\lib\red5.jar;d:\Manolo\Red5\lib\commons-logging.jar;.
src/*.java
ECHO.
ECHO HACIENDO JAR
ECHO.
md lib
cd classes
jar cvf ../lib/%~n1.jar .
ECHO.
ECHO INICIANDO RED5
ECHO.
net start red5
PAUSE

2007/3/17, Manuel R.G. [EMAIL PROTECTED]:
 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 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 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 - only need
   red5 or I need
   other with, like eclipse or others?.
  
   How can I make the server stream?, what I need to
   make in my server?,
   I need to put some files?. Or where I can to find
   more information
   about ?, my language is not english, somebody know
   spanish here?
  
   sorry if my questions are silly, but really i am new
   in the problem.
  
   Very thanks.
  
   Inari/
  
   ___
   Red5 mailing list
   Red5@osflash.org
   http://osflash.org/mailman/listinfo/red5_osflash.org
  
 
 
 
 
  
  The fish are biting.
  Get more visitors on your site using Yahoo! Search Marketing.
  http://searchmarketing.yahoo.com/arp/sponsoredsearch_v2.php
 
  ___
  Red5 mailing list
  Red5@osflash.org
  http://osflash.org/mailman/listinfo/red5_osflash.org
 


___
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
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. 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 seems to have broken. I have not changed anything since 
 updating to
 this revision.

 On 3/17/07, Dan Rossi [EMAIL PROTECTED] wrote:
 
 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 the
 video.heightand
 video.width dimensions can not be set using metadata information in
 onMetaData function.

 I seem to notice a pattern with red5. The first time a vod item is
 played, a
 .meta file is generated which contains keyframes and their 
 
 positions and
   
 timestamps. I think it is this file that is used when you do a seek 
 
 from
   
 Flash End. Right now seek does not seem to be working when using 
 
 John's
   
 flex2 player even with this .meta file in place. Is anyone else
 experiencing
 the same problems up of revision 1761 for onMetaData?

 I'd be grateful for any help.


 
 
   
 ___
 Red5 mailing list
 Red5@osflash.org
 http://osflash.org/mailman/listinfo/red5_osflash.org

 
 ___
 Red5 mailing list
 Red5@osflash.org
 http://osflash.org/mailman/listinfo/red5_osflash.org

   

 

 ___
 Red5 mailing list
 Red5@osflash.org
 http://osflash.org/mailman/listinfo/red5_osflash.org
   
 


 ___
 Red5 mailing list
 Red5@osflash.org
 http://osflash.org/mailman/listinfo/red5_osflash.org

   


___
Red5 mailing list
Red5@osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org


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.


r1760 | jbauch | 2007-03-16 03:44:23 +0300 (Fri, 16 Mar 2007) | 5 lines
Changed paths:
  M /doc/trunk/changelog.txt
  M /java/server/trunk/src/org/red5/io/amf/Output.java
  A /java/server/trunk/src/org/red5/io/object/ICustomSerializable.java
  A /java/server/trunk/src/org/red5/io/object/ISerializerOptionAware.java
  M /java/server/trunk/src/org/red5/io/object/Serializer.java
  M /java/server/trunk/src/org/red5/server/net/rtmp/RTMPHandler.java
  M
/java/server/trunk/src/org/red5/server/net/rtmp/codec/RTMPProtocolDecoder.java
  M /java/server/trunk/src/org/red5/server/net/rtmp/status/Status.java
  M
/java/server/trunk/src/org/red5/server/net/rtmp/status/StatusObject.java
  M
/java/server/trunk/src/org/red5/server/stream/ClientBroadcastStream.java

added interface to allow objects to serialize themselves
added interface for objects that know about their serializer options
send publish/record start events before the first packet is received
correctly decode published stream metadata
- Now Red5 supports being connected to from FME!

r1761 | jbauch | 2007-03-16 04:05:26 +0300 (Fri, 16 Mar 2007) | 1 line
Changed paths:
  M /java/server/trunk/src/org/red5/server/adapter/ApplicationAdapter.java
  M /java/server/trunk/src/org/red5/server/api/stream/IStreamService.java
  M /java/server/trunk/src/org/red5/server/net/rtmp/RTMPHandler.java
  M /java/server/trunk/src/org/red5/server/net/rtmp/message/Constants.java
  M /java/server/trunk/src/org/red5/server/stream/StreamService.java

added FME specific methods


On 3/17/07, Dan Rossi [EMAIL PROTECTED] wrote:


Shit you are right its had to keep checking things to get something else
to work. metadata is busted again.



--
C is forever.
___
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 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 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 seems to have broken. I have not changed anything since 
 updating to
 this revision.

 On 3/17/07, Dan Rossi [EMAIL PROTECTED] wrote:
 
   
 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 the
 video.heightand
 video.width dimensions can not be set using metadata information in
 onMetaData function.

 I seem to notice a pattern with red5. The first time a vod item is
 played, a
 .meta file is generated which contains keyframes and their 
 
   
 positions and
   
 
 timestamps. I think it is this file that is used when you do a seek 
 
   
 from
   
 
 Flash End. Right now seek does not seem to be working when using 
 
   
 John's
   
 
 flex2 player even with this .meta file in place. Is anyone else
 experiencing
 the same problems up of revision 1761 for onMetaData?

 I'd be grateful for any help.


 
   
 
   
 
 ___
 Red5 mailing list
 Red5@osflash.org
 http://osflash.org/mailman/listinfo/red5_osflash.org

 
   
 ___
 Red5 mailing list
 Red5@osflash.org
 http://osflash.org/mailman/listinfo/red5_osflash.org

   
 
 

 ___
 Red5 mailing list
 Red5@osflash.org
 http://osflash.org/mailman/listinfo/red5_osflash.org
   
 
   
 ___
 Red5 mailing list
 Red5@osflash.org
 http://osflash.org/mailman/listinfo/red5_osflash.org

   
 


 ___
 Red5 mailing list
 Red5@osflash.org
 http://osflash.org/mailman/listinfo/red5_osflash.org

   


___
Red5 mailing list
Red5@osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org


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
http://osflash.org/mailman/listinfo/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 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.

 
 r1760 | jbauch | 2007-03-16 03:44:23 +0300 (Fri, 16 Mar 2007) | 5 lines
 Changed paths:
   M /doc/trunk/changelog.txt
   M /java/server/trunk/src/org/red5/io/amf/Output.java
   A /java/server/trunk/src/org/red5/io/object/ICustomSerializable.java
   A /java/server/trunk/src/org/red5/io/object/ISerializerOptionAware.java
   M /java/server/trunk/src/org/red5/io/object/Serializer.java
   M /java/server/trunk/src/org/red5/server/net/rtmp/RTMPHandler.java
   M
 /java/server/trunk/src/org/red5/server/net/rtmp/codec/RTMPProtocolDecoder.java
  

   M /java/server/trunk/src/org/red5/server/net/rtmp/status/Status.java
   M
 /java/server/trunk/src/org/red5/server/net/rtmp/status/StatusObject.java
   M
 /java/server/trunk/src/org/red5/server/stream/ClientBroadcastStream.java

 added interface to allow objects to serialize themselves
 added interface for objects that know about their serializer options
 send publish/record start events before the first packet is received
 correctly decode published stream metadata
 - Now Red5 supports being connected to from FME!
 
 r1761 | jbauch | 2007-03-16 04:05:26 +0300 (Fri, 16 Mar 2007) | 1 line
 Changed paths:
   M 
 /java/server/trunk/src/org/red5/server/adapter/ApplicationAdapter.java
   M /java/server/trunk/src/org/red5/server/api/stream/IStreamService.java
   M /java/server/trunk/src/org/red5/server/net/rtmp/RTMPHandler.java
   M 
 /java/server/trunk/src/org/red5/server/net/rtmp/message/Constants.java
   M /java/server/trunk/src/org/red5/server/stream/StreamService.java

 added FME specific methods
 

 On 3/17/07, Dan Rossi [EMAIL PROTECTED] wrote:

 Shit you are right its had to keep checking things to get something else
 to work. metadata is busted again.


 

 ___
 Red5 mailing list
 Red5@osflash.org
 http://osflash.org/mailman/listinfo/red5_osflash.org
 


___
Red5 mailing list
Red5@osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org


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 correctly decode stream metadata.


r1760 | jbauch | 2007-03-16 03:44:23 +0300 (Fri, 16 Mar 2007) | 5 lines
Changed paths:
   M /doc/trunk/changelog.txt
   M /java/server/trunk/src/org/red5/io/amf/Output.java
   A /java/server/trunk/src/org/red5/io/object/ICustomSerializable.java
   A /java/server/trunk/src/org/red5/io/object/ISerializerOptionAware.java

   M /java/server/trunk/src/org/red5/io/object/Serializer.java
   M /java/server/trunk/src/org/red5/server/net/rtmp/RTMPHandler.java
   M
/java/server/trunk/src/org/red5/server/net/rtmp/codec/RTMPProtocolDecoder.java

   M /java/server/trunk/src/org/red5/server/net/rtmp/status/Status.java
   M
/java/server/trunk/src/org/red5/server/net/rtmp/status/StatusObject.java
   M
/java/server/trunk/src/org/red5/server/stream/ClientBroadcastStream.java

added interface to allow objects to serialize themselves
added interface for objects that know about their serializer options
send publish/record start events before the first packet is received
correctly decode published stream metadata
- Now Red5 supports being connected to from FME!

r1761 | jbauch | 2007-03-16 04:05:26 +0300 (Fri, 16 Mar 2007) | 1 line
Changed paths:
   M
/java/server/trunk/src/org/red5/server/adapter/ApplicationAdapter.java
   M /java/server/trunk/src/org/red5/server/api/stream/IStreamService.java
   M /java/server/trunk/src/org/red5/server/net/rtmp/RTMPHandler.java
   M
/java/server/trunk/src/org/red5/server/net/rtmp/message/Constants.java
   M /java/server/trunk/src/org/red5/server/stream/StreamService.java

added FME specific methods


On 3/17/07, Dan Rossi [EMAIL PROTECTED] wrote:

 Shit you are right its had to keep checking things to get something else
 to work. metadata is busted again.


--
C is forever.
___
Red5 mailing list
Red5@osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org





--
I cannot tell why this heart languishes in silence. It is for small needs it
never asks, or knows or remembers.  -- Tagore

Best Regards
Steven Gong
___
Red5 mailing list
Red5@osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org


[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:

 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.

 
 r1760 | jbauch | 2007-03-16 03:44:23 +0300 (Fri, 16 Mar 2007) | 5 lines
 Changed paths:
M /doc/trunk/changelog.txt
M /java/server/trunk/src/org/red5/io/amf/Output.java
A /java/server/trunk/src/org/red5/io/object/ICustomSerializable.java
A 
 /java/server/trunk/src/org/red5/io/object/ISerializerOptionAware.java

M /java/server/trunk/src/org/red5/io/object/Serializer.java
M /java/server/trunk/src/org/red5/server/net/rtmp/RTMPHandler.java
M
 /java/server/trunk/src/org/red5/server/net/rtmp/codec/RTMPProtocolDecoder.java
  


M /java/server/trunk/src/org/red5/server/net/rtmp/status/Status.java
M
 /java/server/trunk/src/org/red5/server/net/rtmp/status/StatusObject.java
M
 /java/server/trunk/src/org/red5/server/stream/ClientBroadcastStream.java

 added interface to allow objects to serialize themselves
 added interface for objects that know about their serializer options
 send publish/record start events before the first packet is received
 correctly decode published stream metadata
 - Now Red5 supports being connected to from FME!
 
 r1761 | jbauch | 2007-03-16 04:05:26 +0300 (Fri, 16 Mar 2007) | 1 line
 Changed paths:
M
 /java/server/trunk/src/org/red5/server/adapter/ApplicationAdapter.java
M 
 /java/server/trunk/src/org/red5/server/api/stream/IStreamService.java
M /java/server/trunk/src/org/red5/server/net/rtmp/RTMPHandler.java
M
 /java/server/trunk/src/org/red5/server/net/rtmp/message/Constants.java
M /java/server/trunk/src/org/red5/server/stream/StreamService.java

 added FME specific methods
 

 On 3/17/07, Dan Rossi [EMAIL PROTECTED] wrote:
 
  Shit you are right its had to keep checking things to get something 
 else
  to work. metadata is busted again.
 
 
 -- 
 C is forever.
 ___
 Red5 mailing list
 Red5@osflash.org
 http://osflash.org/mailman/listinfo/red5_osflash.org




 

 ___
 Red5 mailing list
 Red5@osflash.org
 http://osflash.org/mailman/listinfo/red5_osflash.org
   


___
Red5 mailing list
Red5@osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org


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

___
Red5 mailing list
Red5@osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org





--
I cannot tell why this heart languishes in silence. It is for small needs it
never asks, or knows or remembers.  -- Tagore

Best Regards
Steven Gong
___
Red5 mailing list
Red5@osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org


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 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

 ___
 Red5 mailing list
 Red5@osflash.org
 http://osflash.org/mailman/listinfo/red5_osflash.org




 

 ___
 Red5 mailing list
 Red5@osflash.org
 http://osflash.org/mailman/listinfo/red5_osflash.org



___
Red5 mailing list
Red5@osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org





--
I cannot tell why this heart languishes in silence. It is for small needs it
never asks, or knows or remembers.  -- Tagore

Best Regards
Steven Gong
___
Red5 mailing list
Red5@osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org


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 revisions.

 Steven Gong wrote:
  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
 
  ___
  Red5 mailing list
  Red5@osflash.org
  http://osflash.org/mailman/listinfo/red5_osflash.org
 
 
 
 
  
 
 
  ___
  Red5 mailing list
  Red5@osflash.org
  http://osflash.org/mailman/listinfo/red5_osflash.org
 


 ___
 Red5 mailing list
 Red5@osflash.org
 http://osflash.org/mailman/listinfo/red5_osflash.org




 

 ___
 Red5 mailing list
 Red5@osflash.org
 http://osflash.org/mailman/listinfo/red5_osflash.org
   


___
Red5 mailing list
Red5@osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org


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 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 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
 
  ___
  Red5 mailing list
  Red5@osflash.org
  http://osflash.org/mailman/listinfo/red5_osflash.org
 
 
 
 
 


 
  ___
  Red5 mailing list
  Red5@osflash.org
  http://osflash.org/mailman/listinfo/red5_osflash.org
 


 ___
 Red5 mailing list
 Red5@osflash.org
 http://osflash.org/mailman/listinfo/red5_osflash.org




 

 ___
 Red5 mailing list
 Red5@osflash.org
 http://osflash.org/mailman/listinfo/red5_osflash.org



___
Red5 mailing list
Red5@osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org





--
I cannot tell why this heart languishes in silence. It is for small needs it
never asks, or knows or remembers.  -- Tagore

Best Regards
Steven Gong
___
Red5 mailing list
Red5@osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org


[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' (http://www.nixspot.com/red5)'
' (http://www.nixspot.com/red5/../)

Donald's Profile: 1
View this thread: http://www.nixspot.com/red5/showthread.php?t=52


___
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
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 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 correctly decode stream metadata.

 
 r1760 | jbauch | 2007-03-16 03:44:23 +0300 (Fri, 16 Mar 2007) | 5 lines
 Changed paths:
M /doc/trunk/changelog.txt
M /java/server/trunk/src/org/red5/io/amf/Output.java
A /java/server/trunk/src/org/red5/io/object/ICustomSerializable.java
A 
 /java/server/trunk/src/org/red5/io/object/ISerializerOptionAware.java

M /java/server/trunk/src/org/red5/io/object/Serializer.java
M /java/server/trunk/src/org/red5/server/net/rtmp/RTMPHandler.java
M
 /java/server/trunk/src/org/red5/server/net/rtmp/codec/RTMPProtocolDecoder.java
  


M /java/server/trunk/src/org/red5/server/net/rtmp/status/Status.java
M
 /java/server/trunk/src/org/red5/server/net/rtmp/status/StatusObject.java
M
 /java/server/trunk/src/org/red5/server/stream/ClientBroadcastStream.java

 added interface to allow objects to serialize themselves
 added interface for objects that know about their serializer options
 send publish/record start events before the first packet is received
 correctly decode published stream metadata
 - Now Red5 supports being connected to from FME!
 
 r1761 | jbauch | 2007-03-16 04:05:26 +0300 (Fri, 16 Mar 2007) | 1 line
 Changed paths:
M
 /java/server/trunk/src/org/red5/server/adapter/ApplicationAdapter.java
M 
 /java/server/trunk/src/org/red5/server/api/stream/IStreamService.java
M /java/server/trunk/src/org/red5/server/net/rtmp/RTMPHandler.java
M
 /java/server/trunk/src/org/red5/server/net/rtmp/message/Constants.java
M /java/server/trunk/src/org/red5/server/stream/StreamService.java

 added FME specific methods
 

 On 3/17/07, Dan Rossi [EMAIL PROTECTED] wrote:
   
 Shit you are right its had to keep checking things to get something 
 
 else
   
 to work. metadata is busted again.


 
 -- 
 C is forever.
 ___
 Red5 mailing list
 Red5@osflash.org
 http://osflash.org/mailman/listinfo/red5_osflash.org


   
 

 ___
 Red5 mailing list
 Red5@osflash.org
 http://osflash.org/mailman/listinfo/red5_osflash.org
   
 


 ___
 Red5 mailing list
 Red5@osflash.org
 http://osflash.org/mailman/listinfo/red5_osflash.org

   


___
Red5 mailing list
Red5@osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org