Questions tagged [red5]

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

Red5 is an Open Source media server written in Java that may be used in-place of Adobe FMS or Wowza; it currently supports:

  • Streaming Video Formats (FLV, F4V, MP4, 3GP)
  • Streaming Audio Formats (MP3, F4A, M4A, AAC)
  • Recording Client Streams (FLV and AVC+AAC in FLV container)
  • Shared Objects
  • Live Stream Publishing
  • Remoting
  • Protocols: RTMP, RTMPT, RTMPS, and RTMPE
  • Codecs: Any flash supported codec (PCM, FLV1, ScreenVideo, VP6, NellyMoser, MP3, AAC, AVC/h.264)

Includes plug-in support with several existing applications.

  • NSV streaming
  • RTP/RTSP streaming
  • SIP
  • MPEG/TS streaming (Live and VOD)
  • Security

Red5 installs and runs using Tomcat. Applications are typically compiled as .war files and placed in the $RED5_PATH/webapps folder where the server unpacks them and creates the appropriate folders.

Red5 Project page | Users list | Organization

20 questions
13
votes
2 answers

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 contact -- sip:999999@127.0.0.1:5072 The right contact…
sunil221
3
votes
1 answer

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 random viewers to come and go without having to stream…
mjbraun
  • 139
  • 8
2
votes
3 answers

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 accessible via https on 443 instead of 8443, but I thought…
shouldbeq931
  • 509
  • 4
  • 15
2
votes
1 answer

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 goal. I see the .war file under the /tmp directory,…
dursunturan
  • 39
  • 1
  • 6
1
vote
2 answers

Can AWS support RTMP based Live Streaming with CloudFront or CloudFormation

As far as i understand reading all these…
KRiSh05
  • 23
  • 1
  • 5
1
vote
0 answers

Video Streaming through RTMP

I need to convert as RTSP live monitering URL rtsp://mylocation.4545 to RTMP url rtmp://127.0.0.1:1935/live/livestream1 Iam using following command through ffmpeg in centos ffmpeg -i "rtsp://127.0.0.1.4545/live" -f flv -r 25 -s 640x480 -an…
Tom
  • 141
  • 10
1
vote
3 answers

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 following error occurred while executing this…
1
vote
1 answer

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 connect to the stream and play what is currently…
Yassen
1
vote
0 answers

nginx error - 4718#4718 Connect() failed (111:Connection refused)

nginx error: 2020/12/01 06:54:05 [error] 4718#4718: *1 connect() failed (111:Connection refused while connecting to upstream, client 192.168.1.1, server: www.some-place.org, request: "Get /bigbluebutton/api HTTP/1.1", upstream:…
larshie
  • 11
  • 1
  • 5
0
votes
0 answers

Red5 installation errorRed5 installation error

I am trying to instal red5 media server in centos 6. I followed many guides. But after installing java, apache-ant and after setting envirnmental variables, when i try to execute the commands ant prepare and ant dist. It shows errors. Result of ant…
Unnikrishnan
  • 109
  • 4
0
votes
2 answers

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 do this: javac -version and get javac 1.7.0, so I…
user173757
0
votes
1 answer

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 the following error. [root@server1 red5]# ant…
Alex
  • 1
  • 1
  • 3
0
votes
1 answer

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 can't seem to find a solution. Thanks
mahamed91
  • 13
  • 1
  • 4
0
votes
1 answer

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 to listen to his radio by connecting on his…
0
votes
1 answer

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 - Scope default1 not found on localhost When I try to run…
Somdeb
  • 1
  • 2
1
2