The red5 tag has no wiki summary.
-2
votes
2answers
57 views
Red5 can't find Java
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 ...
0
votes
0answers
300 views
Red5 install on CentOS build.xml does not exist?
http://nocreativity.com/blog/how-to-install-red5-on-centos-5-the-complete-guide
I have followed this tutorial for installing Red5 line by line however I have just got to compiling the Red5 code I get ...
0
votes
0answers
79 views
Red5 - Dropping Fames On Server Side
We bought this server 3 days ago:
1 x 3.4GHz / 32GB,
Intel E1240-V2 3.4GHz CPU,
32GB ECC 1333MHz RAM,
1 x 120GB SSD,
10TB Data Transfer,
100Mbps Premium IP
We are running a streaming server (Red5) ...
0
votes
1answer
175 views
Error with Installing Red5
I have tried to install Red5 on Ubuntu. Now, I have followed the instructions here, but the build failed.
What's the problem?
Screenshot of the console is here
I have tried to Google it, but i ...
0
votes
0answers
81 views
Remove RED5 demos site
I've installed RED5 on my server to run an application.
Everything is fine, but i'd like to know how can i disable the default "splash" screen.
The one that links to demos, wiki and so on. It's ...
0
votes
1answer
87 views
Streaming Video from Linux to Windows
I have been searching on the Internet but find no straight answer on what to use in this case. Basically, I have a client that has an Icecast radio streaming server running on Linux. People are able ...
0
votes
0answers
182 views
Existing RTMP stream to HTTP using live_segmenter
I have an existing RTMP stream over Red5. I need to feed that stream into ffmpeg/live_segmenter and output it over http.
I've tried the following:
./ffmpeg -i ...
0
votes
1answer
1k views
Open-source segmenter for HTTP streaming [closed]
So, I'm trying to build a segmenter for Linux.
There are a few linked in this thread: HTTP Live Streaming, FFMPEG & FFSERVER, and iPhone OS 3
However, the only functional one seems to be for ...
0
votes
1answer
135 views
Network connection failed in Red 5 server
I am new to red5 server.
When I try to run Red5 by creating a project in Eclipse using the Red5 plugin it runs with an error:
[INFO] [NioProcessor-2] org.red5.server.net.rtmp.RTMPHandler - ...
0
votes
1answer
503 views
Red5 - Linux Installation init.d script
I have followed this pretty little tutorial to install red5 on Ubuntu 11.04
I can now run it from /usr/share/red5/red5.sh
But I'd like to have a init.d script like /etc/init.d/red5 ...
0
votes
2answers
801 views
javac compiler throwing error in CentOS 5.7
I'm trying to install Red5 on a vps running CentOS 5.7 in MediaTemple using this how-to
(dv):Install Red5 Media Server but on step 7 I get this error:
BUILD FAILED
/usr/local/red5/build.xml:217: The ...
0
votes
1answer
251 views
RapidSSL (freessl) certificate installation on red5
I bought a wildcard SSL certificate at rapidSSL which provided me web
certificate and an intermediate certificate.
i installed the web certificate using:
keytool -import -alias root -keystore ...
2
votes
3answers
1k views
running red5 on port 80
I have a red5 application http://code.google.com/p/openmeetings that runs under red5, and is accessible on port 5080 and 8443
I've installed it on Ubuntu 10.04
The eventual aim is to have it ...
0
votes
0answers
457 views
Red5 Streaming Server Integration with Asterisk
How do I integrate Red5 streaming server with Asterisk at an Application level? The requirement is to stream live audio from Incoming Calls from asterisk.
0
votes
1answer
220 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 ...
13
votes
2answers
577 views
not able to register sip user on red5server, using red5phone
I start the red5,
and then i start red5phone
i try to register sip user , details i provide are
username = 999999
password = ****
ip = asteriskserverip
And I got -- Registering ...
0
votes
1answer
319 views
problem with red5phone unable to connect
i'm looking at red5 and red5phone to make it works.
i am getting an error
netconnection: Status: 1 rtmpconnection #phone _onStatus NetConnection.Connect.Failed netconnection: Status: 0 connection ...
0
votes
2answers
2k views
Getting Error while running RED5 server - class path resource [red5.xml] cannot be opened because it does not exist
HI ,
I have installed java version "1.6.0_14" and Ant version 1.8.2 for red5 Server. when i am trying to run red5 server i am getting the following error please help
Root: /usr/local/red5 Deploy ...
1
vote
1answer
3k views
install red5 demos via installer or within war file manually
I'm using Ubuntu 10.10 and installed the red5-server package.
I've also downloaded oflaDemo.war file from that address.
First I tried to install the oflaDemo via installer, but I couldnt reach the ...
3
votes
1answer
516 views
Recommendations for building a simple, multi-tiered(?) webcam streamer
I have a webcam connected to a lightweight system (BeagleBoard) running Angstrom and I'd like to serve the webcam traffic up to one or more viewers. The problem I face is threefold:
1) I want ...
1
vote
1answer
682 views
Can red5 server be used for live streaming of mpeg2 files to Flv players?
(new to media streaming so please forgive my ignorance)
I need to provide live streaming to FLV players out of MPEG2 encoded video files. Clients must NOT be able to START/STOP/FF/RW the video, just ...