red5 Questions

3

Solved

I want to combine a video file (flv) with no audio with an audio file (mp3) using Xuggler. At the moment I have taken two streams and combined the video and audio parts of those streams separately ...
Hung asked 17/1, 2012 at 6:44

4

This is more a conceptual question rather than a direct "how to do this". Is it generally possible to implement a flash-like solution to stream the audio (independent of where we get the stream d...
Languishing asked 24/10, 2012 at 15:33

1

I have a RTMP stream being broadcasted in the same server as my Spring Boot application. For instance, it can be accessed using rtmp://localhost/livestream And it's a video livestream, broadc...
Diocese asked 3/11, 2017 at 3:50

2

Its possible to "stream" result of MediaRecorder? The unique method i can see is mediaRecorder.setOutputFile that receives a FileDescriptor. So i can write the result to a File or send via socket ...
Benetta asked 6/9, 2011 at 13:27

2

Solved

I am writing a Red5 application that provides 1-on-1 video chat to a Flash client over RTMP. Unfortunately most tutorials I was able to find were sketchy at best and the documentation of Red5 itse...
Lxx asked 17/1, 2011 at 22:31

0

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 fil...
Giarla asked 29/12, 2015 at 13:24

3

Solved

How can I read a Red5 (RTMFP) stream using HTML5?
Lockridge asked 17/11, 2010 at 15:43

3

I am writing an C#.Net based application which requires publishing video and audio streams to Red 5 Media Server and retrieving the same published stream in another application on a local network a...
Exercitation asked 9/4, 2012 at 15:6

1

Solved

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 ...
Fez asked 19/3, 2014 at 6:0

3

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...
Mcmillan asked 29/4, 2014 at 4:24

6

Solved

I have a red5 server (JAVA) running on my Linux server. Sometimes, the server shuts down. When I try to restart it I got an error: "Binding error, this port is alerady in use". So I try to kill ...
Granvillegranvillebarker asked 16/10, 2010 at 12:50

3

Solved

I'm looking for a flash script/library to capture video and audio from a webcam and then somehow get a saved flv to my encoding server. I'm not looking for something that will host the videos for m...
Corry asked 26/2, 2011 at 18:29

1

Solved

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 expecti...
Alexalexa asked 13/1, 2013 at 10:3

1

Solved

what i'm trying to do is publishing a .flv media file to RTMP server to let subscribers watch it. i'm testing to view the stream in several subscribers (the oflaDemo) and with ffplay. the problem ...
Director asked 20/10, 2012 at 15:57

1

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 ...
Splat asked 17/10, 2012 at 13:30

1

Solved

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 applicati...
Driskell asked 26/7, 2012 at 12:30

3

is there any way to Stream video From iPhone Or Android to RTMP Server using Red5?? i searched over internet and there is only 2 application that mange to do this successfully (UStream , Qik) the ...
Vitebsk asked 31/7, 2010 at 13:4

1

Solved

Below is a basic code bit in as3 flash.A simple video streaming example using rtmp red5. But i seem to be having issues connecting to the stream.I am using the same video files as given with the re...
Samons asked 23/1, 2012 at 12:1

5

Solved

I would like to retrieve ONLY the library jar when I make use of a dependency entry in my ivy.xml for Red5 (or any project for that matter). No matter how I have configured it, I still get "sources...
Biogenesis asked 12/8, 2011 at 20:53

3

Solved

Quick Intro: We have a flash tetris game finished and we are looking to add multiplayer functionality to the game. After a few days of research on the capabilities of flash and sockets, I've gotten...
Hebron asked 3/8, 2011 at 3:21

2

Solved

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 tom...
Brahe asked 6/1, 2011 at 15:34

1

I have a fairly high-end webcam (snc-rz25n) that I need to rebroadcast using the Flash Media Server. I can get the picture as MPEG-4 (not h.264). So I need to transcode to h.264 and publish at mult...
Lungki asked 31/8, 2009 at 21:5

1

I am very new to media streaming, and I have some basic doubts to clear : As far as I can understand, the difference between HTTP streaming (say through Apache) and a RTMP streaming (through Red5...
Ilo asked 30/4, 2011 at 15:36

5

I'm very new to RTMP streaming and am seeking help. Just enough to get me started. I have been Googling for about 5-7 hours now and still cannot determine my answer! The documentation of Red5 is...
Purism asked 24/1, 2010 at 14:22

2

Solved

I'm writing a red5 application using Java and I'm using the c3p0 for the database interaction. It seems that after the connection as timed out in my MySQL server my application stops working with ...
Rubio asked 18/8, 2010 at 11:12

© 2022 - 2024 — McMap. All rights reserved.