Red5

as3 rtmp video stream on localhost red5 path issue

大城市里の小女人 提交于 2019-12-24 02:09:34
问题 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 red5 server demo installation.( i have verified the installed demo of ofla by running it properly) my output trace traces out as a connection success and the play start of the video file. But i am unable to get its metadata or get it actually playing. netStatusHandler NetConnection.Connect.Success

Red5 demos not working

不想你离开。 提交于 2019-12-23 04:03:48
问题 I have checked the similar question here but that doesn't solve my problem. I have recently installed Red5 1.0 RC3 version for Windows/Java 7 successfully. But I am unable to install the demos. It returns the following debug messages: Host: localhost Trying to connect Net status: NetConnection.Connect.Success Got the server java version: 1.6 Got the application list Async Error: [AsyncErrorEvent type="asyncError" bubbles=false cancelable=false eventPhase=2 text="Error #2095" error

Voice Echo Problem

微笑、不失礼 提交于 2019-12-21 04:57:06
问题 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 until the mics are muted. Has anyone found a solution for this on the Flex/Flash platform? My software is using the Speex codec and I've done my best to eliminate all buffering (i.e. it's a live stream and I set the buffer length to 0). The loop back

red5 media server and protect video from being embeded?

半城伤御伤魂 提交于 2019-12-20 04:31:26
问题 I'm trying to protect my videos the most possible way, so I know putting them up on a red5 media server will make them streaming so the flv file won't be downloaded to users cache but the main concern I have is that possible to protect the video from being embeded? so it will run only from domains that I specify? and also, is it possible to somehow encrypt a streaming video file? and encrypt it down in my flash player when it's downloading? 回答1: To secure your streams you can edit the file:

Android MediaRecorder in streaming

℡╲_俬逩灬. 提交于 2019-12-18 15:53:37
问题 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 to receiver. I tried the second solution but the result video is corrupted because is not "seekable" in stream. The idea is to use the camera of android device to publish result to Red5. 回答1: Yes, it possible, there are many examples for that. You can checkout sipdroid example. Or even Android IP

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

两盒软妹~` 提交于 2019-12-18 02:57:10
问题 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 library. The code for decoding is as follows public Frame decodeVideo(byte[] data,long timestamp){ frame.image = null; frame.samples = null; avcodec.av_init_packet(pkt); BytePointer video_data = new BytePointer(data); avcodec.AVCodec codec = avcodec

Red5 communication delay

荒凉一梦 提交于 2019-12-13 17:15:25
问题 I have created a Red5 stream recorder app that records the client's camera and mic. It records the stream by NetStream.publish("streamname","live") and invokes a remote call that starts recording it. The problem is after the client calls the remote startRecording method and the server starts recording the stream, the whole communication slows down and has a long delay, often a half minute! From the slowdown everything has long delays even the remote calls. In the localhost it works good. What

How to install the admin panel in 1.0

烈酒焚心 提交于 2019-12-13 04:48:14
问题 I'm trying to install it but with no success. Steps: 1. copied admin.jsp to /red5/webapps/root 2. Pasted all the jars from adminplugin-1.0.zip to /red5/plugins 3. started the server. ERROR: [INFO] [main] org.springframework.beans.factory.support.DefaultListableBeanFactory - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1fa490e: defining beans [global.clientRegistry,global.serviceInvoker,global.mappingStrategy,global.context,global.handler,global

How to expose Red5's SharedObjects through SOAP

℡╲_俬逩灬. 提交于 2019-12-13 03:44:21
问题 Edit: Obviously my first question was not really easy to understand, I hope the answer is usefull :) I have tried installing Axis2 on the Red5 server and everything went ok, I accessed the Red5 app properties from a custom Web Service using Red5's RTMPClient and exposed them through Axis2. The problem is that doing it that way I have a 2 levels server and I don't really have direct access from the webservice to the sharedobjects, etc... What I would like to do is to be able to access some

Unable to resolve .. resolve waits for ever while building red5 using ant and ivy

爷,独闯天下 提交于 2019-12-13 03:43:44
问题 I am following step by step for installation of RED5 in Ubuntu 9.04. While executing ant command, it waits forever at [ivy:resolve] :: resolving dependencies :: red5#server;working@satya-vbox4red5 [ivy:resolve] confs: [java6] in verbose mode, I saw that it is failing while searching for dependencies.. verbose output can be found at http://pastebin.com/uyaQ03cK I am accessing the internet through a proxy server which asks for authentication(userid and password). 回答1: Try configuring ANT to use