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
0
votes
1 answer

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 start|stop|restart|... I found one here but when used, it's…
Pierre de LESPINAY
  • 370
  • 2
  • 6
  • 18
0
votes
1 answer

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 keystore -trustcacerts…
ufk
  • 333
  • 3
  • 8
  • 31
0
votes
1 answer

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 a hold button, can anyone please guide me. I am…
sunil221
  • 101
  • 1
  • 3
0
votes
1 answer

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 failed to rtmp://localhost/sip : connection failed is…
sunil221
  • 101
  • 1
  • 3
0
votes
2 answers

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 type: bootstrap Logback selector:…
sunil221
  • 101
  • 1
  • 3
1
2