red5

ScreenVideo encoder in Java

Anyone know of a Java video encoder for ScreenVideo (v1 or v2) which is free? I know ffmpeg has a C++ version and Lee Felarca wrote one in AS3; but I really would like to have one in Java. AS3: http://www.zeropointnine.com/blog/assets_code/SimpleFlvWriter.as.txt ...

Annoyance - Warning when using Mina 2.x with Spring 3.x

Anyone know of a good way to get rid of this warning, besides increasing the log level? Mind you everything in the server still works as expected, but this occurs every time the server is restarted. o.s.b.f.c.CustomEditorConfigurer - Passing PropertyEditor instances into CustomEditorConfigurer is deprecated: use PropertyEditorRegistrar...

Red5 latest svn: configuring tomcat as Jee-Container

Hello. Latest svn version of red5 does not come with a default Jee Container. I want to configure tomcat as the Jee-Container is order to be able to execute Jsp/Servlet pages on port 5080. These are the exact steps i took: svn checkout ant prepare ant dist copied the following files to red5/dist/plugins directory: catalina.jar jasper-...

send an extra parameter to red5 and retrieve back into flex application

hi Through nc.call("sendMessage",null,str,boo); i would like to pass both str is a string variable and boo is a boolean variable parameters to red5 and from there i would llike to get both the values in flex application. i can send one parameter and can retrieve it, but 2nd parameter if i m passing wat will be the server side code and ho...

Video conference/web chat using red5+flex4, performance issues on higher res. - how to pinpoint?

Hello. I have performance issues with my test web chat app - video playback is very slow on, around 1 frame per few seconds at 640x480, 15fps, quality: 90. Network usage is low (gigabit LAN), cpu's still have some headroom so it should be the software. Quick description of my setup: red5 0.9.1; simple flash broadcast and subscribe deri...

Video recording RTMP and lag help?

My situation: I have my recorder that works fine running off Red5 0.8 which run off my http server as well. Trying to conserve bandwidth by doing a local move file from the rtmp to http with ftp. I am trying to record HD video with a max of 2-3 minutes each. The problem is lag times on the buffer. The video ends up choppy, freezes...

Red5: Create server side thumbnails of video streams?

Hey there o/ I have a flex video streaming application using a Red5 streaming server. Now I need to generate thumbnails of the streams every X seconds to display them on a web page. I know, that it is possible to create client side thumbnails via the flex application which generates the stream, but is it also possible to create the thum...

Remove disconnected user in Red5

I'm making a Flash chat application with Red5 oflaDemo. Whenever my application is opened a random user id is generated. I need to be able to remove users who have closed the window. Can anyone help please. Is there anything that I can modify the oflaDemo server app to make it work? Or has anyone made Red5 server app like oflaDemo tha...

Red5 9 and Flash 10 pause issue

I am using red5 9 with FP 10. in my player, after i pause a video and resume, the video buffer empties after about 40 seconds and never fills up again. i see that on the server, the stream is still reporting to send data. ...

Which codec does Flash use to stream video from web cameras to RTMP, RTMFP servers?

Which codec does Flash use to stream video from web cameras to RTMP, RTMFP servers? What I ment to say: we connect to some server like Red 5, we start streaming video onto it from our flash RIA. In what codec video is traveling from RIA to Red 5? ...

Scheduled Media Streaming

I have a video that needs to be delivered through streaming, but all viewers need to be synchronized at the same time regardless of when they started the video. If the video starts streaming at 7:00 and someone visits the page at 7:05, they should see the footage at 7:05 and onwards. Does Red5 or Flash Media Server or any other streami...

Deploy Red5 on Microsoft Azure

Does anybody know if red5 can be deployed on Mircosoft Azure Cloud? The only hint I got was in MSDN forum: http://social.msdn.microsoft.com/Forums/en-US/windowsazure/thread/d58fdffe-27a4-4e77-8683-4f58fc037ff9 Thanks! Marc ...

Audio/video recording using flash

I want my users to record audio/video and post that to other users. Is it possible to record video through Flash's and receive encoded video on server side without any further processing (i.e. just saving the stream to a file)? I did some Google search and found that it's possible with new microphone API (http://www.adobe.com/devnet/a...

Red5's RTMPClient class doesn't dispatch anything on disconnect

Hello, everybody :) I got a stubborn problem with the RTMPClient class. I am creating a cluster with red5 and when one server is connecting to another everything is OK. Function calls works fine... Let's say I got ServerA and ServerB. ServerA runs first so ServerB connects to ServerA.. The problem is when ServerA gets stopped - ServerB ...

Red 5 0.9.1 has wrong metadata and flv files are broken. Does somebody have a solution?

When trying to record in Red5 0.9.1 metadata is wrong, and there is also a problem with the audio. Is there a solution / workaround for this? These are known bugs in Red 5 # 812, # 886 ...

how to play an flv in streaming

I need to play an flv in streaming in a website build on a php/apache2/mysql CMS. I like a lot http://www.visionstreetwear.com website and i would like to use this layout with a flv as header. ...

Recorded two users chat playing issue

I am using flash as3 and red5 to record a live chat.I recorded live chat as two flvs they are user0.flv and user1.flv i started the second video to play in exact position.But while playing that recorded videos it's unsync due to streaming.Both video streaming separately how to solve this. ...

RTMP Streaming Server implementation: connect/createStream/play message sequence passed, but no video/audio in flashplayer

Hi! Writing RTMP Streaming Server for streaming AVC+AAC video. And it works fine with rtmpdump. But I can't force it to work in flowplayer and other flash video players. The message sequence after handshake is similar to FMS / RED5 / erlyvideo / haxevideo servers: I've tried a lot of variations. From Chrome debug console I can see, wh...

Which api in red5.jar can be used to get red5 rtmp port, address, etc?

All these value configed in conf/red5.propperties, and i want to get them using red5 api. I don't want use jdk file/properties api, because it may differ from the runtime actual values sometimes. ...

Red5: Live Cam Streaming

Hi all, We're looking to add public/private "cam rooms" to our site. Similar to about a thousand other sites on the web (Chat Roulette, Stickam, etc). We've been using Red5 for the past year with various ready-to-go Flash chat apps, and we've been using JW Player for years. So we think we have the basic infrastructure in place to make th...