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
1
vote
1 answer

In what conditions application looses connection with flash media server?

I am creating a small chat application using Flash Media server. I have already created all my user interface components in Flex(Adobe AIR). problem what i am facing is this when i am sending a Object through FMS sometime it send successfully but…
shashi
  • 37
  • 6
1
vote
2 answers

What's more secure for server side programming, Adobe Flash Media Server or PHP?

I want to create a Flash application that sends information to a web server and I want the information to be encrypted and secured as good as possible. I know that using Adobe Flash Media Server or Wowza it's possible to have some sort of JavaScript…
ufk
  • 30,912
  • 70
  • 235
  • 386
1
vote
1 answer

streaming video player / attaching video(not camera) to NetStream in actionscript 3

I am new to actionscript, basically i am trying to stream video player but we can't use attachVideo in as3 so what can i use instead of attachVideo in following code? Im using flash builder/flex 4.6 . If you could suggest link/tutorial for streaming…
1
vote
1 answer

Adobe Media Server scaling on Amazon Web Services (AWS)

I need to serve a live stream to more than 10K users. Checking Adobe website it says that one EC2 instance of type m2.2xlarge is able to serve to just 10K users so I've some questions: Does CloudFront allow to more users to connect than those 10K…
1
vote
0 answers

flex p2p subscriber cannot receive any video stream (using FMS 4.5)

I had wrote a p2p system, which use adobe FMS 4.5 to be the communication server, and write the AS3 program for publisher(mobile phone) & subscriber(PC). this architecture works fine in LAN, but after deploying FMS to the public IP…
1
vote
1 answer

flash media server requires large bandwidth?

i'm wondering how does the media servers work, do they require large bandwidth if you are doing, let's say, live streaming something like ustream, and there are 10k people watching, do you need a large bandwidth or it is something like p2p ?
Omu
  • 69,856
  • 92
  • 277
  • 407
1
vote
1 answer

flex mobile live video streaming to flash media server

I'm building a flex mobile application that streams the device's live video to flash media server.I can't run such an application on the flash buider's emulator because it doesn't emulate the camera and i don't have an android device to test my…
1
vote
1 answer

ffmpeg copying rtmp stream, but without audio

I am sending stream to flash media server from Adobe Flash Media Live Encoder and I am trying to copy this stream to another FMS using FFmpeg ffmpeg -analyzeduration 0 -i "rtmp://x.x.x.x/live/stream1 live=1" \ -vcodec copy -acodec copy -f flv…
1
vote
1 answer

Flash media server alternatives for video streaming

I'm looking for some free media servers for live streaming of video/audio, it would be great if it has HD support; also it would be good if it would be something .net related, because I'm making the server side in asp.net
Omu
  • 69,856
  • 92
  • 277
  • 407
1
vote
0 answers

Adobe AIR captures stage and convert to RTMP stream

I'm creating an AIR app that will run on our server. I essentially want the app to do a screen capture of sorts of the app's stage and convert it to an RTMP stream for publishing to FMS OR write a video file right to the disk. RTMP Stream would prob…
1
vote
2 answers

create (webcam capture like youtube) in my website

I have a website working the same as youtube. At this moment I am trying to create a video image captured by WEBCAM. The video image should be saved on my computer (by FLV format) first and then if the user is satisfied, he or she can upload it on…
M.Yazdian
  • 67
  • 4
  • 11
1
vote
0 answers

ffmpeg live stream overlay issues,while any one of the stream is lost other streams are getting stuck

So far we have done We have a video chat client which has a set of 9 video streams (users) with h.264 codec using Adobe FMS. Now, using ffmpeg we are able to combine these streams into one stream using the overlay (video) and amix (audio)…
Samy
  • 21
  • 4
1
vote
2 answers

Live video streaming using progressive download (and not RTMP) in Flash

Is it possible to use progressive download for near real-time playback of a live video stream recorded with a webcam? What I need is that a video stream is recorded on one end, uploaded in real-time to a server and downloaded with a short delay, but…
bartekb
  • 203
  • 6
  • 14
1
vote
1 answer

Unable to Connect to FMS

Why cant i connect? When i run the application i receive NetConnection.failed in the output. Can you please take a carefull look at my code. I believe my string url is correct. I am unsure is my FMS is down or if theres a code error. Thank…
1
vote
0 answers

The f4m document contains errors URL missing from media tag

Sorry if this is in the wrong place. I’ve gone through Amazon’s guide to setting up a live stream using CloudFront and Flash Media Server as described here:…