Questions tagged [flash-media-server]

Version 4 and below of what is now called Adobe Media Server, a server that uses the RTMP protocol to receive and deliver streaming audio and video.

This server works with the Flash Player runtime to create media driven, multiuser RIAs (Rich Internet Applications). The server uses ActionScript 1, an ECMAScript based scripting language, for server-side logic. The latest version is 5.
Adobe Flash Media Server family includes:

  • Flash Media Server 5 Professional/Standard/Extended
  • Adobe Flash Media Server on Amazon Web Services

References:

419 questions
0
votes
1 answer

Cirrus or Adobe Media Server

What is the difference between using Cirrus or FMS? What are the pros and cons the limitations and advantages of each? Thank You
Mark Noble
  • 21
  • 2
0
votes
1 answer

how to initialize seed value once in mersenne twister and use multiple times to get different random numbers each time

I am unable to get different random numbers from the MT,having seed with a fixed value(not changing as suggested by the testers). But when i call the same function twice in a program, it shows different values, but it don't randomize values even if…
user1647017
  • 283
  • 1
  • 2
  • 14
0
votes
0 answers

NetConnection failed

I recently downloaded Adobe media server starter 5.0. I am unable to connect to FMS using rtmfp. I keep receiving the NetConnection.Connect.Failed error. When i run it locally things appear to be working fine. I have checked ports 80, 443, and 1935…
Mark Noble
  • 21
  • 2
0
votes
0 answers

Use C++ and FFmpeg to stream to Flash Media Server

I'm building an application in C++ that should use FFmpeg to send a live stream to Flash Media Server. For starters I would like to be able to send a .mp4 file. Using the FFmpeg .exe I can do it like this: ffmpeg -re -i TEST.mp4 -vcodec libx264 -f…
Farawin
  • 1,375
  • 2
  • 14
  • 19
0
votes
0 answers

Adobe Media Server DVR only 5 second recording

I have a strange problem. I have an application built in Flash Builder. When I record to Flash Media Server I don't have any issues, it'll do DVR for as long as I want. But when I record to Adobe Media Server, the recording is only 5 seconds…
Taurian
  • 1,660
  • 7
  • 20
  • 28
0
votes
1 answer

FMS Live video stream suffer if chat uses same NetConnection?

Have a Flex/FMS web meeting app that has multiple custom components - live streaming camera, chat, slide dec. Each component does its share of communicating through the FMS server. Should all three of those things share one NetConnection object in…
Robert
0
votes
1 answer

ActionScript code problems

I have only recently started to learn ActionScript 3.0 I was practising in Flash and i ran into this problem: Scene 1, Layer 'Layer 1', Frame 1, Line13 1119: Access of possibly undefined property dosomething through a reference with static type…
0
votes
2 answers

h.264 live stream

After reasearching for a few days, i m still lost with this issue: I have a webcam connected over WiFi to my Android device. I wrote an Android app to connect to a specified Socket of the webcam (IP and port). From this Socket i get an InputStream…
user1958067
  • 81
  • 1
  • 8
0
votes
1 answer

FMS video text chat method

I am a new user member here. And i am new to FMS. I have a question i would like to ask in regards to sending text data messages in a live video chat app from one user to another. I am wanting to create a video chat application using Flash Media…
0
votes
1 answer

Push a phone call to Flash Media Server

I'm trying to figure out the first steps of this project. I have used AMS and Flash Builder. But how do we get a user to pick up a phone and dial into AMS and have that streamed? Asterisk? Some other kind of PBX solution?
Taurian
  • 1,660
  • 7
  • 20
  • 28
0
votes
1 answer

Flash Media Server doesn't play recorded video

It is recording perfectly to the server with this method: liveStream.publish("test", "record"); But when I want to play like so: at NetStream.Record.Stop handler var vd:Video = new Video(cameraWidth,…
0
votes
1 answer

SharedObject Send Method

In FMS i want to use Shared objects to send messages in a chat application because its in real time. My question is...How do you use Shared Objects to send messages back and forth to users in a live chat application? Would this require Server-side…
0
votes
1 answer

On-demand video streaming with single format on server

I am developing a web app that streams videos (pre-recorded, not live) on demand. I stored my videos (mp4 files) in Amazon S3 bucket. My application is running on an EC2 instance (Amazon Linux AMI). The web app uses JW Player to display the videos.…
0
votes
1 answer

Duplicate shared object on fms

I wanted to create a copy of a temporary shared object on server to another permanent shared object. What would be the efficient way of doing that? Thank you, Naresh
0
votes
0 answers

RTMFP RTMP too slow on deployment

We have developed a 1-1 video conferencing solution using RTMP , RTMFP technologies using Adobe. We are making use of Flash Media Development Server for recording the web streams. We have tested our application locally and it seems to work good.…
Catherine Tyler
  • 85
  • 1
  • 10