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

How to send variables to serverside (main.asc) from the client swf using Flex, AS3 and Flash Builder

I've searched through Google, FMS Guru and a ton of Adobe developer tutorials. I'm a little confused as how to send variables as parameters in the sharedobject or the client object from the client side so I can grab & process the variables on the…
0
votes
1 answer

AS3 concatenate rtmp connection string from xml between two functions

I keep getting a 'null' for the instance of the application under flash media server. I can't seem to pass the value from one function to another function XML Sample 19046
Patriotec
  • 1,104
  • 4
  • 22
  • 43
0
votes
3 answers

What's the technology behind "SharedObject" in Actionscript?

I wonder what technology lies behind the existence of Remote or local "SharedObject" in AS2/AS3 . 1) why the technology is not use by other scripting lang. like Javascript ? 2) Is it stored the same way as Cookies ( in browser's db on client…
Vishwas
  • 1,533
  • 2
  • 19
  • 40
0
votes
1 answer

Getting line number of error in main.asc ( Flash Media Server )

It's very difficult to debug an error in Main.asc, as the log only shows a text "Compilation Error". How to get the line number, where the error actually occured? The log just shows this : #Version: 1.0 #Start-Date: 2012-08-02…
Vishwas
  • 1,533
  • 2
  • 19
  • 40
0
votes
1 answer

Flash Administration Server vs Flash Media Server

I have Flash Media Server installed, and can see two services : Flash Media Server Flash Media Administration Server as a result in my Services List at Control Panel. I can understand, Flash Media Server. But what is the 2nd one about, namely :…
Vishwas
  • 1,533
  • 2
  • 19
  • 40
0
votes
1 answer

Flash Development Server 4.5 Advice

I have just downloaded Flash Media Development Server 4.5 on Windows. This was not an upgrade from 3.5 or 4.0 for example. My problem is when i go to start>Programs>Flash Media 4.5>Start Flash Media Server for some reason i am unable to login but…
0
votes
1 answer

FMS VOD streaming: How can I access content that was uploaded to the webroot/vod directory?

I have recently started working with a fresh install of FMS 4.5.0 and am having some issues getting my media to load with the VOD application. After uploading some of my own FLV/F4V content to "/webroot/vod/", I am currently only able to load the…
0
votes
3 answers

Best audio/video solution for a site

I am wondering what is the best way to support audio/video chat on a community site. Couple of options that I am aware of: FMS server Java applet using sockets to directly connect both sender and receiver What would you suggest? I know Google…
Alec Smart
  • 94,115
  • 39
  • 120
  • 184
0
votes
1 answer

Adobe air android honeycomb/ics force close

I have a video app (client a) that streams and receives audio via flash media server. It also does constant server side polling to maintain an engagement via an adobe air desktop app (client b) which does the same. The problem I'm having is that: -…
Bynho
  • 572
  • 6
  • 16
0
votes
1 answer

Recording webcam with flash media server

I'm trying to make a web app that lets the user record a video message. I'm trying to get the best quality possible (even if it means long upload times). I manage to get recording working with ns.publish("livestream", "live"); The server code looks…
0
votes
3 answers

In ActionScript 3.0, how can you copy a video file from a remote server to a user's computer without using AIR or HTTP?

I've found how to do this with AIR and HTTP, but I need to, if possible, find a way to do this that circumvents both of these. I've been looking for a way to do this and am continuing to do so, but I haven't met with success just yet. Perhaps…
0
votes
1 answer

Is it possible to seek to a random position in streaming audio (using Flash Media Server and Flash 9)?

I am creating an audio player that has a feature to sample a random 30-sec preview of the music for the listeners (server-side is Flash Media Server and client side is Flash 9). Can this be done in Actionscript 3 or must the samples be prepared…
Boon
  • 40,656
  • 60
  • 209
  • 315
0
votes
1 answer

C++/C live Flash stream handling

I have learned C and have done some socket programming in C too. I have also done basic C++, but not templates. I am eager to learn more about handling live video streams (not on-demand or recorded streams). Is there a good book or a website someone…
printfmyname
  • 983
  • 15
  • 30
0
votes
1 answer

Stream video from Android to pc and use this in a application with live sensor data

For this project i'm supposed to make a android app which stream video to my PC. At my PC i have to display this video stream and edit the size of the video (height and width) this according to sensor data (when a glass is full the video has to be…
Marco Veenendaal
  • 186
  • 1
  • 12
0
votes
2 answers

Can i make a "streaming" video without using FMS?

Is it possible to create a streaming video without using FMS. Overall, my main question is, if it's possible to stream a video ( kept on server) to stream without using any technology ?
Vishwas
  • 1,533
  • 2
  • 19
  • 40
1 2 3
27
28