red5

streaming live video b/w air appln and web appln using red5 in flex

hi everyone, http://stackoverflow.com/questions/2113080/how-do-i-record-video-to-a-local-disk-in-air, as in the above url i dont have to record the video but i just have to stream the client live webcam video( who connected in web appln developed in flex ) in air appln to air client. the video of air client published to webclient succes...

NetStream client property not working on recorded flv video

Hello, I have a flex app (3.0) working with a red5 server (0.63). (yes, we did not upgrade yet). My App records a video in Red5, and during the recording we use the ns.send to send some messages (such changing images). When playing back the live stream, it works perfectly. But when I playback the recorded videos, it does not work. Usin...

Flex3 app: Audio Only FLV don't play correctly

Hello, I got a flex3 app and a red5 0.63 server. My app plays audio only flv files stored in the server, but don't play correctly. It plays some milliseconds, and stops. It receives the metadata, the seekbar length is correct. When I try to seek, it goes back to the beginning and plays the same few milliseconds. do you have any idea? ...

Linux: How to kill programs that use port 1935 ?

Hello experts, I have a red5 server (JAVA) running on my Linux server. Sometiles, the server shuts down. When I try to restart it I got an error: "Binding error, this port is alerady in use". So I try to kill the server with killall -9 java and try to restart the server: same error. I have to wait for a while (about 2-3 minutes) and...

red5 0.9 on Windows - Java Problems on build

Hi guys, so I've installed red5 0.9, I've installed jdk 1.6 update 22. I've set my environment variables correctly, installed eclipse galileo for java ee developers, tortoise svn, and then ivyde and subclipse plugins for eclipse. I then created a folder called red5_server, and did the svn checkout. When I try to import the red5_server, I...

RED5 Server connection timeouts although server is running

Hi, I have a problem with the red5 server. I was able to install ist and connections to http://MYIP:1935/ are recognized in the logs. When try to connect in browser to http: //MYIP:1935/oflaDemo/avatar.flv I get a file saving dialog (Filesize 0byte) Opening rtmp: //MYIP:8081/oflaDemo/avatar.flv in FLV Player produces the following erro...

ec2: cannot open port 5080 on windows instance

Hi there, I'm pretty new with ec2, firewall settings etc, so I might be missing something obvious, but: I've created a 'getting started with windows' instance with a security group that has 5080 specified and is associated with an elastic ip On the instance I have a red5 server running. when I run the server it on 127.0.0.1:5080, i ...

How to direct AudioData from Red5 to Sphinx4?

I'm starting to learn about Red5 and java servlets. I have some background in java but most of my web development is in .Net. What I aim to do is use red5 to stream microphone input to a speech recognition engine, Sphinx4 in this case. Sphinx4 recognizer uses a StreamDataSource to get an InputStream with audio features such as sample ...

red5 origin configuration

I am trying to run an origin/edge configuration with red5 version 0.9.1. I followed the directions on the red5 wiki for an origin, however when I try to start red5 afterwards I get the attached errors. I also checked to see if red5 was listening on 1935 or 5080 which it is not. rg.springframework.beans.factory.BeanCreationException: Err...

Convert Snapshot sequence to flv as3

I am taking a serie of shapshot in Flex using : var imageSnap:ImageSnapshot = ImageSnapshot.captureImage(VisuModel.getInstance().mainApiContainer.mp); var imageByteArray:ByteArray = imageSnap.data as ByteArray; I would like to convert this sequence to a flash video file. How can I achieve that using Red5 ? All the best to ActionScr...

streaming live from red5

I would like to stream live video from red5 server. The video is stored on a server in flv or mp4 in 'streams' directory. How is it possible? I would like to achieve an effect that Flash player does not wait for data packets if the bandwidth is insufficient (does not pause the video to download more data). The stream would be registered ...

Creating a virtual world with Red5

Hello, I'm thinking about creating a virtual world using the open source socket server 'Red5'. I know that i'd have to develop a custom adapter/addin to make it suitable for a virtual world. but am unsure where to start. I have a good knowledge of java. ...