red5

Record video from browser to server

I'm looking to record video from a user's browser to the web server. We've already got a working Red5 server up. I'm in need of details how to configure the server to store the video somewhere on disk, as well as a browser frontend to complete this. Also, I'd like to have a way to update the mysql database when the recording is finished...

Whats difference between FMS, Wowza and Red5, any comparison table would be helpfull

I want to know what is the main technical difference between the FMS , wowza and Flash media server . Any body have a comparison table or link please help thanks ...

Red5 application profiling (Eclipse)

I'm using Red5Plugin for Eclipse to develop Red5 applications. This plugin creates a predefined server environment to run and debug Red5 applications from Eclipse with "a single click". Run and debug work fine. I also have Test & Performance Tools Platform installed. But when I choose the server instance in Server tab, Profile option i...

How can I add meta-data to recorded flv-files in red5?

Hello! I wonder how to you can add meta-data to flv-files you recorded by red5... mine just have something like this: 0.000 | FLV::Event tag | event : onMetaData | audiocodecid : -1 | canSeekToEnd : true | videocodecid : -1 | duration : 0 ...

How to run Red5 applications on a remote server?

I've got a really nasty problem... I wrote a Red5 app and so on and it is running perfectly on my local computer. Now the problem occurs => How can I make this program work on a remote server? Local : Mac OS X 10.5 - Red5 0.63 Server: CentOS 5 - Red5 0.90 Maybe it's because of the version difference. But I can't test Red5 0.90 loc...

use flash capture webcam image?

Is there any open source flash utility that i can embed on a webpage and use it to capture user webcam image or short duration clips and do "POST" to my server servlet ? i do not looking for streaming video and so i do not need red5 or flash server. can you folks elaborate ...? ...

flash + phone camera

for website that embed flash to capture camera (red5..etc). may i know is there any handset that currently support flash and can used to capture image from handset camera? ...

Publish webcam feed to Flash Media Server

I have a fairly high-end webcam (snc-rz25n) that I need to rebroadcast using the Flash Media Server. I can get the picture as MPEG-4 (not h.264). So I need to transcode to h.264 and publish at multiple bitrates to FMS. The only solution I have been able to come up with thus far is to transcode the stream using ffmpeg and then also use f...

Red5 live streaming

Hello guys, I'm new with Red5. I would like to know how can I take a stream from a port (something like this rr.tt.yy.uu:1234) and publish it using Red5. I was looking the oflaDema and the Simple Broadcaster, but this only takes the camera and I need to take the stream. Can you help me please?, may be with an example or a guideline. Th...

Publish to Flash Media Server (FMS) from Red5

I'm almost there! I'm successfully pulling my MPEG-4 ES content from my SNC-RZ25N webcams and transcoding it to H.264 within VLC using a VLM configuration file. Unfortunately, my available outputs don't include RTMP, so I still require one more step to publish to FMS. I am thinking of writing some code using the Red5 libraries which coul...

bitmapdata record video

is there any sample on using array bitmapdata to record video from webcam and generate flash movieclip file? i want to record sound as well without using red5/flash streaming server ...

Simple Remote Shared Object with Red5 Flash Server

Hello, I am trying to create a simple chat client using the red5 media server, but I seem to be having a slight hiccup. I am creating a shared object on the server side, and it seems to be creating it successfully. However, when I make changes to the object via the client (type a message), the SYNC event fires, but the content within th...

Urgent. Red5 with Web Service can't access from outside

Hi, all. First of all, thanks for this wonderful place to ask :) http : //stackoverflow.com/questions/1017706/how-to-expose-red5s-sharedobjects-through-soap recently, I have read this page and start to follow the example exactly to produce 2 class file and using the wsgen to produce a folder with 2 file which match to my function name ...

How can I send messages from Red5 to my Flash AS3 App?

I'm a bit confused. I would like to send messages from my Red5 Server to my Flash App... but I don't find any information how to do that... Can anyone help me? ...

Record Voice file Directly from a Browser

I am a looking for a free solution that would allow our website users to record voice files directly from our website. Instead of having to record it on their local machine then send it to us. ...

Red5 : Deploy while Red5 is running (WAR deployment fail : org.springframework.beans.factory. BeanDefinitionStoreException) while normal deploy ok)

Hi, I need to be able to deploy while Red5 is running. The only solution I know is to use WAR file and put it in the folder : webapp. Is there any other way ? I'm using Red 5 v0.8. And I exported a WAR file using Eclipse 3.4. I can deploy my webapp. However when I export it as a WAR file, I have an error message and it creates an emp...

What are differences between Red5 and Flash Media Server

I'm building a simple flash app that records user voice. I'm new to flash. What should I consider when choosing between red5 and flash media server? Can they both be hosted on EC2? Thanks! ...

flex: how to send/receive data from/to media server

i want to make a simple chat with flex as3 and red5 media server my idea is that i send from the swf a message to the server and the server sends it to all the swfs (including the one that sent the message) i just don't know how to to send and receive and how to receive from the server anyone could help ? ...

Adjust red5's SOSample quality level?

Is there any way to adjust the quality level at which RED5's SOSample records a webcam stream? I just installed it on a remote server, and it's recording in an awful quality. ...

Red5 streaming video breaks the seek-bar in my video player

Hi I have a simple video player (build with the FLVPlayback component in Actionscript 3). If I stream RTMP video through Red5 I lose the ability to control the video, although it does play. The seek bar is just forever 'revolving' and stop doesn't work. I also get an error message about an SSL certificate from localhost:localdomain - whi...