Media Server :: How To Record Meeting Like Adobe Connect

Jun 8, 2011

I am creating conference application in flash cs4. I need to record meeting like adobe connect. How they record meeting?

View 5 Replies


Similar Posts:


Media Server :: How To Record The Group Meeting

Mar 5, 2011

'm writing an application using FMS in which I'm supposed to create a audio/video meeting between two or more people. I need to record this group session over FMS but unable to get an idea how to do it?

View 1 Replies

Media Server :: FMS 3.5 And Adobe Connect Pro On Same Machine?

Sep 9, 2010

Is it possible to install Flash Media Server 3.5 on the same Windows machine where Adobe Connect Pro is installed?If so, how to do it?When I try to do it, it says there is already an istance of FMS running and it asks for uninstalling it.Of course there is not any FMS installed. I want both on the machine.I suspect Adobe Connect uses an engine of FMS to work properly.

View 2 Replies

Media Server :: Record Streams In Chunks On Flash Media Server?

Jul 22, 2009

I want to record a stream which is published with Flash Live Encoder to FMS 3.5, but split the recording in files with predefined length. For example if a stream 'webcam' is published I want to record it in chunks of 10 minutes: 'webcam1.flv', 'webcam2.flv' ... From what I can tell there's no facility to work with timers. The only solution I could think of was using stream.record() with a time limit parameter but that seems like a hack because it triggerstStream.Record.DiskQuotaExceeded on the stream when the recordin should stop and start recording another chunk. Has anyone done something similar?

View 10 Replies

Media Server :: Can't Continue To Record Stream With Record Mode "append"

Apr 11, 2012

I develop failover fms application with server-side action script. But i have a problem that FMS can't continue to record stream with record mode "append".
 
Environment: FMS 4.5.1 r484 on CentOS 5.5/6.0
 
Goals:

I have 2 same data streams in failover application and republish primary to livepkgr application.

I have to store of last 10 hours intact recorded video (DVR).
 
Failover app logic:

1. I create NetConnection and NetStream to livepackager;

2. When primary stream is connected it attach the primary stream to livePackager NetStream

3. If primary stream is disconnected it reattach the backup stream to livePackager NetStream
 
Problem: I have testing environment. It stop primary stream every 5 min, and started primary stream 5 min after stopping.
 
It work's, fine, but after a few hours testing LIVEPACKAGER falls. It can't record a stream, NetStream.Record.Start -> NetStream.Record.NoAccess -> NetStream.Record.Stop
 
Search a solution: I try to relaunch recording process and have no success. try to shutdown/start livepackager, it's same, try to restart server, same no success.
 
I cant stream.clear() or record with mode "record" cause it clears my dvr cache, I cant clean stream directory in livepackager application.

[Code]....

View 5 Replies

Media Server :: Swf Hosted On One Server Connect To Live Stream From Another Server?

Apr 28, 2010

One server - is streaming server with Flash Media Interactive Server 3.5that host the application with asc files in FMS application directory.Second server - is the IIS web server that host thehtml,aspx,swf etc.. files.So basically i heve swf file on one server that have to connect to live streaming via rtmp on different server with different ip address.I did not find any clear explanation on this crossdomain rmtp issue.ys only HTTP can use crossdomain.xml policy filebut not rmtp.So what policy security procedure need to be done in order to enableswf file hosted on one server to connect and show rmtp live cam broadcasting from another server?

View 2 Replies

Media Server :: Can Adobe Flash Media Streaming Server 3.5 Run On AMD Athlon Dual Sock Quad Core?

Nov 10, 2009

Can Adobe Flash Media Streaming Server 3.5 run on AMD Athlon Dual Sock Quad Core?I just requested a Dell server to be added to our farm to run as a Media Server and to my surprise, while reading the requirements for FMS it states the following: 3.2GHz Intel® Pentium® 4 processor (dual Intel Xeon® or faster recommended)

View 2 Replies

Media Server :: Possible In FMS To Record Thumbnails Of A Streaming Video In The Server Side?

Dec 8, 2009

to generate thumbnails of the streaming video to control de contents of the video streaming. Could I do that in the server side?There is any setting to do that? Could I use the getOnMetadata method to catch a bitarray and then put in into a bitmap file?

View 1 Replies

Media Server :: Application Doesn't Have Permissions For Server-side Record/append Of Streams

Aug 12, 2011

I have configured FMS on Amazon EC2 I am trying to capture data from my webcam and push it to the server.For storing the webcam i created a new folder  but as it is recommended in other forums "You need to replace the signed Live application (main.far) with main.asc in[FMS-Install-Dir]/samples/applications/live/ ;(For more Info: refer to documentations & live/readme.txt) "I am not able to locate samples folder from where i can get my main.asc file

View 4 Replies

Media Server :: Security Check Determined That I Need To Patch Our Adobe Flash Media Server?

Jul 6, 2010

Apply the security patch found here:http:[url]............For more information see the followingresource:CVE: 2009-1365

View 1 Replies

Media Server :: Adobe Flash Media Live Encoder Not Connecting To My Server?

Aug 31, 2010

I am working on streaming programs through "Adobe flash Media Live encoder" in my website.The steps that i done for streaming is
 
    * Installed Adobe flash media live encoder
 
    * In the FMS URL entered as  " rtmp://myserver ip/live "
 
    * In stream given as "livestream"
 
    * when i click connect the follwing error is displaying " Invalid primary FMSURL "
 
The website i am going to implement is [url]... which is done using PHP. Is there anything i have to do in coding to connect the media server.

View 1 Replies

Media Server :: Limited Media Encoder Connect?

Jul 8, 2009

how to limited Media Encoder connect the media server?I have a adobe media server3 for liniux and  hava a live IP. I can  use the Media Encoder connenct the media server anywhere  when I use the live IP. I want to know how to limited Media Encoder connect the media server.

View 1 Replies

Media Server :: Cannot Connect To Admin Console FMS 3.5 Running Separate Apache Server

Jul 7, 2009

I have installed the FMS 3.5 Server on a separate IP from our main Apache Server: The server is running Redhat Linux 2.6.18-128.1.10.el5
 
FMS 3.5 running on ***.***.**.138 using ports 1935, 8080 (Admin Server using port 1111)
Apache 2 running on ***.***.**.139 using port 80, 443. (several sites setup on this IP)
 
However, when accessing the fms_adminConsole.htm in the root directory of one of the domains on ***.***.**.139, all login attempts fail. I am connecting to localhost and using the assigned user and password set up in fms.ini. Using either IP fails as well. The FMS server is set up to listen to all hosts as no specific IPs were set.
 
/var/log/messages show that FMS and the Admin Server are up an running and listening:
Jul  7 12:15:37 228215-web1 Service[28196]: Server starting...
Jul  7 12:15:37 228215-web1 Service[28196]: Server started (/opt/adobe/fms/conf/Server.xml).

[Code]....

All other settings for FMS are default. This is my first time setting up FMS as a fresh install on a new unknown server and I am at a loss as to what settings to check or which files I may need to modify to get it to connect properly. It is a managed server is hosted by rackspace.com if that makes any difference.

View 5 Replies

Flash :: Media Server - Connect To Own Server To Watch Streaming Video From Another Computer?

May 19, 2010

How can i connect to my own server to watch my streaming video from another computer?

View 10 Replies

Media Server :: Record Audio From A Mic And Save It To A Fms Server?

Mar 27, 2012

im looking for a script that can record audio from a mic and save it to a fms server i came across a video email script but would like to have just a audio one that can do the samething as the video email with out the video part.

View 2 Replies

Media Server :: Connecting FLME With DVRCast - Get An Error "Failure To Connect To Primary Server?

Jun 22, 2011

I am trying to set up DVR streaming using FLME. I'm following this tutorial: http:[url]........I'm up to Step 2,

I put in the following information into the FLME:
FMS URL: rtmp://222.222.222.222/dvrcast_origin
Stream: mp4:sample.f4v

Then click 'Connect' , but I get an error "Failure to connect to primary server verify that your server URL and application name are valid and that your internet connection is working and retry". My server is a 32-bit windows 2007 VPS , with FMS running.I don't know if I set up the DVR Cast application correct. All I did was copy the dvrcast_origin into the installationdirectory/applications, then I started a new instance of dvrcast_origin with _definst_...Also, I am running the trial version of FMS, and DVR needs FMIS. Is there a way I can just run FMIS?

View 16 Replies

Media Server :: Hello World - Failure To Connect To Pimary Server?

Jan 14, 2011

I have installed FMS 4 on a remote host - Windows 2008. When I install it, I would prefer to install the Apache server and so I did. When I open the initial web page (file:///C: [url]...), the flash content loads and the panel says it is streaming from rtmp. Seems good. But when I try to conect to this from another Flash Media Live encoder, rtmp://ip address/live, where ip address is the address of my host, it won't connect (Failur to connect to pimary server).

When I try to connect to my server with a browser - http://ip address, it loads a web page but clearly it is loading from from IIS.So port 80 is being used by IIS even though I chose to install Apache. Web servers aren't a strong suit but I've found Apache usually fairly easy.Now, I had installed FMS on my notebook and I found I could connect without trouble to rtmp://localhost/live with Flash Media Live Encoder. I figured by installing it on the remote host and then replacing localhost with the ip address, I'd be ok.

I'm willing to use IIS if that is the best thing to do. Maybe that has nothing to do with it. Getting started with these things is usually the hardest part. I've used FMS in the past but haven't had to deal with installing it.

View 2 Replies

Media Server :: Connect To A Server To Do Multibitratestreaming From A Level3 FMS Instance 3.5?

Oct 13, 2011

I am using osmf1.0 and am trying to connect to a server to do multibitratestreaming from a level3 FMS instance 3.5. The protocols osmf are rtmpe and rtmpte with 3 different ports 1935,443,80. All in all creating 6 different connections. It then goes and tries to connect to either of these connections asynchoneously (50ms separation between each attempt) which means a later attempt can succeed before an earlier one. The device I am using is an htc mobile running on android (user agent: Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16).The problem Typically, all attempts will fail (NetConnection.Connect.Failed) but occationally one does succeed but only over rtmpte but no specific port.In contrast, with Akamai it does work every single time.

View 4 Replies

Media Server :: Fail To Connect Origin Server Through NAT

Apr 11, 2010

i have install a delveopment origin server for FMS testing, it can success steam VOD through internal ip, then we move on to test external ip steaming, but if fail to connect through external ip address, our firewall is using NAT mapping for the ip address, we have enable port 80 & 1935, did we need to change to edge server? i have try to change the vhost setting, but once i change the setting, internal & external will fail to conenct it, i have modfiled these setting in default vhost.xml, did any thing i need to change it? <Mode>remote</Mode> <Anonymous>false</Anonymous> <LocalAddress>all</LocalAddress>

View 1 Replies

Media Server :: FMS Server Hangs When New Clients Try To Connect?

May 19, 2010

We are running RedHat Enterprise Linux 5.5.  I am told by the Adobe support department that only version 5.2 is supported. However, I have let them know this is basically impossible to do.  You can't download 5.2 anymore and if you keep your system patched and updated you have to follow the 5.x branch.

We purchased brand new HP hardware for this server.  It is a HP DL380-G6 Dual-Quad-Core Intel(R) Xeon(R) CPU E5540  @ 2.53GHz with 8GB of RAM. The fix at the moment is to restart the FMS system and everything clears itself up for some random amount of time.  This this problems happens again.

[Code]...

View 2 Replies

Media Server :: Adobe Flash Media Streaming Server Licensing?

Apr 21, 2010

I would like to ask if Adobe Flash Media Streaming Server (not Interactive) supports the following Stream.play (server-side streaming), but not necessarily server-side playlists which I know is a FMIS featureunsigned server-side asctionscripts (main.asc) The difference is in the price of course, one is $1000, the other is $5000, so if the two above are supported, I will buy FMSS

View 1 Replies

Media Server :: Adobe Flash Media Server 3.5 Integration With Elearning ?

Jun 29, 2010

I evaluated the Flash Media Server 3.5 by running samples for .flv,f4v,.mpg,.avi video formats and the product looks excellent to work as a Video Streaming Server - Live Video, Recorded Video Viewing by Audiences.
 
Query : ELearning Course modules are designed and developed using Macromedia Flash and Action Scripting Language.The Output Formats of the LMS are .swf files.As Elearning courses - LMS offer/involves User Interaction (Viewing courses by Students, Giving Exams for obtaining certification etc).Can we also use the Flash Media Server 3.5 for integrating with LMS Site running in IIS 6.0/7.0 ?
 
Client : IE 6.0/7.0, Macromedia Flash Player 10.0.

View 3 Replies

Media Server :: FMS 3.5 Can't Connect To Media On Other Drive?

Jul 29, 2010

I'm a server side newbie trying to set up FMS to stream VOD from a different drive on the same server (and ultimately via Cisco Show N Share) that I have all the media already on.  FMS is installed on d:Flash Media Server 3.5 and all the media is already on the e:videolibrarySnSflv drivefolder.

[Code]...

View 16 Replies

Media Server :: How To Record Audio (dj App)

Nov 5, 2009

I want to create dj mixer aplication (AS2). Something like this: ttp://activeden.net/item/dj-mixer/10276How I can record sound?

View 1 Replies

Media Server :: Unable To Record Into FMS 3.5?

Jun 17, 2010

i have fms installed on a server, say server1. my flash files (swf) which allows user to record audio is on server 2. in the swf file, the connection is set as follows: nc.connect("rtmp://server1/test");
 
im able to view flash videos on server2 which streams from server1. however, i cannot upload any recording to the above directory. does the recording goes to the application or webroot folder? do i need to set any authentication to connect to server1(fms) from server2(swf)??

View 1 Replies

Media :: Can't Connect To Server?

May 26, 2010

I am trying to connect a simple application to FMS2. I get this error in the Server Log: Connection rejected by server. Reason : [ Server.Reject ] : Invalid uri : rtmp:/test. I have the test dir in the applications folder. This is what I give as a path rtmp:/test in the applications directory of the simple connect component. So what can be the problem?

View 1 Replies

Media Server :: Record Audio MP3 Format?

Nov 17, 2008

How can we record audio in Flash Media server as MP3 format?

View 1 Replies

Media Server :: Record Client Pc's Sound?

Sep 11, 2009

i know the way to capture the mic's sound,My idea is to make an application to record songs palyed by other app,like Windows Media Player,Yes, Just capture from the soundcard,

View 3 Replies

Media Server :: Stream With One Bitrate, Record Another?

Mar 17, 2010

this may be really dumb question, but I haven't figured it out. Is it possible to stream to ustream with lets say 300 bitrate and record 1000 bitrate video to computer

View 4 Replies

Media Server :: FMS Can Record Computer Sounds

Jul 22, 2010

FMS can record computer sounds, I use flash to do a piano, it can play sound, I want record the sounds, FMS can record it?

View 4 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved