[Red5] Unit testing Red5 applications

2007-03-05 Thread Florencio Cano
Anyone is using any unit test framework in order to test their Red5
applications and can send some pointers?
Thanks

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


Re: [Red5] ERROR with webcam stream

2007-03-05 Thread Storm

that looks more like a problem with an scheduled job than one about cam
streaming. I'm widely using webcam streaming and i've never seen that error.

Cheers

Carlos

On 3/5/07, nomIad [EMAIL PROTECTED] wrote:


Hi,

I have again reproduced the error. It happens (sometimes) when a client
broadcast a webcam stream.

| [ERROR] 108218 DefaultQuartzScheduler_Worker-2:(
org.red5.server.scheduling.QuartzSchedulingService.error ) Job
[EMAIL PROTECTED] execution failed: null

?! The resulting problem is that the room or app disconnect is not
called anymore! So the server doesnt clear user variables and the result
are Ghosts in Chatrooms..


___
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


[Red5] Netconnection status

2007-03-05 Thread Muller Jan
Hi,

How to obtain an info that server is not running. I try to use status
event NetConnection.Connect.Rejected, but nothing happen.

Thx...

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


[Red5] Server stream playlist problem

2007-03-05 Thread Muller Jan
Hi,

I downloaded a latest trunk and playlist seems to do not work properly.
I added 3 items to playlist, but only the first item is playing in a
loop. I have setRepeat(true) after start()

Thx Honza

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


Re: [Red5] Stop and start Red5 server

2007-03-05 Thread camillobruni

Hi,
use ant server to build the stuff on the fly, e.g. when developing  
an app, for stopping simply send a brake (Ctrl-c on mac..)

to stop the java  process..

cami

Am 05.03.2007 um 08:20 schrieb Julien Jabouin:


Hello,

Could you tell me how to start the Red5 server ?
Do i need to use ant server  or ./red5.sh  ?

So, how to stop the server ?

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.

___
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] ERROR with webcam stream

2007-03-05 Thread nomIad

Hi,

? The bandwidth code is deactivated? Am i wrong? Strange that error. The 
funny thing, it happens only when i start to broadcast a webcam stream

The other applications run as usual.

mfg nomiad

[ERROR] 48279 SocketAcceptorIoProcessor-0.2:( 
org.red5.server.net.rtmp.BaseRTMPHandler.error ) Exception

java.lang.NullPointerException
   at 
org.red5.server.stream.SimpleBWControlService.unregisterBWControllable(SimpleBWControlService.java:164)
   at 
org.red5.server.net.rtmp.RTMPConnection.close(RTMPConnection.java:478)
   at 
org.red5.server.net.rtmp.RTMPMinaConnection.close(RTMPMinaConnection.java:115)
   at 
org.red5.server.net.rtmp.RTMPHandler.onInvoke(RTMPHandler.java:388)
   at 
org.red5.server.net.rtmp.BaseRTMPHandler.messageReceived(BaseRTMPHandler.java:126)
   at 
org.red5.server.net.rtmp.RTMPMinaIoHandler.messageReceived(RTMPMinaIoHandler.java:117)
   at 
org.apache.mina.common.support.AbstractIoFilterChain$TailFilter.messageReceived(AbstractIoFilterChain.java:700)
   at 
org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageReceived(AbstractIoFilterChain.java:361)
   at 
org.apache.mina.common.support.AbstractIoFilterChain.access$1100(AbstractIoFilterChain.java:53)
   at 
org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.messageReceived(AbstractIoFilterChain.java:785)
   at 
org.apache.mina.filter.codec.support.SimpleProtocolDecoderOutput.flush(SimpleProtocolDecoderOutput.java:62)
   at 
org.apache.mina.filter.codec.ProtocolCodecFilter.messageReceived(ProtocolCodecFilter.java:187)
   at 
org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageReceived(AbstractIoFilterChain.java:361)
   at 
org.apache.mina.common.support.AbstractIoFilterChain.access$1100(AbstractIoFilterChain.java:53)
   at 
org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.messageReceived(AbstractIoFilterChain.java:785)
   at 
org.apache.mina.common.support.AbstractIoFilterChain$HeadFilter.messageReceived(AbstractIoFilterChain.java:616)
   at 
org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageReceived(AbstractIoFilterChain.java:361)
   at 
org.apache.mina.common.support.AbstractIoFilterChain.fireMessageReceived(AbstractIoFilterChain.java:352)
   at 
org.apache.mina.transport.socket.nio.SocketIoProcessor.read(SocketIoProcessor.java:288)
   at 
org.apache.mina.transport.socket.nio.SocketIoProcessor.process(SocketIoProcessor.java:248)
   at 
org.apache.mina.transport.socket.nio.SocketIoProcessor.access$500(SocketIoProcessor.java:49)
   at 
org.apache.mina.transport.socket.nio.SocketIoProcessor$Worker.run(SocketIoProcessor.java:540)
   at 
org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnable.java:43)
   at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown 
Source)

   at java.lang.Thread.run(Unknown Source)

Storm schrieb:
that looks more like a problem with an scheduled job than one about 
cam streaming. I'm widely using webcam streaming and i've never seen 
that error.


Cheers

Carlos

On 3/5/07, *nomIad* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote:

Hi,

I have again reproduced the error. It happens (sometimes) when a
client
broadcast a webcam stream.

| [ERROR] 108218 DefaultQuartzScheduler_Worker-2:(
org.red5.server.scheduling.QuartzSchedulingService.error ) Job
[EMAIL PROTECTED] execution
failed: null

?! The resulting problem is that the room or app disconnect is not
called anymore! So the server doesnt clear user variables and the
result
are Ghosts in Chatrooms..


___
Red5 mailing list
Red5@osflash.org mailto: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
  


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


Re: [Red5] Netconnection status

2007-03-05 Thread Muller Jan
My code:

 

public function netStatusHandler( event:NetStatusEvent ):void

{  

switch( event.info.code ) {

case NetConnection.Connect.Success:

vsMain.selectedChild = pnlVideo;

break;

case NetConnection.Connect.Closed:

   vsMain.selectedChild =
pnlConnClosed;

   break;

case NetConnection.Connect.Failed:

vsMain.selectedChild = pnlConnFailed;

break;

}

 

}

 

nc.addEventListener( NetStatusEvent.NET_STATUS, netStatusHandler );

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Johannes Nel
Sent: Monday, March 05, 2007 2:37 PM
To: Red5@osflash.org
Subject: Re: [Red5] Netconnection status

 

rejection is an explicit rejection. use NetConnection.Connect.Failed

On 3/5/07, Muller Jan [EMAIL PROTECTED]  wrote:

Hi,

How to obtain an info that server is not running. I try to use status
event NetConnection.Connect.Rejected, but nothing happen.

Thx...


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




-- 
j:pn 
http://www.lennel.org

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


Re: [Red5] Netconnection status

2007-03-05 Thread Muller Jan
Now I try to use NetConnection.Connect.Failed but still is not
working... L

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Muller Jan
Sent: Monday, March 05, 2007 2:25 PM
To: Red5@osflash.org
Subject: [Red5] Netconnection status

 

Hi,

How to obtain an info that server is not running. I try to use status
event NetConnection.Connect.Rejected, but nothing happen.

Thx...

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


Re: [Red5] Netconnection status

2007-03-05 Thread Johannes Nel

rejection is an explicit rejection. use NetConnection.Connect.Failed

On 3/5/07, Muller Jan [EMAIL PROTECTED] wrote:


 Hi,

How to obtain an info that server is not running. I try to use status
event NetConnection.Connect.Rejected, but nothing happen.

Thx…

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





--
j:pn
http://www.lennel.org
___
Red5 mailing list
Red5@osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org


Re: [Red5] Netconnection status

2007-03-05 Thread Johannes Nel

there are several issues to consider around netconnection and the time
things take. inside corperate firewalls the netconnection might never fail
yet never connect. we have built time outs around the connection process as
well as the time it takes to get streamlength.


On 3/5/07, Muller Jan [EMAIL PROTECTED] wrote:


 My fault J Problem is solved. The mistake was in a fact, that detection
of a bad conneciton cost about 5 seconds and I do not wait...



Sorry for this thread





*From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On
Behalf Of *Muller Jan
*Sent:* Monday, March 05, 2007 2:42 PM
*To:* Red5@osflash.org
*Subject:* Re: [Red5] Netconnection status



My code:



public function netStatusHandler( event:NetStatusEvent ):void

{

switch( event.info.code ) {

case NetConnection.Connect.Success:

vsMain.selectedChild = pnlVideo;

break;

case NetConnection.Connect.Closed:

   vsMain.selectedChild =
pnlConnClosed;

   break;

case NetConnection.Connect.Failed:

vsMain.selectedChild = pnlConnFailed;

break;

}



}



nc.addEventListener( NetStatusEvent.NET_STATUS, netStatusHandler );



*From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On
Behalf Of *Johannes Nel
*Sent:* Monday, March 05, 2007 2:37 PM
*To:* Red5@osflash.org
*Subject:* Re: [Red5] Netconnection status



rejection is an explicit rejection. use NetConnection.Connect.Failed

On 3/5/07, *Muller Jan* [EMAIL PROTECTED]  wrote:

Hi,

How to obtain an info that server is not running. I try to use status
event NetConnection.Connect.Rejected, but nothing happen.

Thx…


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




--
j:pn
http://www.lennel.org

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





--
j:pn
http://www.lennel.org
___
Red5 mailing list
Red5@osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org


Re: [Red5] Stop and start Red5 server

2007-03-05 Thread Ing Juan Peña
I will kill the process to stopped

 

First check what it’s the PID using 

 

# ps –auxww

 

Then kill process

 

# kill -9 PIDNUMBER

 

This works, but maybe Red5 team has another solution

 

Regards

Juan Peña

 

  _  

De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de
Julien Jabouin
Enviado el: lunes, 05 de marzo de 2007 8:21
Para: Red5@osflash.org
Asunto: [Red5] Stop and start Red5 server

 

Hello,

Could you tell me how to start the Red5 server ?
Do i need to use ant server  or ./red5.sh  ?

So, how to stop the server ?

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! http://fr.rd.yahoo.com/evt=42054/*http:/fr.answers.yahoo.com
Questions/Réponses.

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


Re: [Red5] RES: best dedicated server hosting for streaming/live video?

2007-03-05 Thread Jake Hilton

Bluesunhosting.com also has red5 hosting options. Contact them for
specifics.

Jake

On 3/3/07, Luiz Filipe [EMAIL PROTECTED] wrote:


 Hi, try out iWeb, i have a dedicated server there with Red5.
You can start paying US$ 69,00...

-Mensagem original-
*De:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] nome
de *oke _
*Enviada em:* sexta-feira, 2 de março de 2007 21:00
*Para:* Red5@osflash.org
*Assunto:* Re: [Red5] best dedicated server hosting for streaming/live
video?

Wow. I took a look at the site -you guys are *way* too expensive. Even
more expensive than the sites I mentioned earlier.


*Hipolito Troy [EMAIL PROTECTED]* wrote:

Just saw this posting so answering the question as this is part of my
buisness.

shockwaveserver.com supplies dedicated servers for multi user
applications.

we are going to offer a new low cost servers with linux at $150 a month.

These are unmanaged servers.

contact me directly at: [EMAIL PROTECTED] if interested.

Thanks

*Interalab [EMAIL PROTECTED]* wrote:

What were their costs?

oke _ wrote:
 Folks, anyone know of reliable and low-cost dedicated server hosting
 companies for hosting Red5 (streaming/live video) apps?
 I looked up 1and1.com and ValueWeb.com so far but their monthly rates
 for their 2GB RAM servers are pretty high.

 Thanks, any good pointers appreciated.

 -Oke.

 
 Bored stiff?
 Loosen up...
 Download and play hundreds of games for free
 on Yahoo!
 Games.
 

 ___
 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


 --
Never Miss an Email
Stay connected with Yahoo! Mail on your mobile. Get 
started!http://us.rd.yahoo.com/evt=43909/*http://mobile.yahoo.com/services?promote=mail
___
Red5 mailing list
Red5@osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org


 --
Don't be flakey. Get Yahoo! Mail for 
Mobilehttp://us.rd.yahoo.com/evt=43909/*http://mobile.yahoo.com/mailand
always stay 
connectedhttp://us.rd.yahoo.com/evt=43909/*http://mobile.yahoo.com/mailto 
friends.


___
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] Can FLV encoding affect streaming cuePoints?

2007-03-05 Thread Louie Penaflor
Hi,

 

I've used flv's before with the standard macromedia encoder.
I'm using Sorenson squeeze with the vp6 encoder and when I do a local NC
test, everything works fine.  When it's streaming from a red5
connection, the cuePoints are WAY ahead of the video.  Can encoding
affect this?  I've even tried the same file on a different red5 server.
I'd rather use the vp6 because the quality is better.  I think my next
step is to try the same video with the macromedia encoder, but I'm
wondering if anyone has this same problem.  Thanks in advance.

 

 

Louie

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


[Red5] Next update for WebWar building in trunk

2007-03-05 Thread Lenny Sorey

Anyone know when the next update for the webwar build will take place
in the current Trunk?

As of Trunk build 1749, I still cannot get the webwar ant build to work
in Tomcat 5.5. I am using java 1.6 for this build.

However, I can get the native RED5 server trunk build 1749 to build and run
with all the included demos.

Platform:

Win2K server
Tomcat 5.5.17
Java 1.6
ANT 1.70
RED5 Trunk 1749

Any suggestions?

Thanks,

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


Re: [Red5] Server stream playlist problem

2007-03-05 Thread joseph wamicha

You can try this temporary patch: http://jira.red5.org/browse/SN-27



I downloaded a latest trunk and playlist seems to do not work properly.
I added 3 items to playlist, but only the first item is playing in a
loop. I have setRepeat(true) after start()


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


[Red5] Flash media encoder

2007-03-05 Thread Donald
Is it possible to use the flash media encoder to stream live broadcasts 
to the red5 server,
i have tried several times and the flash media encoder itself would 
crash each time i tried to connect


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


Re: [Red5] Server stream playlist problem

2007-03-05 Thread vsivak
Hi can you describe your problem more fluent.
Im wanring you against mass usage RED5, because it is still in 
developement mode with many bugs. One of the huge bug is the red death 
if there are 5 or more users trying to connect  RED5 server in the same 
time - the server became absolutely unstable.

CZ: V prosinci tusim vysla oprava 1374 beta, ale popravde moc to 
nepomohlo. Red5 ma stale tendenci zcela nepravidelne, zhruba jednou za 3 
dny zadrit pocitac, tim myslim ze streaming server prestane fungovat, 
vyuziti CPU stoupne na 100% a pomuze jenom tvrdy restart serveru. Hodne 
stesti :)



Muller Jan napsal(a):

 Hi,

 I downloaded a latest trunk and playlist seems to do not work 
 properly. I added 3 items to playlist, but only the first item is 
 playing in a loop. I have setRepeat(true) after start()

 Thx Honza



 __ Informace od NOD32 2097 (20070305) __

 Tato zprava byla proverena antivirovym systemem NOD32.
 http://www.nod32.cz
 

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


 __ Informace od NOD32 2097 (20070305) __

 Tato zprava byla proverena antivirovym systemem NOD32.
 http://www.nod32.cz

   


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


[Red5] .meta files for VOD content

2007-03-05 Thread Dan Rossi
Hi there i was wondering what the .meta files are and why are they 
generated. It seems its confusing the content creators who upload the 
VOD content via ftp, as they are stored in the same directory. If they 
are absolutely required how do i set a path for these.

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


[Red5] filename generator bean setting for different sub scopes

2007-03-05 Thread Dan Rossi
Hi i was wondering if this is possible ? So a different path setting for 
sub scopes.

We'll still have to use junction to link the external path into the 
webapp though.

Let me know thanks.

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


Re: [Red5] .meta files for VOD content

2007-03-05 Thread Joachim Bauch
Hi Dan,

Dan Rossi schrieb:
 Hi there i was wondering what the .meta files are and why are they 
 generated. It seems its confusing the content creators who upload the 
 VOD content via ftp, as they are stored in the same directory. If they 
 are absolutely required how do i set a path for these.

the .meta files contain informations about the keyframes of FLV files
so that doesn't need to reparsed. While they are not absolutely required,
they speed up playing back files quite a bit.
Please note that the implementation in the trunk isn't completely
finished, so changing the output folder isn't supported yet.

Joachim


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


Re: [Red5] .meta files for VOD content

2007-03-05 Thread Dan Rossi
Anything to speed up playback ;)

yeh a bean setting or whatever to put the meta files into a temp 
directory or a directory called .metadata etc.

Joachim Bauch wrote:
 Hi Dan,

 Dan Rossi schrieb:
   
 Hi there i was wondering what the .meta files are and why are they 
 generated. It seems its confusing the content creators who upload the 
 VOD content via ftp, as they are stored in the same directory. If they 
 are absolutely required how do i set a path for these.
 

 the .meta files contain informations about the keyframes of FLV files
 so that doesn't need to reparsed. While they are not absolutely required,
 they speed up playing back files quite a bit.
 Please note that the implementation in the trunk isn't completely
 finished, so changing the output folder isn't supported yet.

 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


Re: [Red5] filename generator bean setting for different sub scopes

2007-03-05 Thread Dan Rossi
It seems the junction tool cannot remap a network drive to the local 
file system. I think im stuck for a solution.

We are possibly moving to a SAN which we'll need to move the gigs of 
video over to, load it via a network drive and map to the streams 
directory inside the VOD application because of the limitation of 
setting the path for playback.

Please let me know.

Dan Rossi wrote:
 Hi i was wondering if this is possible ? So a different path setting for 
 sub scopes.

 We'll still have to use junction to link the external path into the 
 webapp though.

 Let me know thanks.

 ___
 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] Resources are not released when client disconnect

2007-03-05 Thread Wpajunior
Hello there,

I've made an application where there is a screen with 10 flash videos which 
shows the clients when they connect to the application. But sometimes when a 
client disconnect (close the browser), it continues to appear in that screen (I 
use the an override of appLeave to call a method in that screen so the client 
is removed from there). Therefore, the method appLeave is not called sometimes 
(when the client closes the browser). I think this problem should be related to 
problems reported here about the server is hanging after some time running 
because if it is holding resources, later or soon it will hang.
I'm having problems to start using the Red5 in my company thanks this problem. 
I'm sure that problem will be solved soon, but it is not easy to make my bosses 
to believe in that.

Are there some news about that?

thanks in advance,

Junior.

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


[Red5] simpleRecorder Audio sync problems

2007-03-05 Thread Justin Munning
Greetings,

I've extended the simpleRecorder.swf but I'm having a
lot of problems with audio sync when recording over a
network.  Basically the audio is just slightly off
from the video.  I've tried a bunch of different
camera class settings.  The best results are with
these settings (I got them from
(http://www.adobe.com/devnet/flash/articles/flv_live.html)

cam = Camera.get();
cam.setMode(240, 180, 12);
cam.setQuality(64800,70); //0 means use as much
bandwith as possible, 100 is the max quality
cam.setKeyFrameInterval(48);
// setup mic
mic = Microphone.get();
mic.setRate(22);
mic.setSilenceLevel(0);
mic.setGain(65);

Are the settings what I should be looking at, or is
something else causing the audio sync problem?  I'm
running 0.6rc1.

Thanks!
Justin


 

Bored stiff? Loosen up... 
Download and play hundreds of games for free on Yahoo! Games.
http://games.yahoo.com/games/front

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


[Red5] playback complete events on VOD streams

2007-03-05 Thread Dan Rossi
Hi there, im still having issue with our players which dont end 
properly. Below is the exact sequence of events, the problem is when the 
stream has ended it does a pause then seek then start event. However its 
supposably in a pause state but doing ns.resume() doesnt do a thing, i 
think because there may be a bug when pausing then seeking, it doesnt work !

I set a playback complete state in the stop event to prevent anything in 
start showing up because it calls start right at the end !

Let me know what to do thanks.

Dan

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


Re: [Red5] ghost in visioconférence...

2007-03-05 Thread Jean-Philippe DELAVALLADE
Hi Thijs,
I think it's the same problem and that's cool if it's fixed.
But what can i do with SVN ???
Can you explain what i must do?
Thanks a lot
JP

Le 4 mars 07 à 12:32, Thijs Triemstra|Collab a écrit :

 Hi Jean-Phillipe,

 It looks like this issue was fixed yesterday, see for more info
 http://jira.red5.org/browse/APPSERVER-59
 If you want to try this new version you will have to get it with SVN.
 A mac osx svn client can be found on http://rapidsvn.tigris.org/

 Thijs


 Op 4-mrt-2007, om 9:40 heeft Jean-Philippe DELAVALLADE het volgende
 geschreven:

 Hi,
 I've a problem with ghost on my visioconf project.
 When the user close his connection manualy with the connect button,
 it's ok
 but if he don't deconnect and close the page, screens stay in place
 and don't refresh
 What can i do ?
 thanks
 JP


 ___
 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