Tagged Questions
Flash Media Server (FMS) is a media server created by Adobe Systems.It has features for video streaming and publishing, remote procedure calls and data synchronization.
8
votes
1answer
209 views
Not receiving onSync delete events for multiple SharedObjects in same SWF
I have an application that uses Remote SharedObjects and I am seeing some strange behaviour. I am writing an ActionScript application in AS3 using Flash Builder and connecting to Wowza Media Server 2. ...
8
votes
1answer
520 views
How to publish multiple bit rate(MBR) live video?
I've searched quite a few threads:
http://www.developsigner.com/blog/2009/05/28/multi-bitrate-live-streaming-with-fmle-adobe-flash-media-live-encoder
http://forums.adobe.com/thread/27371
...
7
votes
2answers
1k views
Any Red5 Working Example Project for 0.9 release
I'm trying to find 1, just 1, working sample project for Red5 that's updated to work against the latest 0.9 release without missing jars and other nonsense.
Right now, it's at v0.9 and the libs are ...
7
votes
3answers
5k views
Whats difference between FMS, Wowza and Red5, any comparison table would be helpfull
I want to know what is the main technical difference between the FMS , wowza and Flash media server . Any body have a comparison table or link please help thanks
4
votes
1answer
175 views
flex video conference app - audio vs video
I am using Flex and FMS to develop a video conferencing application. The technology has helped me tremendously and so far so good. I am using DynamicStream to automatically switch incoming streams to ...
4
votes
3answers
496 views
FMS server technology: 10 connections vs. $4.5K
I came across this comparison chart that suggests that FMS costs about 4.5 grands (compared to $995 for wowza and free for Red5). Since I'm at the stage of choosing/learning the technology, I'd rather ...
4
votes
6answers
1k views
What are differences between Red5 and Flash Media Server
I'm building a simple flash app that records user voice. I'm new to flash.
What should I consider when choosing between red5 and flash media server?
Can they both be hosted on EC2?
Thanks!
4
votes
5answers
3k views
“Fake” DirectShow video capture device
This is tangential to the last few questions I've asked.
I need to get video from an IP webcam (SNC-RZ25N) to Flash Media Server. I'd rather not have to use Windows, but if it makes things easier, I ...
3
votes
1answer
912 views
programmatically stream audio with NetStream
In Flex you can stream microphone audio to an FMS/Red5 server using NetStream.attachAudio, which requires a Microphone object. Is it possible to stream audio through the NetStream from somewhere ...
3
votes
3answers
2k views
Flash Media Server: Trouble with recording 2 audio/video streams at the same time?
In short
For a project I need an audio/video-chat for 2 people, with the ability to record (part of) the session. I am running into issues where the 2nd user's recorded video gets messed up, with ...
2
votes
0answers
67 views
Flash HTTP Streaming - Multiple Files
With Flash 10.1+ and the ability to use appendBytes on a NetStream, its possible to use HTTP streaming in Flash for video delivery. But it seems that the delivery method requires the segments to be ...
2
votes
2answers
322 views
Live stream video with FMS 4.5 to iPhone/iPad packaged with Flash Builder
They say that we can stream live video with FMS 4.5 to iPhone/iPad. I'm completely lost in Adobe announcements and bloggers reposts.
Is there real sample or article about how to make live video ...
2
votes
1answer
250 views
Flash p2p: managing clients
What's the best way of managing clients in p2p (cirrus) application? For example, I want to make a game for 2 players. User clicks button "Play", and another random user (who also clicked "play"), ...
2
votes
3answers
1k views
live streaming Flex
I have been working on a Flex application that sends a feed from my webcam to the Flash Media server. The application connects to the server fine but for some reason the camera is not sending anything ...
2
votes
1answer
107 views
what's the best media solution for java in a chat application?
I'm about to make a decision about the ideal technology for audio/video chat and I need your expert advice, specifically on the client side.
java media framework doesn't seem mature enough,
fms seems ...
2
votes
2answers
3k views
How to publish real time video stream of IP camera to flash media server with flash?
Does flash provide an api to deal with remote stream like IP camera does?
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
2answers
222 views
What's the equivalent of FMS for iphone?
Since iphone doesn't support flash at all.
Is it Darwin streaming server ?
2
votes
3answers
2k views
How can I simulate blocking RTMP over port 80 on Windows?
I've got a simple Flash client connecting to a Flash Media Server, and I'd like to be able to simulate the client doing the following:
Attempting to connect to an RTMP stream on port 1935 and ...
2
votes
2answers
3k views
Flex + buffer + live stream via RTMP = disaster
Can't get any love anywhere on this and it's pretty hard to believe. Live streaming and a buffer on a NetStream do not mix. Why? The docs don't say you can't do this.
The playback gets hosed. ...
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
10k views
Server to stream RTSP to android
Can Flash Media Server 3.5 serve a video rtsp stream to the Android media player?
Or do we need to use Wowza or red5 to serve an rtsp stream to the Android media player rtsp client?
Are there any ...
2
votes
1answer
795 views
Speex or nellymoser
I am developing a voice application, I have 2 options speex and nellymoser .Why should I use speex instead of nellymoser in flex application.
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 :
...
1
vote
2answers
24 views
Webcam pixelated with movement
I'm using AS3 to live stream video, but whenever the webcam picks up movement the picture is pixelated. Does anyone know how I can get a better picture?
Here are my camera settings:
var ...
1
vote
1answer
77 views
How Can I save a MovieClip (Bitmap and Audio) to FLV?
This is my first question here :D, first sorry about my english.
My question is basically how can i save a flash Movie Clip to FLV.
The Movie Clip is generated by users and it has various sounds and ...
1
vote
0answers
26 views
flash interactive media server 4.5 camera not grabbed
In preview the camera works well, but if I try to publish and see in browser there is an empty screen, please help
1
vote
1answer
185 views
NetStream.appendBytes
I have a netConnection connected to a Flash Media Server. I am trying to use the new appendBytes function from Flash Player 10.1 to stream a local FLV file to FMS. I'm having issues however... ...
1
vote
2answers
136 views
live stream quality vs frame dropping?
I have a custom FMS app and Flash Player broadcaster which uses bandwidth detection to set quality such as:
camera.setQuality( detected_bandwidth, 0 );
This works very well to avoid frames from ...
1
vote
1answer
42 views
Flash Media Server: How to fully protect stream?
I am developing a lightweight protection mechanism on FMS. Currently, I can authenticate user using SSO Token provided by main server. However, authenticating SSO Token requires ...
1
vote
1answer
43 views
Garbage collection in Flash Media Server
I have memory leak in my project and I wonder how garbage collector working in Flash Media Server.
I have 2 questions:
Will FMS release objects from memory that have cycle references. For example ...
1
vote
1answer
124 views
Webcam pool using Flash Media Server
I am trying to do something very simple and hope someone can point me to a quick solution.
I have an application where users can log in and connect to the Flash media server. Once they have been ...
1
vote
0answers
217 views
How do you play multiple videos (on demand) in sync, using HTML5 or Flash (or FMS)
I need to build a website which shows multiple instruments in a band, being played in sync. Each camera/video block is a different instrument, and played together, they constitute an entire band. I ...
1
vote
1answer
150 views
must i have FMS to publish a stream from my camera?
i am building an live streaming website and i am use
1- FMS
2- Apache webserver
i have made the subcriber and i works well .
but i need to build the publisher to allow users to broadcast thier ...
1
vote
0answers
11 views
Consequences of Adjusting AllowedVideoLag in Flash Media Server
Our site allows users to record videos using their webcams. This video is saved by FMS 3.5 on the server and then processed. But some users with low bandwidth end up having videos where the video ...
1
vote
1answer
122 views
How can my Flex code know if every people in my video chat room can use rtmfp?
I have created a video chat room by FMS/Flex. what I need to do is:
If everybody in one chat room can use rtmfp, we go with rtmfp
if anybody in the chat room disabled his rtmfp, we go with rtmp.
...
1
vote
1answer
234 views
Recording sound in FMS
hello
I want to save a loaded sound in FMS .
public function Record()
{
nc.connect("rtmp://192.168.1.2:1935/videoRecorder");
nc.addEventListener(NetStatusEvent.NET_STATUS, ...
1
vote
2answers
2k views
How to stream over RTMP on Android?
I'm trying to play video file on a remote server. Video format is flv and server is Flash Media Server3.5.
I'm going to connect to server over RTMP and to implement the palyback of video file using ...
1
vote
2answers
254 views
Can't get good quality audio/video
I'm creating a video chat application, and no matter what combination of Camera/Microphone/NetStream properties and functions I use, I cannot get high quality video/audio. I get occasional audio ...
1
vote
2answers
161 views
How do i make a single connection to handle video, audio and chat in Flex
I'm developing an application and i want to make one single connection for video(netstream) and chat(sharedObject).
I have one connection for each but i have limited connection available in the server ...
1
vote
1answer
156 views
adobe media server 4 cost with amazon?
Has anyone tried using flash media server 4 on Amazon web service? I was wondering what your experience was and the costs of running it?
1
vote
1answer
649 views
Flash Media Server & AS3: Publishing works, recording doesn't
I'm currently having an issue with FMS4 developer edition on both Linux (x64) and Windows XP (x86).
When I stream a webcam using ns.publish("foobar", "live") I can watch the live stream on another ...
1
vote
0answers
232 views
echo cancellation for FMS or Red5?
It's unavailable that since 2008, echo cancellation has been requested to ADOBE and they just have done nothing. They just promised (3 months ago) they will release the feature in june with the 10.3 ...
1
vote
1answer
69 views
Adobe AIR: Capturing the Desktop and sending to FMS
Is it possible to do this on Windows, Mac, and Linux? Anyone have example of how to accomplish?
1
vote
1answer
271 views
FMS FLV to mp3/aac/wav
How can I decode a FLV's audio if it's recorded from a live stream using Flash Media Server and uses NellyMoser codec?
I'm writing a script that process several FLVs, using FFmpeg, so I need a ...
1
vote
0answers
398 views
flash media server FMS 3.5 and IIS on same machine
We are deploying a media management system within a local network. FMS will be used to serve the media within the local network. Since we will only have max 100 users and we have a powerful dual 4 ...
1
vote
0answers
212 views
Server-side actionscript: 'Method not found' error on NetConnection
The 'client' property of NetConnection instances seems to behave differently on the server side.
Say I have FMS apps A and B. Now I want to connect from B to A using NetConnection like this:
var ...
1
vote
0answers
26 views
Is it possible to apply different Camera Settings to different NetStreams while publish one camera source with flash media server?
I'm told that it's impossible to adjust FPS,video size and quality per the bitrate while playing a live stream, so is it possible to publish one camera source with different settings to different ...
1
vote
1answer
244 views
How to save video stream from webcam as an image instead of an flv video file using flash?
This will create an flv video file on flash media server:
var nc:NetConnection = new NetConnection();
nc.connect(null);
var ns:NetStream = new NetStream(nc);
ns.publish("yourCamera", "record");
...
1
vote
1answer
768 views
Flash Media Server Streaming: Content Protection
i have to implement flash streaming for the relaunch of our video-on-demand system but either because i haven't worked with flash-related systems before or because i'm too stupid i cannot get the ...