Tagged Questions
The Real-Time Messaging Protocol (RTMP) is used for streaming multimedia content across a TCP/IP network.
12
votes
4answers
996 views
Best Flash Audio/Video + Interactivity server?
I'm looking for suggestions on Flash realtime servers. Currently, we use a combination of Moock's Unity and Red5, but there are a couple problems. First, we are moving to AS3, and Unity only supports ...
11
votes
4answers
8k views
Communicating with a flash server using rtmp without Flash
I want to talk to a flash server which uses RTMP, but I don't want to use Flash, but rather c# or java.
I was looking at Red5 but their client API seems to be a bit wobbly.
Does anyone have any ...
8
votes
1answer
911 views
How to handle multiple video streams in Red5?
I am writing a Red5 application that provides 1-on-1 video chat to a Flash client over RTMP.
Unfortunately most tutorials I was able to find were sketchy at best and the documentation of Red5 itself ...
7
votes
3answers
4k views
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 ...
7
votes
3answers
3k views
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 ...
6
votes
3answers
5k views
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,
5
votes
1answer
295 views
Simple RTMP Python client
I'm looking for a proper RTMP python client or Python code example that could do at least the following:
properly shakes Flash server's hand :) ;
sends properly encoded (AMF0 or AMF3) "connect" ...
5
votes
1answer
624 views
non http streaming video for iOS devices
I am using wowza to restream source rtsp streams to multiple types of end devices. Due to the buffering restriction with http based streaming, I cannot use it for my application. I need to use RTMP or ...
5
votes
4answers
9k views
RTMP: Is there such a linux command line tool?
I have looked everywhere to find a linux utility that will allow me to download rtmp streams. Not flv video but MP3 streams. The location of the streams I want to download are in this format.
...
4
votes
3answers
2k views
Stream video From iPhone Or Android to RTMP
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 ...
4
votes
5answers
4k views
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 ...
3
votes
1answer
71 views
About computeSpectrum() and RTMP
Just wanted to ask, is it at all possible to create sound spectrum from the data that RTMP server streamed?
I read this computeSpectrum and it says
"In addition, this method cannot be used to ...
3
votes
4answers
2k views
RTSP to RTMP streaming
I have an IP camera which is streaming via RTSP and RTP.
Ideally I would like to convert RTSP to RTMP to stream it to LiveStream or similar streaming services.
Can anyone please let me know how may I ...
3
votes
2answers
454 views
How to publish an audio stream from a client with FluorineFx?
I can't figure out how to publish an audio stream from a client to the server using FluorineFx on the client. We want to stream recorded audio data from the client to the stream via the already ...
3
votes
2answers
270 views
create .flv from images
I need some suggestions about to create .flv from 1000 images.
The application I'm building will be use flash to show the .flv, and the server, who have red5 rtmp and php5. The server will be do the ...
3
votes
2answers
852 views
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 ...
3
votes
3answers
907 views
Preventing progressive download of mp3?
I'm looking for some solutions for creating an mp3 player in flash; one that either uses streaming or some kind of obfuscation to prevent users from downloading the source mp3. If I used a ...
2
votes
0answers
53 views
How to stream on demand video with load balancing
I am triyng to figure out how to load balance my video server.
The real world scenario is;
i have a storage server which stores all my video files, an several
servers to load balance my http ...
2
votes
1answer
98 views
Red5 with OpenCv - What do you think?
I have a opencv application tracking head from webcam.
I like to have something which will transfer live video stream of webcam to server where opencv program is running.
Opencv program manipulating ...
2
votes
1answer
130 views
ffplay/ffmpeg on RTMP with H264-encoding
I'm trying to play an RTMP encoded with h264 using the Flash Player 11 h264 encoder -
with ffplay.
It works. But only if the stream is set with a bitrate of 64KB and the keyframe interval is 4.
...
2
votes
0answers
116 views
Erlyvideo configuration file [closed]
I am going to use Erlyvideo to turn an RTSP stream into an RTMP steam, making it possible to pick it up in Adobe Flash. However, I'm having some problems finding the right way to configure it. What's ...
2
votes
1answer
214 views
Video Recording from Browser using Flash, PHP, Red5
I wish to build an application using which I can record video (along with audio) and also audio (only audio preferably in mp3 format).
From some research I did, I found I need a client app in flash ...
2
votes
2answers
370 views
Can Flash pause an RTMP stream immediately?
I can stream video RTMP just fine in JW Player by LongTail Media. The Pause seems to work, however using Windows 7's Resource Monitor I can see that the player continues to download data when the ...
2
votes
1answer
223 views
Is there any way to cache rtmp mp3 stream in AS3?
I have made a mp3 flash player to play a rtmp mp3 stream and that is working fine.My problem is to cache that rtmp file in temporary file , so that the cache audio file could be played even when ...
2
votes
2answers
378 views
Record audio in Google App Engine using rtmplite?
I am in the process of building a Google App Engine application which requires audio to be recorded and saved in our database. I have found no alternative to using some form of RTMP server for ...
2
votes
1answer
850 views
any C/C++ open-source RTMP streaming server?
do you know any C/C++ open-source RTMP streaming server?
2
votes
2answers
1k views
Playing a stream of bytes on the iPhone MPMoviePlayerController
I have a stream of bytes that represent a movie with H264 video and AAC audio. I got it using an RTMP library (rtmp-dump) and the data is comming through the network to my iOS simulator.
However I ...
2
votes
1answer
549 views
RTMP: check if stream is online with Python
I have several Flash streams and I want to display only active/live/online streams. Can someone provide sample code that can check status of stream? or point out where I can grab it (I think Red5 and ...
2
votes
1answer
667 views
Handbrake generated M4V/MP4 files with Flash Streaming Server over RTMP
We are attempting to transcode some video to a format suitable for our Flash Streaming Server. In the past we have used Adobe Media Encoder (AME) CS4, but we are working with *.VOB files this time, ...
2
votes
2answers
375 views
Video chat programming
Hi to all network programming gurus.
I feel an urge to write my own video chat system based on RTMP protocol.
Of course I know C a little but I don't know yet network programming, I'm just learning ...
2
votes
5answers
333 views
Is rtmp the only way to protect images
I have images that I need to manage access to. I've come across osmf and rtmp streaming which are flash/adobe technologies and would require me to install a special server. Anyone knows of other ways ...
2
votes
1answer
619 views
How to run a Private Content Video from Cloudfront using RTMP with Flowplayer
Steps to reproduce:
set up S3 bucket
set up streaming disrtibution
generate cloudfront key pair
download .PEM file with RSA Private key
generate XML from RSA key using ...
2
votes
2answers
1k views
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 ...
2
votes
1answer
2k views
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 ...
2
votes
1answer
484 views
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?
2
votes
2answers
780 views
How to create a Consumer .NET client using FluorineFx?
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 ...
2
votes
1answer
813 views
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) ...
2
votes
1answer
429 views
fire wall fms rtmpt problem
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 ...
2
votes
3answers
1k views
Is it possible to save flv videos streamed via RTMP?
It's easy enough to find the flv file on sites that use http to serve it up, but what about when they use RTMP?
2
votes
9answers
4k views
RTSP in Flex
We are currently working on a Flex application that needs to connect to a set a traffic detection cameras via RTSP. Being totally new to the world of video streaming in general, I was wondering if ...
2
votes
2answers
1k views
RTMP Stream Bitrate alternatives
Which bit rates would you assign as normal and high based on a HD-H.264 RTMP stream considering exclusively broadband connections (using a progressive stream fallback for slower connections) ?
EDIT :
...
2
votes
1answer
946 views
.net http handler redirect to rtmp and flex
I have an http handler (.ashx) that I use to display an image or swf or flv based on the id. So, for instance http://www.mysite.com/myHandler.ashx?id=1234 displays the image for id 1234. I am using ...
1
vote
0answers
61 views
ffmpeg rtmp streaming
I have Red5 oflaDemo Connected and working fine
When I try to rtmp stream flv file with ffmpeg I am getting this errors
root@zzz-OptiPlex-170L:~# ffmpeg -re -i ...
1
vote
0answers
106 views
Capture screen and stream to RTMP server
I would like to play around with coding an application that could capture a desktop or section of a screen (height and width variables for resolution) and stream those to an RTMP server ...
1
vote
0answers
154 views
Live Webcam Streaming with CRTMPServer aka RTMPD
I want to use CRTMPServer aka RTMPD (http://www.rtmpd.com/) for streaming webcam using flash to other flash clients. I am unable to find any useful configuration for the same. Please help.
1
vote
0answers
170 views
red5 with rtmps configuration
I read several issues here regarding RTMPS but none of them actually
provide a probable solution.
i uncommended the following code in conf/red5-core.xml:
<bean id="rtmpsMinaIoHandler"
...
1
vote
0answers
120 views
Is it possible to pull a RTMP stream from one server and broadcast it to another?
I essentially have a situation where I need to pull a stream from one Wowza media server and publish it to a Red5 or Flash Media Server instance with FFMPEG. Is there a command to do this? I'm ...
1
vote
1answer
241 views
LIBRTMP Delphi: mapping of the DLL
When I call the function RTMP_SetupURL from Delphi the URL is not updated in the record RTMP, I tanslated the DLL function like that:
int RTMP_SetupURL(RTMP *r, char *url);
function ...
1
vote
0answers
277 views
JW Player vs FlowPlayer
I am considering using either JW Player or FlowPlayer as the core of our playback for a streaming/video content application.
Requirements:
Handle high stream volume (10,000+ concurrent viewers)
Low ...
1
vote
1answer
329 views
Wireshask - Get rtmp url from this stream?
I have been use to listen to a radio for quite a long time from WMP. But then they changed their structure and move to FMS server, which stream RTMP. I can only listen from their website. As much as ...