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
2
votes
1 answer

Exiting NetGroup member causes Flash plugin crash

We are creating a voice chat with RTMFP using a Cumulus server. The users connect to each other by joining the same NetGroup. The voice chat and calling functions on subscribed NetStreams work well. However, sometimes, when a user closes the browser…
TheSHEEEP
  • 2,961
  • 2
  • 31
  • 57
1
vote
1 answer

RTMP port 80 is being blocked for some users, what can I do

I'm using Flash Media Server to stream audio. I used to use it on port 1935 (the default port) but a lot of users were complaining they couldn't hear the stream, I figured it may be a firewall issue and their firewall was blocking that port. So I…
Wasim
  • 4,953
  • 10
  • 52
  • 87
1
vote
1 answer

Publish/record to FMS4.5 leaves small gap at beginning of video

We are utilizing Adobe FMS 4.5 to record video from users webcam. We are not live-broadcasting this video, we just want to capture it and save it on the server to do things with it later (attach to users' account, show as in-page content,…
Slobaum
  • 669
  • 7
  • 17
1
vote
1 answer

How to publish multiple live streams on FMS with the same metadata?

Is it possible to publish several live streams on flash media server with the same controlling metadata? I.e. two different clients are connecting to the same URL, using the same stream name and etc, but publishing different streams? Is there some…
Dims
  • 47,675
  • 117
  • 331
  • 600
1
vote
2 answers

FFMPEG RTMP streaming to FMS without stop?

I have some .mov files want to stream to Flash media server. i have already tried to stream a single .mov by FFMPEG command in terminal and it works, the FMS can display the thing i streaming in live. ffmpeg -re -i file1.mov -vcodec libx264 -f flv…
Luis Mok
  • 161
  • 3
  • 10
1
vote
2 answers

Webcam pixelated with movement

I'm using AS3 to live stream video, but whenever the webcam picks up movement the picture is pixelated. Does anyone know how I can get a better picture? Here are my camera settings: var bandwidth:int = 50000; var quality:int = 0; camera =…
Zach L
  • 1,277
  • 4
  • 18
  • 37
1
vote
2 answers

How to catch StreamNotFound on a LIVE NetStream?

I have an FLEX application where I need to know if the LIVE stream on FMS exists when I do a NetStream.play(); Example: var stream = new NetStream(nc); stream.play("streamnotexists"); How can I pick the error on play how are trying to play a tream…
rizidoro
  • 13,073
  • 18
  • 59
  • 86
1
vote
0 answers

flash interactive media server 4.5 camera not grabbed

In preview the camera works well, but if I try to publish and see in browser there is an empty screen, please help
1
vote
2 answers

FLVPlayback won't seek when streaming from flash media server. How to fix?

I have a simple video player set up that streams from a flash media server. The video plays fine, but the majority of the seek commands send it back to the first frame of the video. If I don't use flash media server it will seek to any point which…
Joren
  • 9,623
  • 19
  • 63
  • 104
1
vote
1 answer

Flash Media Server: How to fully protect stream?

I am developing a lightweight protection mechanism on FMS. Currently, I can authenticate user using SSO Token provided by main server. However, authenticating SSO Token requires WebService/RemoteObject of another server, which is expensive and…
Harry Ninh
  • 16,288
  • 5
  • 60
  • 54
1
vote
0 answers

Garbage collection in Flash Media Server

I have memory leak in my project and I wonder how garbage collector working in Flash Media Server. I have 2 questions: Will FMS release objects from memory that have cycle references. For example when object A is has ref to Object B and vise…
1
vote
1 answer

Setting up Flash Stream to Media Server

I have Adobe Media Server 4, and I am using Flash Professional CS5.5 to create streaming application. For testing I use default Adobe Page where you can insert streamer url and Stream name to connect to streaming source, for overview. It's that page…
SharkTheDark
  • 3,089
  • 4
  • 24
  • 29
1
vote
1 answer

Webcam pool using Flash Media Server

I have an application where users can log in and connect to the Flash media server. Once they have been connected, anyone can view their webcam. For example, lets say Bob and Sally log on to the website and their cameras are now being streamed. Bob…
1
vote
2 answers

Problem with publishing rtmp stream to FMS with librtmp

I'm trying to get video from the webcam and get it encoded and then publish the stream to FMS. and now I'am having a problem when I try to publish RTMP stream to the FMS with librtmp. My code: char uri[]="rtmp://127.0.0.1/live/bolton"; r=…
Bolton
  • 2,226
  • 3
  • 25
  • 29
1
vote
1 answer

must i have FMS to publish a stream from my camera?

i am building an live streaming website and i am use 1- FMS 2- Apache webserver i have made the subcriber and i works well . but i need to build the publisher to allow users to broadcast thier stream from thier cameras. i have tested a publisher…
Ahmed
  • 11
  • 1