rtmp

fire wall fms rtmpt problem

Hi, I have flash video player that is using fms server. when firewall is blocking port 1935(the default port) it takes about 30 second to the video to be played. i try to force port 80 by rtmp protocol and try to connect to rtmpt protocol and both failed. i checked the configuration file in fms and enabled port 80 and 1935 . The ii...

Fms port problem

Hi, I have flash video player that is using fms server. when firewall is blocking port 1935(the default port) it takes about 30 second to the video to be played. i try to force port 80 by rtmp protocol and try to connect to rtmpt protocol and both failed. i checked the configuration file in fms and enabled port 80 and 1935 . The ii...

If RTMPT only works on the root of IIS, then how can I have multiple applications in IIS using RTMPT?

I'm using flex-weborb-asp.net and I'm trying to make RTMPT (RTMP Tunneling through http). RTMP works just fine, but are having problems with firewalls. Now, apparently, RTMPT calls are always done at http://localhost. I can't seem to make it work at for instance http://localhost/edumatic/trunk, which is an application in IIS. If I config...

Best way for live RTMP streaming from dv camcorder

I herd about RED5, but unfortunately I can't find any examples for feeding it with external source. I know RTSP is in development, but I'm thinking about (named) pipes or something like this. There is is also project named xuggle that is as far as I understand ffmpeg wrapper for Java, but I herd they have also problems with live streamin...

flash/flex: progressive download vs. rtmp

I'm trying to understand and really pinpoint when to use progressive download vs. rtmp in flex/flash. It seems that the main point is that rtmp is not served with http, whereas progressive download is. Since it's not rtmp, the resource is protected since there is no way to connect to the rtmp server from outside the swf. Even if the us...

red5 server-side sharedObject

I'm trying to store all the users inside a sharedObject thats created on the server-side, so all the users get a synchronized list of all the online users. I think I create the sharedObject correct on the server-side but I cant "find" the sharedObject in the flash application. Inside the Java Red5 Application class: ISharedObject user...

How can I catch an rtmp url the same way I do with http?

Hello I'd like to monitorize rtmp connections the same way I do with http In firefox for example Thank You!!!! ...

does anybody provide white label servers and billing for makers of Flash browser games?

suppose I want to make a Flash browser game that can be played in small groups. So for that I would make the Flash app itself, but I will also need a server that will support proper communication between the clients in the same group, let's say using RTMP protocol. Plus, it would be nice to be able to do authentication and some sort of s...

flex to red5 v0.9: Client rejected, unscheduling waitForHandshakeJob

Hi. I'm trying to connect from adobe flash builder 4 beta to red5 v0.9 rc2 (latest svn). i try to connect using the exact following example: http://www.actionscript.org/resources/articles/615/3/Getting-started-with-red5-server/Page3.html i get the following error message: INFO] [NioProcessor-3] org.red5.server.net.rtmp.RTMPHandler - ...

Realtime RTMP streaming of user-uploaded files, as they upload

I want users to be able to upload audio files to my server (say, over HTTP.. mechanism doesn't matter much), and then I'd like to assemble those files into a playlist and stream them out over a live RTMP stream to a Flash widget. The catch is: I'd like to begin streaming the audio files before they completely finish uploading. For examp...

Is there a simple way to play a rtmp stream in java?

I want to play an MP4 videon streamed over rtmp protocol in java. I found a few rtmp libraries (yuv, red5), but nothing on mp4 display. Is there a (possibly simple and maybe platform-indenpendent) solution to do it in java? ...

Where do I place a FLV file to stream on a local Red5 server?

I installed the latest Red5 server, but I'm not sure where to put my .flv file to stream it. There is no "streams" or "ofla" directory like in some tutorials I've found online. Where do I place the .flv file to stream it? ...

RTMP with between Flex and C# using FluorineFx

Hi, We have an application that uses messaging to send real time data to the flex client from .NET (this data is real time status of some devices). I have three different classes that serve real time data of three devices that are connected (this may increase in future). I call these functions when the page is initialized in Flex and wh...

Is there any way to do RTMPE and SWF verification on the iPhone?

I already know that RTMPE is done through Flash and that even when you compile flash down to run as an iPhone application that one of the things that specifically doesn't work is RTMPE. I just want to make sure that I'm correct in assuming that there is no way to get this working. ...

Red5 RTMP Streaming

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 limited and cannot find any support at all! Even similar questions to mine are unanswered on stackoverflow :( My questions are: Why can't ...

Anyone run into this bug? RTMP streaming videos ending 3-4 secs too early?

I've created a player for a client in the past using their LimeLight server to stream videos and not had an issue before, however for a new client using different LimeLight server, the videos seem to be ending 3-4 secs too early. My traces on 3 vastly different videos I tested: metadata duration = 32 // 32 secs long, ends at 27 ...

Using the Real Time Messaging Protocol (RTMP) in Flash

Flash can use the RTMP protocol to exchange data between a server and a client. How do you typically access this functionality in AS2 or AS3/Flex? For example to use sockets you use the XMLSocket (AS2) or Socket (AS3) classes. Does the server-side RTMP software use Sockets under the covers? or is it HTTP with tunneling? The Real-T...

Does the iphone sdk support playing an mp4 from rtmp stream?

Does the iphone sdk support playing mp4 files from RTMP streams? I am looking to store the files in CloudFront (in a bucket marked to stream) and would like to have an iphone app be able to play them. Is this possible, or am I better off storing the files as mp3 on CloudFront and not enabling streaming via RTMP? ...

How to create a Consumer .NET client using FluorineFx?

Hi All, I'm trying to create a .NET consumer client that will connect to a FluorineFx RTMP Service. It was very easy to create a Flex consumer client and I wish to create the same in .NET (In other words how to connect a MessageAdapter to MessageAdapter?) Many Thanks, Dudi ...

RTMP C# Client library

I was looking for a RTMP library in C# to generate request to a rtmp:// server. Anyone knows a free/open source library that allow me to do this? Thanks, ...