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
0 answers

Consequences of Adjusting AllowedVideoLag in Flash Media Server

Our site allows users to record videos using their webcams. This video is saved by FMS 3.5 on the server and then processed. But some users with low bandwidth end up having videos where the video freezes and audio continues playing. From my…
Jake Stevenson
  • 3,009
  • 6
  • 35
  • 40
1
vote
4 answers

How can I share the same NetConnection Object between two views?

Flex Mobile applications are view based. And I'm using Adobe Cirrus (im assuming its the same for any FMS netConnection) Does anyone know how to maintain a persistent netConnection between views in a flex Mobile Application? edit: to try and explain…
brybam
  • 5,009
  • 12
  • 51
  • 93
1
vote
1 answer

How can my Flex code know if every people in my video chat room can use rtmfp?

I have created a video chat room by FMS/Flex. what I need to do is: If everybody in one chat room can use rtmfp, we go with rtmfp if anybody in the chat room disabled his rtmfp, we go with rtmp. Now I need to create a logic to decide if everybody…
Luke Lee
  • 33
  • 2
1
vote
1 answer

Recording sound in FMS

hello I want to save a loaded sound in FMS . public function Record() { nc.connect("rtmp://192.168.1.2:1935/videoRecorder"); nc.addEventListener(NetStatusEvent.NET_STATUS, netStatusHandler); play_btn.visible =…
harilalkm
  • 11
  • 2
1
vote
1 answer

How to detect when a remote client has started/stopped streaming video over his NetStream with RTFMP in AS3?

Am building a video chat application and i was wondering if there are any native events for the NetStream that fire , that can help in detecting when a remote client starts/stops streaming video over his outgoing stream (NetStream) to which the…
1
vote
2 answers

Can't get good quality audio/video

I'm creating a video chat application, and no matter what combination of Camera/Microphone/NetStream properties and functions I use, I cannot get high quality video/audio. I get occasional audio latency, pixelated video, occasional frozen video and…
Greg Lafrance
  • 768
  • 1
  • 7
  • 18
1
vote
1 answer

How to record the screen application in flex (Fms)?

"Hi! I have an application with webcam, chat and more, and i need to record the screen aplication in server, for the client not have to upload the result. Can some one help me? Thanks" What I want is to know how to record the images shown in the…
Luis Pereira
  • 1,481
  • 3
  • 19
  • 46
1
vote
1 answer

Flash Media Server & AS3: Publishing works, recording doesn't

I'm currently having an issue with FMS4 developer edition on both Linux (x64) and Windows XP (x86). When I stream a webcam using ns.publish("foobar", "live") I can watch the live stream on another client, however when i use ns.publish("foobar",…
Fabian
  • 4,160
  • 20
  • 32
1
vote
1 answer

Can Flash Media Server stream H264 over RTMP?

We use Flash Media Server to stream FLV videos over RTMP for security, seeking and adaptive bitrate capability. We would like to move to H264 encoded videos in an MP4 container but this does not seem to work over RTMP. Does FMS definitely support…
Micro
  • 11
  • 4
1
vote
1 answer

echo cancellation for FMS or Red5?

It's unavailable that since 2008, echo cancellation has been requested to ADOBE and they just have done nothing. They just promised (3 months ago) they will release the feature in june with the 10.3 player. I need a solution now, can't wait until…
oscarm
  • 2,630
  • 6
  • 41
  • 74
1
vote
1 answer

why is flash media server taking so long to load large files

We purchased FMIS and we are encoding large 15+ hour MP4 recordings using flash media encoder. When opening these large files for playback, which have not been opened recently the player displays the loading indicator for up to 4 minutes! Once it…
Tuviah
  • 723
  • 2
  • 10
  • 20
1
vote
1 answer

Flash Media Server, test RTMP stream from Flash Builder

I have a server with RTMP service but when I publish the SWF from Flash Builder it says stream not found. Server is on the Virtual Machine, so I access it through IP. If I do the same from Flash IDE (ctrl ENTER) it works fine. I know it has…
Murgh
  • 507
  • 3
  • 6
  • 12
1
vote
1 answer

Flash Media Server 4.5 or any

I have set up Flash Media Server 4.5 (Local PC, no Amazon or any Online Service). Remote location (same LAN) streaming live to the server using analog capture cards with Adobe Flash Media Encoder. The locations is streaming to the following rtmp…
Evangelos
  • 101
  • 1
  • 1
  • 4
1
vote
1 answer

Remote shared object not firing onSync method after update

I have game server, FMS 4.5 on Windows, already working prefect, and client apps were created in old CS4, and all is perfect. Now I want to create a mobile app in AS3, and have a problem with remote shared object, which is working perfect in old…
1
vote
1 answer

Adobe AIR: Capturing the Desktop and sending to FMS

Is it possible to do this on Windows, Mac, and Linux? Anyone have example of how to accomplish?
Cbox
  • 1,097
  • 1
  • 9
  • 9