Tagged Questions

Red5 is an Open Source Flash Server written in Java as an alternative to proprietary Flash Media Server.

learn more… | top users | synonyms

8
votes
1answer
916 views

How to handle multiple video streams in Red5?

I am writing a Red5 application that provides 1-on-1 video chat to a Flash client over RTMP. Unfortunately most tutorials I was able to find were sketchy at best and the documentation of Red5 itself ...
7
votes
2answers
1k views

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 ...
7
votes
3answers
5k views

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
5
votes
2answers
930 views

does red5 read tomcat-users.xml

I have been busy creating an app for Red5. Imagine what was my surprise when I tried to configure basic/digest authentication and I couldn't. What struck me as strange is that I have a running tomcat ...
4
votes
1answer
111 views

red5 deployement

i m trying to deploy red5 server and having the following error. Can anyone help me out here. [INFO] [main] org.apache.coyote.http11.Http11Protocol - Initializing Coyote HTTP/1.1 on http-0.0.0.0-5080 ...
4
votes
2answers
4k views

Read red5 live stream with HTML5

How can I read a Red5 (RTMFP) stream using HTML5?
4
votes
3answers
2k views

Stream video From iPhone Or Android to RTMP

is there any way to Stream video From iPhone Or Android to RTMP Server using Red5?? i searched over internet and there is only 2 application that mange to do this successfully (UStream , Qik) the ...
4
votes
2answers
411 views

Is Red5 production-ready?

I'm considering using Red5 instead of wowza and Flash Media Interactive Server. But it looks like a new project and it hasn't even reached full v1, so I'm worried about using it in a production ...
4
votes
5answers
4k views

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 ...
4
votes
3answers
496 views

FMS server technology: 10 connections vs. $4.5K

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 ...
4
votes
6answers
1k views

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!
4
votes
8answers
3k views

Voice Echo Problem

I'm trying to build a video chat program using Adobe Flex but there is a giant problem with echos. If the participants arn't using headsets, everything they say echos. Worse, they can actually ...
3
votes
1answer
121 views

Creating a flex chat and video server

Hi guys i am trying to create a simple chat server. I have installed red5 server i need to know do i have to make a red5 server myself or all i have to do is connect flex with my red5 server and if so ...
3
votes
2answers
278 views

How to add screen sharing to my app

Are there any off the shelf components for adding a screen sharing feature to my app? I've built real time text chat for a group chat room - now I'd like to have a button where a user can share their ...
3
votes
5answers
494 views

Ignore sources jar in Ivy retrieve

I would like to retrieve ONLY the library jar when I make use of a dependency entry in my ivy.xml for Red5 (or any project for that matter). No matter how I have configured it, I still get "sources" ...
3
votes
2answers
221 views

Directly upload video captured from webcam

I'm working on a site, which needs to have a feature of users capturing their opinions about a specific topic with their webcam, and uploading them to the server. After a short research, and viewing ...
3
votes
1answer
91 views

Prevent download attempts of videos in a video server

Any way to achieve this with Red5 and Flash player? Right now this is theoretical only: I deliver streams with verification token that is dynamic for each video. Streams are over RTMPE. When a user ...
3
votes
2answers
305 views

multi threading in red5

I have a working red5 application and I am using MultiThreadedApplicationAdapter but the multi threading doesn't really work. Here is the example, what I want it to do is to have multiple clients call ...
3
votes
2answers
286 views

java: printing current backtrace

is there a way to add a command in Java to add the current backtrace ? I'm writing a red5 application and the appDisconnect function is being called twice. whenever a user changes room. I want to add ...
3
votes
1answer
221 views

Hold Button On Red5Phone

I have configured Red5Phone on Red5 Server. I am able to connect to Asterisk Server its working fine. I have used Flex as a client. Red5 and Asterisk are on the same server. Now i want a implement ...
3
votes
4answers
1k views

Linux: How to kill programs that use port 1935?

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 ...
3
votes
1answer
352 views

Which codec does Flash use to stream video from web cameras to RTMP, RTMFP servers?

Which codec does Flash use to stream video from web cameras to RTMP, RTMFP servers? What I ment to say: we connect to some server like Red 5, we start streaming video onto it from our flash RIA. In ...
3
votes
4answers
620 views

ScreenVideo encoder in Java

Anyone know of a Java video encoder for ScreenVideo (v1 or v2) which is free? I know ffmpeg has a C++ version and Lee Felarca wrote one in AS3; but I really would like to have one in Java. AS3: ...
3
votes
1answer
194 views

RED5 server and flash question

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 ...
3
votes
2answers
857 views

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 ...
3
votes
1answer
912 views

programmatically stream audio with NetStream

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 ...
3
votes
3answers
2k views

Red5 Security Tutorial

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 ...
3
votes
2answers
6k views

Simple Remote Shared Object with Red5 Flash Server

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 ...
2
votes
1answer
100 views

Red5 with OpenCv - What do you think?

I have a opencv application tracking head from webcam. I like to have something which will transfer live video stream of webcam to server where opencv program is running. Opencv program manipulating ...
2
votes
1answer
220 views

Video Recording from Browser using Flash, PHP, Red5

I wish to build an application using which I can record video (along with audio) and also audio (only audio preferably in mp3 format). From some research I did, I found I need a client app in flash ...
2
votes
1answer
161 views

Getting started with RTMFP

I need to implement a realtime connection between 2 or more players, that will play a Flash game. I've read that RTMFP is a good choice to make this connection the best possible (were best=less lag ...
2
votes
1answer
40 views

Diff. between a web server and a media server?

Can some please explain me in-detail. Can't i just upload flv or other media files to my web server and play them on a webpage with embed tags? Why do i need media server for this? Or when do i need a ...
2
votes
2answers
192 views

How to install red5 on heroku server

I am trying to build an audio recorder and have 3 questions: Is red5 enough for building an audio recorder? No need for a flash recorder or something? How can I install red5 on heroku server? Is ...
2
votes
0answers
87 views

Avisynth like NonLinear Editor for Linux

In my Red5 application, I need a tool that can take 4 video streams and merge them into one bigger video in a 2x2 grid (like security camera videos). Avisynth’s script seem easy to use however: it ...
2
votes
2answers
721 views

Open source video chat server not using flash

Reading "Building the realtime user experience" by Ted Roden, I was wondering how to go further and get some video chat web app up and running without the use of flash. So, in terms of feasibility: ...
2
votes
2answers
2k views

Simple alternatives to Red5 recorder and server for webcam video capture?

I'm looking for a flash script/library to capture video and audio from a webcam and then somehow get a saved flv to my encoding server. I'm not looking for something that will host the videos for me. ...
2
votes
1answer
118 views

red5 published flv everytime looks corrupted

I use red5 and flex. After publishing the stream, it creates flv file that plays in flv players like corrupted one. It looks like this http://screencast.com/t/gkqQWqhcYT
2
votes
1answer
160 views

Creating a virtual world with Red5

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 ...
2
votes
1answer
523 views

Audio/video recording using flash

I want my users to record audio/video and post that to other users. Is it possible to record video through Flash's and receive encoded video on server side without any further processing (i.e. just ...
2
votes
1answer
67 views

Scheduled Media Streaming

I have a video that needs to be delivered through streaming, but all viewers need to be synchronized at the same time regardless of when they started the video. If the video starts streaming at 7:00 ...
2
votes
1answer
421 views

Red5: Create server side thumbnails of video streams?

I have a flex video streaming application using a Red5 streaming server. Now I need to generate thumbnails of the streams every X seconds to display them on a web page. I know, that it is possible to ...
2
votes
2answers
331 views

Is Java needed to use Red5

I'm working on a Flash project and someone recommended Red5 as a media streaming server. Do I need to know java to use build applications that use Red5 as their server?
2
votes
1answer
2k views

Alternative to Rtmp and red5 for Iphone application

I am using red5 + rtmp in client-server flash application. There isnt audio/video streams in my applications, rtmp used for transfering messages from app to server and back. Now i need to develop ...
2
votes
2answers
303 views

java: can't use constructors in abstract class

I created the following abstract class for job scheduler in red5: package com.demogames.jobs; import com.demogames.demofacebook.MysqlDb; import org.red5.server.api.IClient; import ...
2
votes
1answer
1k views

How to encoding no sound recorded red5 video via ffmpeg

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 ...
2
votes
1answer
924 views

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

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 ...
2
votes
1answer
485 views

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.
2
votes
3answers
1k views

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
2
votes
1answer
5k views

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 ...
2
votes
1answer
2k views

Red5 plugin for eclipse?

What url do you use for it because http://www.red5.org/projects/red5plugin/update_0.1.x/ gots redirected to http://code.google.com/p/red5/, and my eclipse is heavily complaining about network ...

1 2 3 4 5 8