red5

red5: how can i get current IConnection ?

Hi. under the function appConnect() i added several attributes to the IConnection class of the current connected user. i want to fetch that information in other functions, how do i get the IConnection of the current connection while i'm not in appConnect() ? ...

Where do I place a FLV file to stream on a local Red5 server?

I installed the latest Red5 server, but I'm not sure where to put my .flv file to stream it. There is no "streams" or "ofla" directory like in some tutorials I've found online. Where do I place the .flv file to stream it? ...

Flex: computeSpectrum with streaming media?

I have a Flex3 app I wrote and I'm streaming audio over RTMP from a Red5 server. I'd love to be able to use SoundMixer.computeSpectrum(), but the spectrum data is all zeros. In one location, Adobe writes that SoundMixer.computeSpectrum() does not work with RTMP data: "For media loaded from RTMP sources, you cannot use the BitmapData.dra...

red5 v0.9: convert from org.red5.io.utils.ObjectMap to a class

Hiya. I'm using red5 v0.9 latest svn version. the function appConnect(Iconnection conn,Object[] params) provides an array of type ObjectMap. i would like to convert params[0] to the ConnectParams class that i created: public class ConnectParams extends Object { public Double toolkitVersion; public String gameName; publi...

Red5 RTMP Streaming

I'm very new to RTMP streaming and am seeking help. Just enough to get me started. I have been Googling for about 5-7 hours now and still cannot determine my answer! The documentation of Red5 is limited and cannot find any support at all! Even similar questions to mine are unanswered on stackoverflow :( My questions are: Why can't ...

facebook-java-api on red5, can they work together?

Hi. I have a Adobe Flash Builder GUI application that connects to Red5 to communicate. can i use the red5 to call facebook API calls? can anyone provide an example? all the examples that i can find are with tomcat. thanks! ...

red5 and servlets: can i get HttpServerRequest and HttpServerResponse?

Hiya I'm trying to write an application for red5 that uses some servlet classes in order to package a requestion for facebook. the client side is a Adobe flash builder application. is it possible to send session information from the flex application in order for the red5 client side to create proper HttpServletRequest and HttpServletR...

Flash Media Server & NetStream Random Publish Delay

I am trying to build a karaoke system in Flash. However, I've run into a problem with synchronizing the base and loop track because of a random delay in NetConnection.publish(). To test this I play a video and publish a recording at the same time with the headphone jack going into my line-in jack. I would expect there to be a small but ...

red5: can i make shared objects read only on the client side?

Hiya. I'm using shared objects for a chat application, but i want my red5 to monitor every string that comes in. how can i make sure that the client side won't be able to modify the shared objects ? In my case the client side is written using adobe flash builder beta 2 (flex4) thanks! ...

netbeans 6.8: how can i add more server types ? (red5)

Hiya. In netbeans 6.8 under Services -> Servers I'm able to add specific kind of servers. is it possible to add more servers to the list? and if so how? i want to be able to add red5 server to the list. i don't even mind learning to write netbeans plugins if this is what i need to resolve the issue. thanks ...

sHow do I add external JAR files in a Web Free Form Application in NetBeans?

I have a Red5 application that i want to work on using NetBeans 6.8. I know I can use a web Free-Form Application, the only problem that I'm having is to add external jar files. When I go to the project's properties, Where exactly do I add the external jars that I need in order to properly compile the application? update i think th...

RED5 server and flash question

Hello, I am planning to create a video conferencing application finally in flash using RED5. But i don't know flash. Is there any readymade free video conference program available that i can directly integrate in my website? If not, then can anybody point me to from where should i start? Because gaining microphone and webcam access progr...

Any Red5 Working Example Project for 0.9 release

I'm trying to find 1, just 1, working sample project for Red5 that's updated to work against the latest 0.9 release without missing jars and other nonsense. Right now, it's at v0.9 and the libs are different from other versions. They have 5 pathetic examples on their website, but all were built with the older versions. For these 5 old ...

How to connected red5 on windows server 2003 from client windows xp ???

Dear all , I installed red5 version 0.9 on windows server 2003 (with ip : 192.168.1.1)with http port is 5080 and rtmp port is 1935 . After installed , I called on server : localhost:5080/demos ,it's ok :) But have a problem , I called from client : http://192.168.1.1:5080 , it's failed . Please tell me how to configs windows server ...

How do i merge an audio netstream and a video netstream into one republished netstream using flex3?

Hi, I have two netstreams: audio published in red5 video also published in red5 Now I'm a flex3 application and I need a way to be able to attach the audio of stream 1, and the video of stream 2 to a new netstream and just publish it. How do I do that? NetStream will only allow me to attach Camera or Microphone... ...

Are there RTMFP tutorial for P2P video streaming ?

Are there RTMFP tutorial for P2P video streaming ? ...

Developing a Chatroom in Flex ActionScript3 + Red5 , Remote Shared Object based UserList or Serverside?

We are going to develop a simple chatroom in flex using Red5. Should we store UserList in a Remote Shared Object or Server Side List? Are there any example exit on Red5 or FMS , which uses Server Side programming and Remote Shared Objects? Red5 examples are not documented at all. ...

Problem with recording audio in Flash (Red5, ffmpeg)

I'm trying to implement a small program with Flash and php that records audio and converts it to mp3. Currently I have Red5 server up and running, I can connect to it with no problems and I can publish flv recordings to the server. When I listen to the flv with Wimpy FLV player it seems to be fine. The problem comes when I'm trying to c...

Red5 vs BlazeDS

What technology are better (robust, stable, speed) for rich web app with flash movies, chat, etc. Somebody said that Red5 will drop down if more that 50 users try to suck video stream from it. Is there people who use Java on server side and Flash for client side? ...

RED 5 video server on Android mobile phone... Is there any Open Source port?

RED 5 video server on Android mobile phone... Is there any Open Source port project? So like simple opensource live Camera Video \ Audio encoding to FLV... I need such Opensource project to create Android live video streaming client for my server (I want to encode video on clients into FLV) ...