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

Combine several flv in one video

I am recording several video on server using flash plugin and FMS (Flash Media Server). I would like to combine them into one big video which then can been played later. I am looking in to ffmpeg for solution as my requirements are to generate video…
0
votes
0 answers

I am trying to write a RTMP publisher application in C++ using RTMP lib

I am trying to write a RTMP publisher application in C++ using RTMP lib . I am successful in making a net connection , now I want to publish a video [flv format] on the server. Could any one suggest the correct usage of the RTMP lib and the classes…
tushar_sappal
  • 308
  • 4
  • 16
0
votes
1 answer

Adobe Flash Media Server Admin Console

Today I install Adobe Media Server and Gateway on my linux server after installation finished I went to 'myipadress:1111' for the admin console but I only see Mit dieser XML-Datei sind anscheinend keine Style-Informationen verknüpft. Nachfolgend…
0
votes
1 answer

Confused over nearID, farID, nearNonce etc

I am using Flash Media Server. I am confused over various IDs I am the nearID? And, the person on the other end is farID? What is a nearNonce ID? I found a high level architecture explanation that beautifully explained how P2P works overall. Are…
0
votes
1 answer

ATSC Picture User Data in Closed Captioning

In Adobe Media Server 5.0.1,Closed captioning workflows supported Streaming captioning data stored in ATSC Picture User Data. What is ATSC Picture User Data?
Hulk1991
  • 3,079
  • 13
  • 31
  • 46
0
votes
1 answer

Input and output file formats for Adobe Access packager

I am doing some research on the Adobe Access packager, and from all of my reading of the literature it seems Adobe Access packager only accepts F4V and FLV input types, and only spits out the same as output types. I am looking to input and output…
David Moore
  • 48
  • 1
  • 6
0
votes
1 answer

AS3: SharedObject is not visible in Administration Console

I created a media server with 'Adobe Media Server Starter 5' on localhost and I am able to connect to it via an AS3 AIR Application. I can see the connection from my Application called 'SimpleServer' in the 'Adobe Media Server Administration…
0
votes
1 answer

How to reconnect a dropped connection

I am working on re-connection of a user connection, after the user disconnects, due to slow internet connection. I need to get the user to connect back. The problem is, The connection is made successful, and also the re-connection is being done, but…
user1647017
  • 283
  • 1
  • 2
  • 14
0
votes
2 answers

Flash Media Server, how to use allowedHTMLdomains.txt on 2nd app

I am configuring our Adobe Flash Media Server 3.5 and need some help. I have carefully followed the documentation on how to duplicate the vod…
jeph perro
  • 6,242
  • 26
  • 90
  • 124
0
votes
1 answer

flash media server (FMS) reattach camera to new stream

I'm using flash media server and trying to record the stream but having a problem as I've outlined below. Thanks for taking the time to read this post. How do I detach my camera from one stream and attach it to a new stream? What I'm trying to do is…
0
votes
1 answer

Flash security and proper development methods

In near future i'm going to develop a flash media server application when i'm asp.net developer. Currently i'm in research how i do things i need to. Basically i have two questions. 1.What is the secure method to write your application? In external…
eugeneK
  • 10,750
  • 19
  • 66
  • 101
0
votes
1 answer

Is it possible to receive netstream at a different quality

In Flash, I have an application where multiple people are sharing live camera feeds via NetStreams to Flash Media Server/Adobe Media Server at different bit rates and different quality settings. I need the mobile users to receive the live feeds at a…
0
votes
1 answer

Server Side Playlist for Flash Media Server

How do you create a Server Side Playlist for Flash Media Server that will play a list of files from a directory, e.g., a list of MP4 or F4v files? In particular, in what directories do you place the MAIN.ASC and MEDIA files and what additional…
0
votes
1 answer

AS3 How to Synchronize an event

I am attempting to build a small chat application using a remote shared object (RSO) for FMS. My question is, how do you dispatch the SyncEvent when the RSO has been updated? Example, what I want to do is to update all the clients connected when a…
0
votes
0 answers

AS3: FMS Live Stream: Pause/Resume?

What is the proper way of Pausing then Resuming a LIVE Stream with AS3 (native code, no prebuilt player). With the normal pause/resume methods - pause is working fine, but resume has no effect (video stays). It works if I do a…