Red5 is an open source media server written in Java as an alternative to Adobe's proprietary Flash Media Server(FMS).

learn more… | top users | synonyms

1
vote
0answers
5 views

Create sqlite3 database from .sql file

The goal is to make a database out of a .sql file. I'm trying to set up a local environment to test and modify this red5 implementation Step 1 is Create a database using the SQL command in ...
-1
votes
0answers
21 views

Red5 and FFmpeg in streaming [closed]

I have installed Red5 and ffmpeg in Ubuntu. My idea is use the example http://localhost:5080/demos/ofla_demo.html for a simple streaming with ffmpeg. I use ffmpeg as follow: ffmpeg -i out.flv -f ...
1
vote
0answers
17 views

Convert RTMP Stream to RTSP for Mobile devices

Convert RTMP Stream to RTSP for Mobile devices I tried to google alot on the above topic but not able to get any finite answer. I have a red5 server hosted and now I want to stream mp4 files or ...
0
votes
0answers
33 views

how to create first red5 application with java

hi i install red5 server on my windows after that how to create application with red5 and how to broadcast and subscribe live stream try i try with this example but not able to make it work. ...
1
vote
0answers
31 views

Host a streaming webcam on website with VLC/Red5 or whatever

I currently have a website that i am running at my home based on Java/SpringMVC web server. I want to stream my webcam to my website so i can connect to it where ever i am from a browser and see my ...
0
votes
0answers
15 views

Enabling ffmpeg Library at a Runtime?

Is it possible to enabling ffmpeg library(e.g librtmp) at runtime? (not from config build)
0
votes
1answer
34 views

Need to record a video from an RTMP stream

I'm absolute beginner in RTMP. My task is to create a Java application which would record video from a certain RTMP URL. I have an RTMP Server installed (Red5 server). I've verified that it works and ...
0
votes
0answers
16 views

Configuration of red5 server in windows or Ubuntu?

I was wondering if you could give me some advise about how to config red5 server...to add video conference capability to moodle, i installed Big Blue Button plugin and it runs well, but i'd like to ...
0
votes
1answer
19 views

Weird behavior of Red5 service parameters called from Actionscript

I have a Red5 service function that receives a single string as a parameter, and another function that takes no parameters, like the code below: public class AService { private String someName; ...
0
votes
1answer
60 views

Red5 video chat tutorial AS3

Where can I find working examples of a video chat application based on AS3 and Red5? I'm having trouble to understand how to attach a user stream to another user and vice-versa. Can someone point to a ...
0
votes
1answer
34 views

Actionscript 4: NetConnection.connect(…) does not fire a NetStatusEvent event

I downloaded the red5-recorder (http://www.red5-recorder.com/) , which fails to allow me to start recording. After debugging I found that the netconnection, needed to record to a media server, ...
0
votes
0answers
20 views

Streaming AAC to Red5 using librtmp

I have realtime raw AAC frames with 44100 sampling rate, 65459 bitrate and one channel. The realtime audio is acquired by Remote I/O. I want to streaming it to Red5 using librtmp. But I cannot find ...
0
votes
0answers
27 views

How do I send a video stream to a Red5 server using Java?

How do I send a video stream to a Red5 server using Java? client send video stream to a server(Java), then this server send these video stream to Red5.
0
votes
0answers
8 views

Building red5 server: unresolved import org.quartz.spi.ClassLoadHelper;

I'm trying to build red5 server from source as explained in their video on YouTube. I'm getting unresolved import in Eclipse: import org.quartz.spi.ClassLoadHelper; What am I doing wrong? I'm ...
0
votes
0answers
23 views

How do I Connect live broadcaster to multiple Red5 servers

I am using a modified version of the simpleBroadcaster.swf, and I have been trying to get the broadcaster to connect to multiple Red5 servers at the same time, but It will only connect to the first ...
0
votes
1answer
37 views

RTMPE Video Player (With Skip)

I have successfully created a Cocoa app using RtmpDump for a video stream. Currently, the application merely downloads the file to the user’s desktop and they must play it in VLC. However, I wish to ...
0
votes
1answer
58 views

Red5 media server: How to get rtmp working on Amazon EC2?

I successfully installed red5 media server on Amazon EC2 instance: windows 2008 server. I edited the property file (red5.properties) and configured it to run on port 80. When I hit the ip, I'm able ...
1
vote
1answer
154 views

ffmpeg - continuous file streaming over RTMP

I've been looking around for a simple (or perhaps not-so-simple) walkaround for a problem I am having in my set up for a simple test case: video streaming over red5 media server. I have built a ...
0
votes
0answers
21 views

Red5 Template containing unresolvable errors

I'm trying to get Red5 up and running which the Server itself does just fine. But the fresh project, generated by eclipse and the Red5 plugin contains an error I cannot resolve.: The IScope ...
0
votes
1answer
134 views

How can I stream live webcam video using Adobe flex without using Flash server or Red5?

My hosting service doesn't allow Flash server or Red5 to be used on the shared hosting account, only with a VPS account. This is something, I do not want to pay for. I have managed to create a MXML ...
-2
votes
0answers
47 views

server for video chat functionality in ios [closed]

We are developing the application which have video chat functionality. We had converted the video and audio(for video chat) into bytes and transfer these bytes to other device where these bytes get ...
-1
votes
0answers
37 views

Red5 1.0 - Can't deploy ChatRouletteApp - Errors from web.scope/web.handler

I have installed red5 1.0 and OflaDemo works fine. Now, I have problems with ChatRouletteApp and JabberCamApp. I can't deploy these webapps. The main errors are the following ones : Error ...
1
vote
0answers
113 views

[JWPlayer]: Play last segment of .ts from HLS?

In JwPlayer Is it possible to play last segment of .ts from HLS? In this case last segment is stream00736.ts current JwPlayer code: jwplayer("<?php echo $this->id?>").setup({ ...
-1
votes
0answers
20 views

What is this weird broken image in upper right hand of red5 player? [closed]

I can't seem to figure out what this is (upper right-hand corner). Is it part of the flash player or a broken image? How do I get rid of it?
-3
votes
0answers
56 views

Server Red5 Server Runtime at localhost failed to start on eclipse [closed]

i got problem while i do run my red application on eclipse as a red5 server , "Starting Red5 Server Runtime at localhost has encounter a problem server Red5 Runtime at localhost faild to start" i ...
0
votes
0answers
70 views

Red5: receive a stream and have it available for just one client

I need to set up a really simple RTMP server with only one function: receive a stream from Flash Media Live Encoder and have it available, so that another client can connect to it and send it upstream ...
0
votes
0answers
139 views

Upload live video from Android device camera to server (Red5, Wowza)

How to upload live video from Android device camera to server (Red5, Wowza)? Simultaneously others users can watch this video in device using RTSP Url. By googling I got some open source projects ...
1
vote
0answers
49 views

Make JwPlayer Always Play at Last 5 seconds Section of Video Which Being Recorded in Append Mode

Assuming we record some video from media server in Append mode. How do We make JwPlayer (or another video player) seek and play to always (Let's said) last 5 seconds of Video which being recorded? ...
0
votes
0answers
58 views

Stream RTSP in RED 5 Media Server

Is it Possible to Stream RTSP via RED 5 Media Server? Thanks,
0
votes
0answers
29 views

Red5 connection doesn't close on client disconnect

I've an application under Red5 1.0. After client connection lost server doesn't detect it and doesn't disconnect this client. This code fixed a problem for(Set<IConnection> listConnection ...
1
vote
1answer
108 views

Calling Red5 APIs from oflaDemo

I have been looking, as much as possible, at the source code for Red5's oflaDemo client. I have been trying to figure out how the client accesses the functions provided in the server- side code. I ...
1
vote
0answers
39 views

Red5 cannot display video in Adobe AIR

I have an Adobe AIR application that I am using to stream some video using RED5. The AIR application has the following Flex code: <s:VideoDisplay id="vidBox" autoPlay="true" autoRewind="true" ...
1
vote
0answers
123 views

How make video chat between red5(server) and android(client)?

After tried lot i didn't get simple video chat using red5(server) and android(client). i need to do two way video chat. one end is my android app and other end is android browsers / desktop browser. ...
0
votes
1answer
205 views

Installing Red5 on CentOS server

Let's just pretend I have no idea what I am doing ;) I've installed java and Ant and the subversion and I swear I have seen every tutorial there is. Everything is smooth until I get to where they ...
0
votes
0answers
68 views

Red5 Simple Recorder

Im using Red5 simple recorder to capture videos and got following questions: How can i stop it from generating meta file for each record im using jwplayer with playlist to stream it back and meta ...
0
votes
1answer
76 views

Join multiple flv with ffmpeg

i am trying to join two flv files using -concat option in ffmpeg-1.1 . I have created a list named mylist.txt and placed two flv files into it, but the problem i am facing is that the output of first ...
0
votes
1answer
173 views

Livestream of prerecorded flv videos with ffmpeg and red5

My goal is to acheive the following steps :- rtmp livestream of prerecoreded flv videos using ffmpeg. videos should be played continuously just like a tv station. We are currently using red5 and ...
0
votes
0answers
12 views

Remote shared onbjects : is it possible to change to access variable directly with shared objects?

public var myvariable:int so.send("changeVariable",10); // so is a remote shared object public function ("changeVariable", value) { myvariable = value } 1) Is there a way to ...
0
votes
1answer
84 views

Video Chat: Scalability Issue

We use Red5 media server as a back-end for our Flash video chat application. Recently we had a significant increase in user traffic, which brought the video chat down. While it is fairly ...
0
votes
1answer
148 views

Red5 Server fails to start

i have a problem when starting my Red5 Server on Ubuntu 12.04. When i'm trying to start it up, it doesn't work properly and show some error message like this : root@PC:/usr/share/red5# ./red5.sh ...
0
votes
1answer
32 views

Recording output volume from machine using flash

I successfully created an application where i can record microphone sound using flash and then save that stream to a server called "Red5" . But lately i came across a strange requirement of capturing ...
0
votes
0answers
80 views

RED5 Publisher demo error

When trying tu run an rtmp stream encoded through flash media encoder, the log in the publisher demo of RED5 gives the following messages and the video does not work. What is the issue here? ...
0
votes
0answers
88 views

Red5 server demo not installing

I'm using the latest Red5 version, Red5 1.02 and have JDK 7 installed, on windows 8 machine with all paths properly set. When I try to use the installer to install an application demo, i get the ...
1
vote
2answers
433 views

Red5 installed on Ubuntu 12.04 LTS. But oflaDemo not works

I have installed the red5 server on Ubuntu 12.04. I download Red5-0.9.1, run red5.sh, and the index page works. The demo SOSample ( BallControl.html ) is working too. However, the demo oflaDemo ...
1
vote
1answer
210 views

displaying live video from red5 [closed]

I've looked several places for an answer with no success. We have been using Red5 to stream recorded city meetings for two years now, works great. Now I need to stream a live feed. I have Axis ...
0
votes
1answer
57 views

Open the as (action script) from fla file

The question can sound a little bit stupid, but I can't figure it out! I have a fla file (http://red5.googlecode.com/svn/flash/trunk/simpleBroadcaster.fla ) and I follow a tutorial to edit this file ...
0
votes
0answers
38 views

red5 unable to built distribution eclipse on windows found error

I was new on red5. I just followed tutorial that I found on red5guide.com/, but I use: eclipse JUNO apache ivy 2.3.0CR2 apche ivyDE 2.2.0beta1 subsclipse 1.6 SVN from ...
0
votes
1answer
226 views

how to upload .flv to remote red5 server LIVE in real time?

I want to do live webcast of some ceremonies. I can record .flv files using my webcam and ffmpeg software. Now, if I hire a red5 media server from some hosting company so that visitors can download ...
0
votes
0answers
86 views

Java Screencapture with red5 flashsv2 poor quality

I'm trying to make a screencapture tool based on the red5 screenshare tool. https://code.google.com/p/red5-screenshare/ The problem I'm having is when I use the flashsv codec the system becomes ...
0
votes
1answer
131 views

How to extract audio from live video stream on Red5?

I need to extract audio from a live stream on red5 and stream it separately. On nginx with rtmp module I'd just retranslate this stream via ffmpeg without videodata, but I have no idea how to do ...

1 2 3 4 5 13