Red5 is an open source media server written in Java as an alternative to Adobe's proprietary Flash Media Server(FMS).
0
votes
1answer
31 views
Need help transcoding Red5 RTMP stream to MPEG2-TS
Me and my friend are going to make live shows and for that purpose I have set up a Red5 server on my old 2006 Intel Core Duo Mac mini running Mac OS X Snow Leopard Server 10.6.8.
I use Flash Media ...
0
votes
1answer
20 views
How do I tunnel Red5 through http without getting NetConnection.Connect.Closed error?
Red5 v0.8
I'm trying to tunnel red5 through port 80, since my application doesn't work on certain setups.
At first I tried just putting ":80" right after the domain name when I make my red5 ...
-2
votes
0answers
20 views
Red5 No scope error [closed]
I get the error "Connection error No scope 'kavalok' on this server" when I try to connect to one of my red5 webapps. I've checked and all of the class files are there. Any suggestions?
0
votes
1answer
14 views
Error 1067: The process terminated unexpectedly” when trying to start Red5
I get this error
Error 1067: The process terminated unexpectedly” when trying to start Red5
when I am trying to start red5 service I tried to reinstall red5 and the problem still apper, what is the ...
-1
votes
1answer
32 views
Red5 - Stream a list of videos in sequence by server [closed]
I need to make a dynamic list of videos with Red5. The videos should be played in sequence by the ser ver, regardless of wheter the user has loggeed on or not.
It's like a normal TV, with sequential ...
0
votes
0answers
29 views
methods to write a video streaming application that server with 60 clients
My requirement is to write a real time video streaming client and server. The system needs to be deployed in a single server say a quad processor with 4 gb ram in a linux environment. I have tried ...
0
votes
1answer
24 views
Can not call method on flash client from red5 server
So i got stuck on following problem. So far i can call methods from the client on the red5 server but calling methods on the client from red5 server is not working. I got the following code
public ...
0
votes
0answers
31 views
RTMP Red5 persistent SharedObject with “multiple changes”
Currently i am working on one app, which use red5 sharedObject for notifying same app, running on other computers about item changes (add/update, remove, lock for editting, etc..).Then application ...
1
vote
1answer
46 views
Can we use Red5 be used for streaming in android devices
i have to build a video streaming app for android .can i use red5?? is its streaming work only for flash not for any other device ?? please suggest should i use wowza or red5 ??
...
1
vote
2answers
35 views
Red5 throws “Error loading class” when using a custom class as a SharedObject
From an AS3 Flash app, I'm trying to set a SharedObject to an instance of a custom class I've created. From what I can tell, as soon as I call sharedObject.setProperty("propertyName", myCustomClass) ...
0
votes
0answers
37 views
Red5 can't find Bootstrap java.lang.NoClassDefFoundError
I'm trying to setup Red5 on Cygwin.
I've got this error, similar to the question here. I've tried some of the solutions there, but they didn't appear effective.
Starting Red5
...
0
votes
1answer
26 views
Red5 can't locate Java on Cygwin
I'm setting up a Red5 server on Cygwin
I get this
/usr/share/red5$ sh red5.sh
Running on CYGWIN_NT-6.1-WOW64
Unable to locate Java. Please set JAVA_HOME environment variable.
However, I can also ...
1
vote
1answer
26 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
60 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
86 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
70 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
107 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
17 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
114 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
64 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
29 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
194 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
59 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
48 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
41 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
43 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
72 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
104 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
253 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
22 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
192 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 ...
1
vote
0answers
141 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({
...
0
votes
0answers
95 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
179 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
69 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
69 views
0
votes
0answers
37 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
130 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
49 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
160 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
262 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
86 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
102 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
195 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
13 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
95 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
183 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
35 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
101 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
104 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 ...





