The tag has no wiki summary.

learn more… | top users | synonyms (1)

0
votes
1answer
21 views

Flash Media Live Encoder video duration

In my project i am using FMLE to generate live streaming. How can i fetch the video duration in my as3 code that is broadcasted through FMLE? Please give me any solution. thanks in advance rohan
0
votes
1answer
51 views

How to reconnect a dropped connection

I am working on re-connection of a user connection, after the user disconnects, due to slow internet connection. I need to get the user to connect back. The problem is, The connection is made ...
0
votes
0answers
58 views

Stream RTSP in RED 5 Media Server

Is it Possible to Stream RTSP via RED 5 Media Server? Thanks,
1
vote
1answer
103 views

ffmpeg copying rtmp stream, but without audio

I am sending stream to flash media server from Adobe Flash Media Live Encoder and I am trying to copy this stream to another FMS using FFmpeg ffmpeg -analyzeduration 0 -i "rtmp://x.x.x.x/live/stream1 ...
1
vote
2answers
96 views

create (webcam capture like youtube) in my website

I have a website working the same as youtube. At this moment I am trying to create a video image captured by WEBCAM. The video image should be saved on my computer (by FLV format) first and then if ...
0
votes
0answers
12 views

Remote shared onbjects : is it possible to change to access variable directly with shared objects?

public var myvariable:int so.send("changeVariable",10); // so is a remote shared object public function ("changeVariable", value) { myvariable = value } 1) Is there a way to ...
0
votes
0answers
122 views

AS3: FMS Live Stream: Pause/Resume?

What is the proper way of Pausing then Resuming a LIVE Stream with AS3 (native code, no prebuilt player). With the normal pause/resume methods - pause is working fine, but resume has no effect ...
0
votes
0answers
49 views

Set Flash Media Server's VideoPlayer to open connection with parameter

In my web app I record video stream to the FMS live_recorded application. But in my serverside script I check application.onConnect event if cliet passed the valid custom parameter to open connetion ...
1
vote
0answers
81 views

The f4m document contains errors URL missing from media tag

Sorry if this is in the wrong place. I’ve gone through Amazon’s guide to setting up a live stream using CloudFront and Flash Media Server as described here: ...
0
votes
1answer
80 views

how to initialize seed value once in mersenne twister and use multiple times to get different random numbers each time

I am unable to get different random numbers from the MT,having seed with a fixed value(not changing as suggested by the testers). But when i call the same function twice in a program, it shows ...
0
votes
0answers
33 views

How to control connection and access on the Flash Media Server

I want to let a Flex client to publish the webcam stream to the FMS server and record it to a file. I need to check client's credentials or my security token that he will pass before recording starts. ...
0
votes
0answers
145 views

Use C++ and FFmpeg to stream to Flash Media Server

I'm building an application in C++ that should use FFmpeg to send a live stream to Flash Media Server. For starters I would like to be able to send a .mp4 file. Using the FFmpeg .exe I can do it like ...
0
votes
0answers
100 views

FMS: Live Audio Streaming Statistics

I needed some help with FMS 4.5 for live audio streaming. I needed the stream statistics for the audio Bytes per Second. (This is to be used for showing the activity level to the user in flash.) This ...
0
votes
0answers
93 views

Adobe Media Server: Stream.play with reset stops JW Player

I'm broadcasting a server side playlist like this: publishStream = Stream.get("publishstream"); publishStream.play("mp4:video1.mp4", 0, -1, true); publishStream.play("mp4:video2.mp4", 0, -1, false); ...
0
votes
1answer
70 views

ActionScript code problems

I have only recently started to learn ActionScript 3.0 I was practising in Flash and i ran into this problem: Scene 1, Layer 'Layer 1', Frame 1, Line13 1119: Access of possibly undefined property ...
0
votes
2answers
362 views

h.264 live stream

After reasearching for a few days, i m still lost with this issue: I have a webcam connected over WiFi to my Android device. I wrote an Android app to connect to a specified Socket of the webcam (IP ...
2
votes
1answer
93 views

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 ...
0
votes
1answer
54 views

Push a phone call to Flash Media Server

I'm trying to figure out the first steps of this project. I have used AMS and Flash Builder. But how do we get a user to pick up a phone and dial into AMS and have that streamed? Asterisk? Some ...
0
votes
1answer
135 views

On-demand video streaming with single format on server

I am developing a web app that streams videos (pre-recorded, not live) on demand. I stored my videos (mp4 files) in Amazon S3 bucket. My application is running on an EC2 instance (Amazon Linux AMI). ...
0
votes
0answers
84 views

Flash media server invalid mp4

I have an MP4 file that was ripped from a DVD containing chapters using handbrake. I've then used ffmpeg to convert that rip into seperate mp4 files for dynamic streaming with Adobe's Flash Media ...
2
votes
2answers
135 views

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 ...
1
vote
1answer
151 views

In AS3, when a streamed video freezes, how can you detect that?

What is a good, reliable way to detect if a video over a NetStream freezes mid-stream? I need to know this for RTMP and RTMFP, although my guess is that the protocol doesn't really matter here. ...
1
vote
0answers
156 views

When using RTMFP to facilitate P2P, many-to-many live video chat, when should you use RTMFP groups?

Basically I'm working on a program that facilitates many-to-many live video chat through RTMFP, falling back on RTMP. I've already gotten all the basic functionality up and running, and people are ...
2
votes
1answer
172 views

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 ...
0
votes
1answer
190 views

Creating RTMFP Multicast Player

I am trying to create a multicast player using flash . Sample application provided in Flash Media Server download has no source code which I can use . Also I need to create player so that I dont need ...
0
votes
1answer
232 views

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 ...
0
votes
0answers
51 views

Is there a way to user flash media server for video chat with html5

I have a web application that users RTMP for video chats. I was wondering if i can create a mobile web application that can do video chat with my web application. Thanks, Lior
0
votes
0answers
20 views

How do I check to see if there is an active AMS stream using ColdFusion?

I have an active Adobe Media Server (AMS) that is receiving input from another computer running Flash Media Live Encoder. The AMS server then provides a feed using the livepkgr application for ...
0
votes
0answers
101 views

Flash Media Server capture static images of live stream

Much google searching has me puzzled because I can't figure this out but I am sure it is possible somehow. I have an Adobe Flash Media server which is used for live video streaming from cams. Is it ...
0
votes
1answer
364 views

Server configuration and backend technology of sites like ustream.tv

I am going to build a site like ustream.tv. The main use case is A user will create a live channel and any other user can view that channel. After doing some google search I found this is done using ...
0
votes
1answer
134 views

Remote SharedObject isn't synced/persisted

I'm using FMS 4.0. I'm trying to use the Remote SharedObject, which I've I used in the past, but nothing seems to work. Even the most simple example doesn't work. No events are triggered on the SO ...
1
vote
2answers
475 views

red5 media server and protect video from being embeded?

I'm trying to protect my videos the most possible way, so I know putting them up on a red5 media server will make them streaming so the flv file won't be downloaded to users cache but the main concern ...
0
votes
1answer
101 views

Using VirtualDirectory for Streams and FileObjects in Flash Media Server

I have an application that saves its streams not in its application directory, but somewhere else by using the following in my application.xml: <Application> <StreamManager> ...
3
votes
0answers
44 views

How to send msg along with rejectConnection in FMS

in main.asc, i tried this but doesnot work : errObj = {} //new Object(); errObj.msg = "You got a wrong username and password, disconnecting..." ; ...
0
votes
1answer
150 views

Reference Error:1069: when trying to call client function from Server FMS(Flash Media Server)

Currently i am working on client and Server side communication, using flex and FMS(Flash Media Server). I am trying to execute the below program, which checks the connection status every 2 sec, and ...
0
votes
0answers
119 views

Auto-record DVR on FMLE with Flash Media Server and DVRCast

I am a newbie to Flash Media Server. I have installed DVRCast by copying the dvrcast_origin folder from the sample adobe documentation to applications folder. Now, I am trying to do a DVR auto-record ...
0
votes
0answers
172 views

Connecting Flash Media Server script ( main.asc) with server side PHP without using AMFPHP?

I am curious to know, if it is possible connecting Flash Media Server script ( main.asc) with server side PHP without using AMFPHP ? All the examples i see, make use of ...
1
vote
1answer
286 views

Red5 RTMPT streaming over port 80 exception

I followed Mondain's post to set up Red5 with RTMPT over port 80 and it mostly works. However, on a Mac the stream breaks down after a couple of seconds. Here is the relevant excerpt from the Red5 ...
0
votes
1answer
253 views

What is Adobe Media Server IP multicast?

I want to know how can it benefit my application if I have the version that have IP multicast. Please explain to me in simple terms. Thanks
0
votes
1answer
305 views

Restreaming video from XSplit to multiple JustinTV/TwitchTV channels in different resolutions and bitrates

I have a really simple question but the answer may be a little more complex I guess. Okay. Let's go. I have an Application called Xsplit Broadcaster (http://www.xsplit.com/). It supports streaming ...
1
vote
1answer
183 views

Audio FLVPlayback not working

I currently have an SWF application that records audio and saves it to FMS. Then inside Flash Professional I'm trying to use a FLVPlayback Component to play the recording, but it never plays. The ...
0
votes
0answers
84 views

flash player stream to ipad

I was able to stream from FlashMediaEncoder to Ipad device (html5 video) FME--->FMS---->IPAD : ok Now I try to stream from flash player (flash11 with H264) to ipad but nothing happens. Is it ...
0
votes
1answer
32 views

getting errorr when using getTimer() on FMS

I am getting error "No such method found" when using getTimer() on FMS. I wonder, as it's present in AS1.0 also. Any tips on how to use this function pls ?
0
votes
3answers
91 views

What's the technology behind “SharedObject” in Actionscript?

I wonder what technology lies behind the existence of Remote or local "SharedObject" in AS2/AS3 . 1) why the technology is not use by other scripting lang. like Javascript ? 2) Is it stored the ...
0
votes
1answer
191 views

Getting line number of error in main.asc ( Flash Media Server )

It's very difficult to debug an error in Main.asc, as the log only shows a text "Compilation Error". How to get the line number, where the error actually occured? The log just shows this : ...
0
votes
1answer
80 views

Flash Administration Server vs Flash Media Server

I have Flash Media Server installed, and can see two services : Flash Media Server Flash Media Administration Server as a result in my Services List at Control Panel. I can understand, Flash ...
0
votes
1answer
60 views

Flash Development Server 4.5 Advice

I have just downloaded Flash Media Development Server 4.5 on Windows. This was not an upgrade from 3.5 or 4.0 for example. My problem is when i go to start>Programs>Flash Media 4.5>Start Flash Media ...
2
votes
1answer
936 views

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 ...
0
votes
1answer
207 views

Adobe air android honeycomb/ics force close

I have a video app (client a) that streams and receives audio via flash media server. It also does constant server side polling to maintain an engagement via an adobe air desktop app (client b) which ...
0
votes
0answers
192 views

Connecting to Flash Media Server. I can connect to live stream fine but cannot use record, get NetStream.Record.NoAccess error

I am trying to record to a a FMS Dev Server 4.5. I can connect to the live connection fine. I have read other threads that say it is a permission issue but as far as I can tell the fms user in linux ...

1 2 3 4