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

Flash Media Server Streaming: Content Protection

i have to implement flash streaming for the relaunch of our video-on-demand system but either because i haven't worked with flash-related systems before or because i'm too stupid i cannot get the system to work as it has to. We need: Per file &…
user253984
2
votes
1 answer

Timecode/TimeStamp in RTMP live streaming using Adobe Media Server and FMLE

Am trying to stream a video on to Adobe media server(using RTMP) through FMLE and play it on my web site using JWPlayer. i could stream the video successfully, but know i want to get the timestamp/timecode on the stream. does Adobe media server and…
DEE
  • 373
  • 5
  • 17
2
votes
1 answer

Using your own AMS, how can you use BitmapData.draw() on an RTMP stream with no security exception?

I've posted a similar question about the more general case, but this question deals specifically with RTMP. We have an Adobe AIR app written in AS3 that can view live video streams from other parties. That being said, when trying to call…
Panzercrisis
  • 4,590
  • 6
  • 46
  • 85
2
votes
2 answers

Flex + buffer + live stream via RTMP = disaster

Can't get any love anywhere on this and it's pretty hard to believe. Live streaming and a buffer on a NetStream do not mix. Why? The docs don't say you can't do this. The playback gets hosed. Buffer is supposed to fill to what you set it to…
2
votes
0 answers

View h264 from rtmpsrc via gstreamer

I want to play flash media server stream via gstreamer. My video is published from camera to FMS with h264 encoding (720x480 Main,3.0). My command for ubuntu is: gst-launch-1.0 rtmpsrc …
Stan Reshetnyk
  • 1,986
  • 1
  • 13
  • 31
2
votes
1 answer

fire wall fms rtmpt

I have flash video player that is using fms server. when firewall is blocking port 1935(the default port) it takes about 30 second to the video to be played. i try to force port 80 by rtmp protocol and try to connect to rtmpt protocol and both…
anat cohen
  • 21
  • 2
2
votes
1 answer

Code error in NetConnection.call method

I am new to ActionScript 3. I am attempting to call the server from the client using the nc.call() method to see if this was a good option to use for clients to communicate back and forth in a chat application. I received a compile error…
2
votes
1 answer

NetStream.time starts from when camera is attached, not when NetStream.publish is called

I am recording from a webcam to AMS in an AS3 project and to get the volume level from the microphone I have to attach the microphone to a NetStream. Later when the user initiates recording the NetStream.time value counts from when the camera was…
Andi Freeman
  • 21
  • 1
  • 1
2
votes
2 answers

Flash Media Server calling a page that returns JSON data

I am very new to Flash development. I have an asp.net mvc site that has a controller action that returns JSON. I have a Flash Media Server setup that needs to call that controller action every 15 minutes to get the current schedule. I can get the…
Solmead
  • 4,158
  • 2
  • 26
  • 30
2
votes
1 answer

Wrong NetStatusEvent for Flash multicast

I have created a simple multicast player using actinscript 3 which works fine and plays multicast stream well . Although when stream should fail . Or even if I stop Flash Media server it returns success codes : "NetConnection.Connect.Success"…
Pit Digger
  • 9,618
  • 23
  • 78
  • 122
2
votes
2 answers

How to convert a string to an object

I'm trying to use a sharedObject to coordinate the movement of several objects on the stage between multiple game players. I think that I'm very close but I seem to be having a problem converting a string stored in the sharedObject into an instance…
SimonRH
  • 1,409
  • 2
  • 13
  • 23
2
votes
1 answer

Adobe Flash Media Server chat

I am creating a small chat application using Flash Media Development Server 4.5. I have already created all my user interface components in Flash. To have a chat application, users need to send messages back and forth to one another. How does Flash…
2
votes
1 answer

How can I deliver closed captions in a live RTMP stream?

In Adobe Media Server 5.0.1, Adobe introduced support for embedding EIA-608/708 closed captioning data inside a video stream for delivery to a client. To obtain these captions, AMS can extract data from the ATSC Picture User Data, a timed text…
2
votes
1 answer

Record h.264 from webcam as f4v from flash

Using Flash Media Server, I have an pre-made application that records from webcam and microphone and publishes it to the FMS server as an FLV file. This works fine, but I now have a need to stream this video that's been recorded to an iOS device.…
lsiunsuex
  • 480
  • 6
  • 18
2
votes
3 answers

can't receive Netgroup events

I am connection to the Netgroup using FMS (rtmfp). I can connect to the Netgroup (reiceve NetStatusEvent "NetGroup.Connect.Success") but that is all. I can't post anything or see that someone has joined the Netgroup, no NetStatusEvent fires. Am I…