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

video chat. red5 faster/needed?? why not just p2p?

Pardon my ignorance, but I am researching making a video chatroom, and what I am finding just seems really counter intuitive to me. From what I have read, it sounds like the standard is for each user to stream their video to a media server, like…
0
votes
1 answer

Live video stream web cam aggregator

I need to aggregate several live streams from web cams. Then generate a single live stream for the client. I see several apps to capture the web cam stream, but nothing that will splice the streams together.
Mindgauge
  • 71
  • 2
  • 5
0
votes
1 answer

PHP problems with flash media server 4.5

I have installed php on my server. Prior to that i have installed flash media server 4.5 streaming edition and i am using the Apache 2.2 supplied with that. Now, I can see that Php is installed (with php -v) but when i try to access php files, my…
0
votes
3 answers

Can I create/modify flash video stream before streaming via RTMP?

Usually, flash streaming is done by capturing webcam video/audio and streaming using NetConnection and other objects to servers like FMS,Red5,Wowza etc. I haven't found any example on how to create your own stream of images and stream as a video to…
Janusz
  • 167
  • 2
  • 12
0
votes
1 answer

Cancel a net stream to fms server from flex

Is there a way to cancel a netstream publish from flex to a flash media server? The issue is I have code where I can Start/Stop a recording to my Flash media server. However in my front end I have a cancel button which allows the user to cancel…
JustLogic
  • 1,738
  • 2
  • 12
  • 24
0
votes
2 answers

How can I send typed object from FMS to client

I have following object in the FMS User = function(userName,userId) { this.userName = userName; this.userId = userId; } I need to send the list of user to the client swf. Once I initialized the User object collection to an array, array element is…
0
votes
1 answer

flash media server: can i record video/audio from a running swf?

i have flash media server installed and i wrote some flash games using action script 3. is there a way for me to allow the users to record their plays so they'll be able to watch it later from my fms server?
ufk
  • 30,912
  • 70
  • 235
  • 386
0
votes
1 answer

MP4's cutting out at the end when streaming FMS 3.5

I am trying to stream a series of MP4's using FMS3.5 and some of the files seem to cut out a few seconds right before the end. I have used the ffmpeg bat proccess below, and when I increased the framerate to 500 it seems to have corrected itself…
0
votes
2 answers

Is there anyway to log Flash errors on the client side through a browser?

Assuming a client won't have the debug version of Flash player installed, is there any way we can log errors that happen on the client side on a browser? Or at worst, can we somehow log using Flash Media Server? Any help would be appreciated.
wrahool
  • 1,101
  • 4
  • 18
  • 42
0
votes
1 answer

How to update the AS3 List component in Flash CS6, with more than 300 items, without having to removeAll every time the list is updated?

I have a multi user application (chat) (Flash CS6 AS3) where the userlist has more than 300 users on peak hours, I have noticed the SWF becomes slower as the userlist updates and is removing and adding more than 300 users. so my question is, is…
Alex
  • 25
  • 1
  • 8
0
votes
1 answer

reuse Microphone for multiple NetStream instances?

Does anyone know if it's possible to attach a Microphone instance to multiple NetStream instances? I'm calling attachAudio on two different NetStream instances and I don't get an error message but it's not working either. What's the expected…
KBoek
  • 5,794
  • 5
  • 32
  • 49
0
votes
0 answers

I like to record video from FMS in another directory

I like to record video from my webcam via flash media server 4. When I try to record the video, flash media server will put the recorded video in it's root's directory. for example (D:\Program Files\Adobe\Flash Media Server 4…
M.Yazdian
  • 67
  • 4
  • 11
0
votes
1 answer

video plays abnormally fast for a short time while streaming from FMS (issue appears on iPad)

I am streaming (live, no recording) video using Flash Media Server 4.5. I created to 2 applications - 1) Publisher: Publishes (streams) video using FMS. 2) Receiver: Plays the published stream. Everything works good as expected because its very…
0
votes
1 answer

Flash Media Server, HLS and FLV

I use RTMP to stream from my iPhone to my server with FMS. I followed some tutorials and now I have the flv playback file in /webroot/live_recorded. What i want to do is the following. 1) Stream from iPhone to server using RTMP : DONE 2) Stream…
user2339627
0
votes
1 answer

Broadcast a program's audio to a media server

I'm trying to broadcast an application's audio output to a media server like Adobe FMS, Red5, or IceCast. Is there a tool that can help me accomplish this, or a library that can help with building a custom solution in linux/windows? Thanks.
Muhammad Ali
  • 712
  • 7
  • 14