i have creted a new application on the logs i am getting this error. Anyone ?
[ERROR] 2009-11-04 11:00:12,458 WrapperSimpleAppMain:( org.mortbay.log.invoke0 ) Failed startup of context org.mortbay.jetty.webapp.WebAppContext@18baf36{/firstapp,file:/C:/Red5/webapps/firstapp/}
INFO | jvm 1 | 2009/11/04 12:00:12 | org.springframework....
I have a Problem here using Java in Red5 0.9 Server here's the code
package com.hwakin.i5lc.manager;
import java.util.Iterator;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.red5.server.adapter.ApplicationAdapter;
import org.red5.server.api.IClient;
import org.red5.server.api.IConnecti...
I am looking for a step by step tutorial on securing Red5 from intrusion. This seems to be a question that comes up alot in a google search, but is never really answered in a way that makes sense to your average flash developer.
...
I have something like this:
something need here = scope.getConnections();
//getConnections() returns Collection<Set<IConnection>>
I need to iterate through all connections (the stuff that the getConnections() returns)
How to do that ?
...
According to the Red5 plugin for eclipse,
You must use the JEE distribution of Eclipse. The standard Java distribution will not work.
But what part exacty of the JEE distribution is needed. This way I can bring my current distribution of Eclipse to the level needed for Red5 without having to install an entirely new distribution ju...
I came across this comparison chart that suggests that FMS costs about 4.5 grands (compared to $995 for wowza and free for Red5). Since I'm at the stage of choosing/learning the technology, I'd rather take free Red5, but Red5 looks like a poorly-organized, poorly-documented, and poorly-featured project compared to FMS or wowza, so I'm go...
I'm trying to store all the users inside a sharedObject thats created on the server-side, so all the users get a synchronized list of all the online users.
I think I create the sharedObject correct on the server-side but I cant "find" the sharedObject in the flash application.
Inside the Java Red5 Application class:
ISharedObject user...
I just tried the below code, and it works fine to reduce the echo on head phones. But the problem of echo remains as it is in case of speakers.
public var intCountMilliSec:int = 0;
public var intLastActivityLevel:int = 0;
public var intLastLowestActivityLevel:int = 100;//07-Dec-09
private function CancelEcho(e:TimerEvent):void...
how can i convert my main.asc's code( server side of video conference with flash media server) to application.java (server side of video conference with Red5) ?
...
How can I create video conference with flex in client side and using red5 media server on server side?
...
hi
I am trying to make simple chat program using red5 server using flex builder 3.
I am using eclispe galilio 3.5 for server side code.i have installed jdk 1.6 update 14 and apache ant 1.7.1.when i am running demo program already in red5 then its fine!. but my own code is giving
NetConnection.Connect.InvalidApp
NetConnection.Con...
I am trying to run a JRuby app in Spring. I use Eclipse to run it. But it doesn't compile. Does anybody know what's going on here?
Exception in thread "Launcher:/oflaDemo" [INFO] [Launcher:/oflaDemo] org.springframework.beans.factory.support.DefaultListableBeanFactory - Destroying singletons in org.springframework.beans.factory.support...
HI
We recorded video via red5 server but no sound added ( because there was no sound environment ) . So there is no sound track in output flv file. and there is encoding error when we do encoding that flv ( no sound track ) into other video format via ffmpeg .
error message is
Could not find codec parameters (Audio: 0x0000, 0 chann...
In Flex you can stream microphone audio to an FMS/Red5 server using NetStream.attachAudio, which requires a Microphone object. Is it possible to stream audio through the NetStream from somewhere other than a Microphone? For example, from a file/embedded resource?
The reason I'm asking is that I'd like to be able to run automated tests...
Hi.
I'm reading this tutorial on how to build my project project using eclipse with the red5 eclipse plugin. the problem is that this tutorial is for version 0.6 and i have version 0.9.
the tutorial is at:
http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html
On page 2 that tutorial explains a...
Hi.
I want to be able to connect from red5 to php's Zend_Amf in order to send commands and perform operations. how can i do so? can anyone please pinpoint me to any information available on the subject.
thank you
...
Hi.
I'm trying to connect from adobe flash builder 4 beta to red5 v0.9 rc2 (latest svn).
i try to connect using the exact following example:
http://www.actionscript.org/resources/articles/615/3/Getting-started-with-red5-server/Page3.html
i get the following error message:
INFO] [NioProcessor-3] org.red5.server.net.rtmp.RTMPHandler - ...
Usually, flash streaming is done by capturing webcam video/audio and streaming using NetConnection and other objects to servers like FMS,Red5,Wowza etc.
I haven't found any example on how to create your own stream of images and stream as a video to the server.
I know it would be possible to convert the image to bytes and send via Share...
I need to aggregate several live streams from web cams.
Then generate a single live stream for the client.
I see several apps to capture the web cam stream, but nothing that will splice the streams together.
...
I have a RED5 server I'm using to pass a live streaming between users' cameras.
What I need now is a way to create a delayed broadcast of the camera (intended delay) so that "super users" will be able to see it immediately and others will get it 10-15 seconds later.
If FMS is better for that, I will be happy to know why and how too.
...