I was hoping to procure the src for SOSample in Red 5 in order to better understand some of the commands they use within the demonstrations that us SOSample.
Edit
To Clarify the source is not in their SVN trunk, so I was wondering if people knew if it was available elsewhere.
...
i am capturing screenshot of my desktop continuously and uploading it to my server in which red5 , ffserver , ffmpeg are installed.
i can make video using ffmpeg image2 option but the count of image increase per second and i want to show that video live in browser .
is there any another approcah to stream my images as live video .
...
i googled for it but didnt got any thing
i want to make a live streaming flv file using mkfifo.
or there any another option to do so .
...
Please help!!!....
I bought JWPlayer ver 4.0. So far, the player has been good, until flash was upgraded to the latest version 10.1.53.64. We are delivering lesson captures on the web.
Using the lastest version of JW player (5.2) and streaming flash file (audio only),
the file was able to play (autostart=false, ), but when the control...
I'm trying to send a video stream to a Red5 server using Flex.
My Red5 setup seems to work for remote method invocations and shared objects, but I've yet to succeed in getting video working.
This is the AS3 code that connects to Red5:
# connect to RTMP server
netConnection.addEventListener(NetStatusEvent.NET_STATUS, netStatusHandler);...
i have created a java program which uses red5 server to stream sequence of images as live.
my output video is stickekni after 2 seconds . i know there is problem with send and receive buffer size .. how to calculate buffersize ?
my image is of size 320 X 240
and frame persecond is 4
...
I am in the process of teaching myself how to create applications using Red5. I am having trouble making server side shared objects.
Right now I am trying to make a simple application that an objects is created by the server every time a user connects. I want each client to be able to see the other objects that are connected.
Does...
I'm working on a Flash project and someone recommended Red5 as a media streaming server.
Do I need to know java to use build applications that use Red5 as their server?
...
I'm considering using Red5 instead of wowza and Flash Media Interactive Server. But it looks like a new project and it hasn't even reached full v1, so I'm worried about using it in a production environment.
Has anyone used it in a real production environment and would like to share the experience and document it with others?
...
I create a transient (non-persistent) remote shared object using ApplicationAdapter.createSharedObject(). Then a client connects to the application. The client then connects to the shared object. But when the client leaves the application and connects again, the shared object is no more there. The properties set by the client in their pr...
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 problem they closed source So if anyone could help me find some code snippets that make this possible ??
...
I've just finished putting together a basic flash video chat client that publishes the camera to a stream and receives a similar stream from another client. (Something in the spirit of this blog post.)
The streams are being pub/sub'd to the "oflaDemo" that ships with Red5.
This seems to work fine for my prototype, but I'm concerned ab...
Hi,
I have a java based tomcat server(Red5) which is running as a service(/etc/init.d/red5) in Ubuntu.
I am not able to find the console(java system out) logs. Is there a default place for ubuntu console logs.
Any help is greatly appreciated.
thank you
firemonk
...
Hi guys,
hope i get some help here... I'm really not into java and my current problem is that i need to increase the size of the videocall of the red5 plugin... as I know it's a java solution.
Already looked through the related questions on the red5 topic but no suiteable answer for my question :(
Has anyone here already got a suitabl...
Hello.
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 a suggestion to configure autoreconnect=true.
how can i do so?
this is the function that i use to create datasource:
private ComboPo...
Hello,
I am looking for a way to play a live video stream on android.
At this moment I publish webcam from Flash application to Red5 and transcode it there into the second live stream using Ffmpeg.
How can I play the second stream on Android ? I tried to transcode the stream into mp4 file, and hint it with MP4Box, but it doesn't work b...
Hi!
I have several flash clients that send live audio stream to the Red5 server. Is it possible to combine all this audio streams together so that other clients could subscribe only to one audio stream and listen live audio from all publishers?
...
Occasionally my media server goes down and I'm wondering if it's possible to start it remotely using php to check the port and if it's not running invoke cron (or some other way) to run a shell command. Is this possible because this is not a strong area for me. Here's the process I use with PuTTy.
login to shell
cd to source/red5/dis...
Hello Guys,
I have a red5 server installed. It is working fine. I want to changes the default owner of the video file created by red5 server. Currently it is root.I want this to be changed to apache so that I can delete this file through php unlink command.
Any help will be appreciated.
...
Hi,
I am following step by step for installation of RED5 in Ubuntu 9.04.
while i am giving ant command, it hangs 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 h...