rtmp

What is the easiest way to get and play audio stream from RTMP server using C#?

I need to write simple C# application that should be able to connect to RTMP server and play audio stream, provided by this server. What is the easiest way to do this? Or even better if you point me to working examples of such code. ...

Flash RTMP streaming with no filename - How to connect?

Hello good people of SO. I am building a flash media player for an live audio stream. The server is set up to stream from a url that looks like so: rtmp://ourwowzaserver.net:80/ourfiledirectory the instructions i have found say to first set the directory: nc.connect("rtmp://ourwowzaserver.net:80/ourfiledirectory"); and then late...

Alternative to FLVPlayback (like Flowplayer) for RTMP video stream? Or a fix for skinAutoHide not working in Firefox on Mac.

I just need a "simple" video player that I can manipulate from Javascript (via ExternalInterface). It needs to support RTMP sources. I like Flowplayer, but I need something that allows for commercial on multiple domains without a hefty license fee. I was simply going to use FLVPlayback, but I'm having headaches with the skin not proper...

What is a cheap CDN that supports RTMP streaming?

I hope someone can help. I have been looking into trying to stream movies into my client's site. They are videos about 1 hour long and for web in .flv or .m4v are about 320 megs. We need to get these videos off our server while providing our visitors a way to scrub through the video. I know Limelight does it, but their min plan is $1...

Settings for RTMP and AS 3.0

Hi, Is there any extra code need for using rtmp with AS3. I have the code like this. Is that enough for rtmp or any other code needed? var strSource:String = "rtmp://myserver.com/file.flv"; var ncConnection = new NetConnection(); var nsStream = new NetStream(ncConnection); nsStream.play(strSource); ...

RTMPT and NetConnection.

How i can connect to FluorineFx RTMPT server? And how can i configure FluorineFx RTMPT server? Can i start FluorineFx RTMPT server without IIS installed? Is there any tutorial? ...

How to accelerate the FLV video in RTMP?

I've been stucked with this requirement for a long time.And how can I do that?Any suggestions would be appreciated! ...

Can seekToNavCuePoint be used with flvs streamed via RTMP?

I have been able to create the actionscript required to use seekToNavCuePoint with a locally hosted flv with embedded cuepoints. Once I switch to having it on our RTMP server the cuepoints are not available it seems. Lots of googleing has me coming up short. This is using the FLVPlayback component and ActionScript 3. ...

Flex video player Seeking with RTMP?

Am working in flex video player with RTMP. My Question is.. How to skip the video file to the middle of a video without having to download the whole file using RTMP. I have some basic questions in flex video player with RTMP. Where i want to put the Video file(FLV). Red5 server location or any other folder. Where i want to put the fl...

How to serve MP3's using RED5 flash server

I have installed RED5 flash server and 12 hours after installing it, I still cannot serve a simple MP3 file. So far, If I have understood correctly, you need to create and compile a Java application to simply serve a file!?.... Which seems a little over-complicated to be honest. Never touched Java. I have used the oflademo however can...

Receiving RTMP upload with ASP.NET

Is it possible to upload audio from a Flash component in the browser to an ASP.NET server? I would need a server side component able to extract the audio from the RTMP stream. ...

How to move the .flv files from the rtmp server to a web server?

Iam saved my files in my rtmp server , i want move those files in my webserver. Is it possible ? If any knows please tell how can we achieve this ? ...

Recording Audio through RTMP/Rails

I am in the process of building a rails/flex application which requires audio to be recorded and then stored in our amazon s3 account. I have found no alternative to using some form of RTMP server for recording audio through flash, but our hosting environment will not allow us to install anything like FMS, Red5, etc. Is there any existi...

Wireshark doesnt' recognises RTMP streams

Hello! I found on the web few samples on tracking RTMP (Real Time Messaging Protocol) with Wireshark, but it doesn't work for me. All RTMPT packets rendered as basic TCP packet like this: 149 14.324999 85.115.xxx.xxx 192.168.1.20 TCP macromedia-fcs > 54557 [ACK] Seq=1 Ack=1452 Win=69 Len=0 I'm using Wireshark 1.2.8 with all prot...

Alternative to Rtmp and red5 for Iphone application

I am using red5 + rtmp in client-server flash application. There isnt audio/video streams in my applications, rtmp used for transfering messages from app to server and back. Now i need to develop application for Iphone and need help: 1) is there any rtmp implementation on Iphone ?? 2) If not, how could i solve this problem? Is there is...

Lightweight Flash Video Recording Server

I am currently using Wowza Media server for recording videos from webcam using Flash. However servers like Wowza, Red5 & Flash Media Server seem to be overkill for merely this task. Are there any alternative lightweight video recording servers which can be used for the purpose? My load would not be more than 5 users at a time and my ser...

How to impose control access on flash player streaming through RTMP?

Hi, I'm using ICECAST and I'm streaming AAC/HE-AACv2 audio/video file through flash player and on iPhone. Both are separate. But when I submit url in WINAMP to stream it's requesting username/password. But when I use it with flash player, it just starts streaming. My case is I want to use same streaming (RTMP) for both website and iPhon...

make live streaming flv using images

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 . ...

Is RTMP supported in BlazeDS yet?

Since Adobe opened the RTMP specification to the community, does it mean that RTMP will be supported by BlazeDS? ...

Can ffmpeg process rtmp stream from FMS at all?

ffmpeg -i rtmp:/vid2/recordings -acodec copy -vcodec copy -y captured.flv or ffmpeg -i rtmp://localhost/vid2/recordings -acodec copy -vcodec copy -y captured.flv The above command only give me this error: rtmp://localhost/vid2/recordings: no such file or directory Isn't ffmpeg supposed to be able to handle rtmp streams? ...