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

Embedding metadata time limit for Flash Builder 4.5.1mobile project?

I am working on a project that requires me to embed metadata on the fly with a recorded stream from a webcam. I am utilizing Flash Builder 4.5.1 creating a mobile project. I am using a simple netStream.send function to set the metadata I want.…
Nikeah
  • 231
  • 1
  • 2
14
votes
3 answers

Not receiving onSync delete events for multiple SharedObjects in same SWF

I have an application that uses Remote SharedObjects and I am seeing some strange behaviour. I am writing an ActionScript application in AS3 using Flash Builder and connecting to Wowza Media Server 2. My application is working just fine but I am…
Adam Ullman
  • 1,517
  • 7
  • 12
11
votes
1 answer

How to stream over RTMP on Android?

I'm trying to play video file on a remote server. Video format is flv and server is Flash Media Server3.5. I'm going to connect to server over RTMP and to implement the palyback of video file using Android Media Player. Really,is it possible? Any…
HAPPY_TIGER
  • 345
  • 1
  • 5
  • 17
9
votes
4 answers

Flash webcam/microphone capture with open-source media server

A media server is required for capturing video from Flash but none of them seem to have any documentation available (not even API docs or other source code comments). I would prefer crtmpserver because my application is written in C++ and it needs…
Tronic
  • 10,250
  • 2
  • 41
  • 53
9
votes
2 answers

How to publish multiple bit rate(MBR) live video?

I've searched quite a few…
wamp
  • 5,789
  • 17
  • 52
  • 82
8
votes
1 answer

Using only RTMFP for random matching (Adobe Cirrus)

I'm trying to come up with the best way to do some random match making in a simple game. While experimenting with netStreams using Adobe Cirrus, I can easily set up direct connections, send data, text, video, sound all using Cirrus which is great. I…
brybam
  • 5,009
  • 12
  • 51
  • 93
7
votes
2 answers

AMS doesn't receive unpublish command SOMETIMES over rtmpt

This one has had me going for a week at least. I am trying to record a video file to AMS. It works great almost all of the time, except about 1 in 10 or 15 recording sessions, I never receive 'NetStream.Unpublish.Success' on my netstream from AMS…
7
votes
2 answers

Any Red5 Working Example Project for 0.9 release

I'm trying to find 1, just 1, working sample project for Red5 that's updated to work against the latest 0.9 release without missing jars and other nonsense. Right now, it's at v0.9 and the libs are different from other versions. They have 5…
Daryl
  • 247
  • 1
  • 2
  • 7
6
votes
1 answer

Flash HTTP Streaming - Multiple Files

With Flash 10.1+ and the ability to use appendBytes on a NetStream, its possible to use HTTP streaming in Flash for video delivery. But it seems that the delivery method requires the segments to be stored in a single file on disk, which can only be…
sixones
  • 1,953
  • 4
  • 21
  • 25
6
votes
4 answers

"Fake" DirectShow video capture device

This is tangential to the last few questions I've asked. I need to get video from an IP webcam (SNC-RZ25N) to Flash Media Server. I'd rather not have to use Windows, but if it makes things easier, I will. (Flash Media Live Encoder is a Windows only…
5
votes
3 answers

Does webcam recording with Flex strictly requires a media server (FMS, Red5, Wowza,etc.)?

I'm trying to implement a flex app that will be able to record a video from a webcam and then upload it to a server. I've only found tutorials and examples that require a media server running such as Red5, Flash Media Server and Wowza and an open…
5
votes
5 answers

Can ffmpeg process rtmp stream from FMS at all?

ffmpeg -i rtmp:/vid2/recordings -acodec copy -vcodec copy -y captured.flv or ffmpeg -i rtmp://localhost/vid2/recordings -acodec copy -vcodec copy -y captured.flv The above command only give me this error: rtmp://localhost/vid2/recordings: no such…
user198729
  • 61,774
  • 108
  • 250
  • 348
5
votes
0 answers

List all RTMP streams available

I'm streaming live video from Flash Media Server via RTMP. Is there any way to get a list of all available streams? I already know the names of a few streams, but I'm wondering if there might be others, is there a way to find them?
Drahcir
  • 11,772
  • 24
  • 86
  • 128
5
votes
1 answer

In flash as3 webcam recorder how to reconnect or republish after connection loss

I have a flash as3 based webcam video recorder that publishes the webcam video stream of a user to a Flash Media Server (FMS). The trouble I have is that when the connection of the user drops due to erratic internet connection, the recording stops…
fijas
  • 1,272
  • 1
  • 16
  • 26
4
votes
1 answer

Flash Media Server live streaming with multiple video files

I am using Flash Media server 4.5 and i read the tutorial if i want to stream the live feed, i may need to use the media live encoder. but what i found in media encoder is i have to manually setup everything and it only support camera devices. But…
Luis Mok
  • 161
  • 3
  • 10
1
2 3
27 28