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

871 questions
7
votes
2 answers

Any Red5 Working Example Project for 0.9 release

I'm trying to find 1, just 1, working sample project for Red5 that's updated to work against the latest 0.9 release without missing jars and other nonsense. Right now, it's at v0.9 and the libs are different from other versions. They have 5…
Daryl
  • 247
  • 1
  • 2
  • 7
7
votes
1 answer

Javacv: Decoding H.264 "live" stream coming from red5 server on android device

Here is my problem, I have implemented a server side application using Red5, which sends H.264 encoded live stream, on client side the stream is received as byte[] In order to decode it on Android client side i have followed the Javacv-FFmpeg…
Ichigo Kurosaki
  • 3,765
  • 8
  • 41
  • 56
7
votes
1 answer

How to add live streaming video to a django website? Red5?

I've created a website using Django, and I'm at the point where I wanted to add the live streaming video component, since my website is centered around users being able to stream videos that other users can watch. I essentially have the entire…
GetItDone
  • 566
  • 7
  • 22
7
votes
1 answer

creating reusable modules

I'm writing a big Red5 Java application for the web. Red5 a Flash Media Server alternative that is java based and is written with the spring framework. I want to have many versions of my application online, each with different behaviors and…
ufk
  • 30,912
  • 70
  • 235
  • 386
6
votes
2 answers

does red5 read tomcat-users.xml

I have been busy creating an app for Red5. Imagine what was my surprise when I tried to configure basic/digest authentication and I couldn't. What struck me as strange is that I have a running tomcat instance that works and authenticates correctly…
Nikola Yovchev
  • 9,498
  • 4
  • 46
  • 72
6
votes
0 answers

recording flv broken red5

I am using red5 server 1.0.6 Some of my recorded files are broken, I have read in some articles that if a stream is closed before the bufferLength of the stream is greater than 0, the recorded file will be broken. This is my code for saving and…
Vishnu
  • 11,614
  • 6
  • 51
  • 90
6
votes
3 answers

Live broadcast camera and microphone without flash

I am building a live virtual class room and I need to broadcast the teacher camera and microphone to many students. Previously the broadcasting was implemented using red5 via rtmp protocol which is flash. But the problem is Android phones does not…
lahiru madhumal
  • 1,185
  • 2
  • 12
  • 30
6
votes
1 answer

How to stream video in a django app

I'm looking to stream video's as part of a django app, but I've never done anything with video and don't really know where to start. I don't have all the details of the project yet, but I'm expecting a fairly small library of videos uploaded by one…
Aidan Ewen
  • 13,049
  • 8
  • 63
  • 88
5
votes
8 answers

Voice Echo Problem

I'm trying to build a video chat program using Adobe Flex but there is a giant problem with echos. If the participants arn't using headsets, everything they say echos. Worse, they can actually create positive feedback loop of echos that won't end…
Jay Stramel
  • 3,241
  • 4
  • 28
  • 25
5
votes
3 answers

Open source video chat server not using flash

Reading "Building the realtime user experience" by Ted Roden, I was wondering how to go further and get some video chat web app up and running without the use of flash. So, in terms of feasibility: client-side: how can one access to cam and mic…
aminho
  • 565
  • 6
  • 17
5
votes
1 answer

difference between freeswitch and red5

Firstly I just want to know that what is the difference between freeSwitch and Red5? As I have very good working experience with red5 and I have made many app's that streamed video/audio using Red5. But now I am not able to understand that If Red5…
Arjun Thakur
  • 635
  • 8
  • 21
5
votes
0 answers

NoClassDefFoundError: com/fasterxml/jackson/databind/ObjectMapper with Red5

I have a Red5 application. Since Red5 is based on Tomcat, Tomcat gurus can assist. I have a class in my application that uses Spring Social and Spring Social Facebook version 1.1.0M3 that initialize stuff in order to prepare some real time…
ufk
  • 30,912
  • 70
  • 235
  • 386
5
votes
2 answers

red5 with s3(i want to customize the path for streaming videos)

I am using red5 for streaming videos in my project and I am able to play the videos from the local system which are saved in default folder "streams". Now i want to customize the path and want to get the videos from S3. How do i configure red5 to…
user1903224
  • 161
  • 1
  • 1
  • 6
5
votes
4 answers

Red5 Application fails to connect

I am attempting to run a basic application on Red5 that just makes an attempt to connect to the red5 server (on localhost). The source for this application is below: import org.red5.server.adapter.ApplicationAdapter; import…
Factor Three
  • 2,094
  • 5
  • 35
  • 51
5
votes
1 answer

Set up a Red5 server with FFmpeg for live streaming to iOS

I'm an app developer and I need to implement FFmpeg to transcode/change an rtmp live stream to an http live stream so that I can play it on any iOS device (iPhone and iPad). My problem is that I am fairly new when it comes to server, media stuff…
G_Money
  • 318
  • 7
  • 22
1
2
3
58 59