Record live in event another server

Hello everyone,
I installed AMS on the UBUNTU and it's worked fine.
Now I like to save live video events on the storage server (Storage server has Windows Operation). So I create the Storage folder in the window server and share it.
On the UBUNTU mount the applications folder (rootinstall/applications) into the //192.168.1.100/Storage.
Before publish video on the server I copy all application (live , vod , livepkgr , ...)  from the rootinstall/applications into the windows server Storage/appliations.
Now when start publish video on AMS no file created in the windows server storage...!!! (Storage/application/livepkgr/stream/_definds_/Event1).
Please advise me to solve this problem.
Many Thanks.

Shil@Adobe Thanks for replay
I have a different operation to Storage live Event.
I installed AMS on the UBUNTU (Linux) and I have any Windows server for Storage. When I edit ams.ini to //192.168.1.100/Storage AMS can't write the live videos from linux to windows folder.
For solve this problem I create the directory in the linux server and mount it to the storage folder on the windows server, although dose not work again.

Similar Messages

  • Recording in f4v format at FMS and then republishing to another server?

    My data path looks like this:
    Live Stream Encoder====>My FMS (my own server) republish to======>CDN======>Viewing Client
    I want to archive the live stream at the first stop, my FMS.  Adobe live docs say if I want the recorded file to be of format F4V (H.264), the stream name with which I publish must be of the format mp4:streamname.f4v.  My CDN, unfortunately, requires the stream name it receives to be of the format "streamname".
    How do I satisfy both?
    In my onPublish() function I do two things:
    1.  Record the live stream to a file
    2.  Republish the stream to the CDN
    Here is that method as it's currently constructed:
    application.onPublish = function(client, stream) {
        trace("onPublish");
        //First record the stream here at this server 
        s = Stream.get("mp4:streamname.f4v");
        if(s){
            s.record();
            s.play(stream);
        //Then pass the stream on to the CDN
        this.doRepublish(this.nc, stream);
    Is there anyway to satisfy both requirements?

    Hello ASA,
    I have same issue by FMS and F4V format.
    I want to archive live event at same time and to do that I record live stream in F4V format on the onPublish event.
    This is main.asc codes:
    [code]
    //live stream fragments
    var liveStream = Stream.get("f4f:" + streamName.name);
    liveStream.record();
    liveStream.play(streamName,-1,-1);
    //Create Archive (f4v) for on-demand
    var vodFile = Stream.get("mp4:" + StreamName.name + ".f4v");
    vodFile.record();
    vodFile.play(streamName,-1,-1);
    [code]
    So when I use h264 in my source event when FMS create f4v, F4V file is 320kb and just record 5 second of my event whoever my live event is more than 1 hour.
    But when I don't use h264 in source event my F4V file is correct and record all 1 hour video from live event.
    I don't know what's a problem
    I use FMS 5 extended edition and FFMPEG for stream webcam on to the FMS
    This is my FFMPEG code:
    [code]
    ffmpeg -f dshow -i video="A4TECH USB2.0 PC Camera" -vcodec libx264 -b:v 32k -acodec libmp3lame -b:a 64k -ar 44100  -f flv rtmp://12.11.1.3/livepkgr/liveevent?adbe-live-event=liveevent
    [code]
    Please advise me to solve this problem.
    Many Thanks.

  • Importing records into a table from one server to another server

    I have two servers running Oracle Portal, these two servers are not connected at all. I need to export the records from one table on server one into a table (defined exactly the same) on server two.
    How do I go about this? I know that I can query the rows and extract the information into HTML, Excel or ASCII on server one… can I use one of these query outputs to somehow import into the table on server two?
    Is there another method to accomplish this operation that I've overlooked?
    Thanks in advance.

    Export and Import are standard Oracle Database Utilities
    with 9i version you can use simple export-import
    http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96652/ch01.htm#SUTIL001
    http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96652/ch02.htm#1656
    or use with 10g a faster type of export-import
    http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14215/dp_export.htm#i1007466
    http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14215/dp_import.htm#i1007653

  • If i transfer some records from one server to another server,

    hi to all......
    5........If i transfer some records from one server to another server, will that save in change request or work bench request?
    thanks and regards,
    k.swaminath

    Hi friend my suugession is , if u r transfering records from one client to another or changing anything in the active pgm, it will save under  change request...
    But if u r transfering records from one server to server it will save under work bench request...

  • Post XML event to a JMS queue on another server

    Hi All,
    How do post an XML event to a JMS queue that is registered on another server
    from the studio?.
    This functionality supposed to be available in WLI 2.0 as an enhancement
    from WLPI 1.2.1.
    Any ideas?
    - Jagdish

    Jagdish
    Sorry, I am on vacation and trying to have some time to myself. If the
    Topic or Queue is on another server in a cluster then you use the JNDI name,
    however, if it not available via JNDI then you need to write some code to
    connect to the remote machine and do it that way.
    Tony
    "Jagdish" <[email protected]> wrote in message
    news:[email protected]..
    Hi Tony,
    Can one of you guys reply to this please?
    - Jagdish
    "Jagdish" <[email protected]> wrote in message
    news:3b6ac305$[email protected]..
    Hi All,
    How do post an XML event to a JMS queue that is registered on anotherserver
    from the studio?.
    This functionality supposed to be available in WLI 2.0 as an enhancement
    from WLPI 1.2.1.
    Any ideas?
    - Jagdish

  • Record Live event on FMS

    I have same issue by FMS and F4V format.
    I want to archive live event at same time and to do that I record live stream in F4V format on the onPublish event.
    This is main.asc codes:
    [code]
    //live stream fragments
    var liveStream = Stream.get("f4f:" + streamName.name);
    liveStream.record();
    liveStream.play(streamName,-1,-1);
    //Create Archive (f4v) for on-demand
    var vodFile = Stream.get("mp4:" + StreamName.name + ".f4v");
    vodFile.record();
    vodFile.play(streamName,-1,-1);
    [code]
    So when I use h264 in my source event when FMS create f4v, F4V file is 320kb (f4v isn't growing) and just record 5 second of my event whoever my live event is more than 1 hour.
    But when I don't use h264 in source event my F4V file is correct and record all 1 hour video from live event.
    I don't know what's a problem
    I use FMS 5 extended edition and FFMPEG for stream webcam on to the FMS
    This is my FFMPEG code:
    [code]
    ffmpeg -f dshow -i video="A4TECH USB2.0 PC Camera" -vcodec libx264 -b:v 32k -acodec libmp3lame -b:a 64k -ar 44100  -f flv rtmp://12.11.1.3/livepkgr/liveevent?adbe-live-event=liveevent
    [code]
    Please advise me to solve this problem.
    Many Thanks.

    Solve above problem with edit FFMPEG syntax.
    [code]
    ffmpeg -y -f dshow -s 640*480 -i video="A4TECH USB2.0 PC Camera":audio="Microphone (Creative SB Audigy 2 ZS (WDM))"  -c:v libx264 -b:v 120k -pix_fmt yuv420p -vb 450 -an -map 0:0 -acodec libmp3lame -b:a 64k -ar 44100 -f flv rtmp://12.11.1.3/livepkgr/Liveevent?adbe-live-event=Liveevent
    [code]

  • How to copy recorded live stream to new drive

    I was wondering if anyone out there knows how to copy a recorded live stream to a new drive on the server?  I can copy the file within the virtual app directory but not to another drive.
    The only solution i found was to edit the application.xml:
    <StreamManager>
            <StorageDir>e:\Sync\</StorageDir>
        </StreamManager>
    But unfortunately i need to rename the file once its recorded, and i'm having a hard time accessing that drive/directory where the file is located.
    Any help is greatly appreciated.
    thanks

    Hi,
    What I understood from your query I am providing you a solution:
    1. You can use the below to copy recorded live stream to new drive/directory in Application.xml
    <StreamManager>
            <StorageDir>e:\Sync\</StorageDir>
    </StreamManager>
    2. By default, a script can access files and directories only within the application directory of the hosting application. A server administrator can grant access to additional directories by specifying virtual directory mappings for File object paths. This is done in the FileObject tag in the Application.xml file, as shown in the following example:
    <FileObject>
          <VirtualDirectory>/_definst_;e:\Sync\_definst_\</VirtualDirectory>
    </FileObject>
    3. Create one application folder suppose test and then create main.asc file inside that which will have the below code
    application.onConnect = function(client) {
    application.acceptConnection(client);
    var fileObj = new File("_definst_");
    var fl = new Array();
    trace("File name : " + fileObj.toString());
    if (fileObj != null)
      if (fileObj.isDirectory)
       fl = fileObj.list();
       for (i in fl)
        trace("Directory : " + fl[i].name);
        if (fl[i].isFile)
         trace("File : " + fl[i].name);
         trace(fl[i].renameTo("dvrstream"+i));
        }//if closes
       }// for closes
      }//if closes
    }//if closes
    }// application closes
    This server side application rename files but since the folder which we had to access was outside application directory of the hosting application we had to map it using step 2.
    If this solution does not answer your query please be more ellaborative on what exactly are you trying to achieve. That will help me to answer your query correctly.
    Regards,
    Amit

  • Recording live streams and streaming them through VOD service

    We have a licenced FMS interactive 4.5. Currently we have a one time per day Live stream event which is streamed by FMLE to livepkgr application. As far as I understand the event is recorded on the server. We want to share that record on FMS vod service. Sadly I cannot find any real information how to do this? Do we have to code our custom Flash application for FMS for that, like livepkgr2 ? How to get the record and copy the file exactly the moment the record finished? Maybe somebody already did this?

    you can creat an app folder in fms folder which is inside of
    ur setup folder,
    for details u can mail at [email protected]

  • Needed to copy the share from one server to share in another server

    Hi ,
    Needed to copy the data from one share named as xyz in the server 1 to the another share abc in another server 2.
    Share xyz data should be copied to the share abc which has already different data in it .We need to copy all the data from the share xyz to the share abc  without deleting any existing data in the destination share.
    I know that /MIR option will replace the destination same as source
    Can anybody help us in the Robocopy command & switches for this activity?
    Any help is greatly appreciated!
    Thanks & Regards S.Swaminathan Live & let others live!!!

    Hi Mandy,
    Thanks for your reply.
    I have done many robocopy for the share movements from the one server joined in a domain to another server joined in the same domain.In that instances, the destination server will not be having any share of the old server name and just I robocopy the share
    from the old server to the new server after creating a new share .The usual command is as follows:
    "\\server1\oldshare" \\server2\newshare" *.* *.* *.* /ZB /E /COPY:DATO /XJ /R:0 /W:0 /TEE /dcopy:T /NP /log:c:\robocopy.txt
    And after the copy , during the cutover of the standalone DFS pointing to the new share , the domain users in the corresponding access groups (name of the groups based on the old server name) of Full,Modify,Read will be appropriately copied to the respective
    new  groups (name of the groups based on the new server name) of the new share and the access is ensured by the users.
    But in this case , the destination server is already having a share with existing data in it and to be added with the old share data
    My question is shall I use the same command as before by copying all the data to the newly created subfolder inside the existiing destination share through the following command
    "\\server1\oldshare" \\server2\newshare\new sub-folder" *.* *.* *.* /ZB /E /COPY:DATO /XJ /R:0 /W:0 /TEE /dcopy:T /NP /log:c:\robocopy.txt
    You have already mentioned /E without purge options will do.
    Just asking one more time for the safer side
    Thanks & Regards S.Swaminathan Live & let others live!!!

  • I am trying to publish a web site using my own domain. How do I transfer my host to mac from another server?

    I am trying to publish a web site using my own domain. How do I transfer my host to mac from another server?

    I've created a CNAME entry to redirect the domain to apple but the site is still not live! Can anyone help please?
    Did you also do what is required in the .Mac account settings?
    http://help.apple.com/mac2/1/help/member/pgs2/memfmsetgen367.html
    Could you provide your urls?

  • I want to record live stereo audio (using Mobile In)

    with the new 30-pin connectors for iPad and iPhone making it possible to record stereo audio (like Line6 Mobile In), I'd like to record in stereo to iMovie on my iPhone4.
    Does iMovie use Core Audio? If so, then this would be a great feature to add if it isn't there already. I haven't found a way to record stereo digital audio into any camera/movie app yet...
    thanks
    Jeff

    It all depends on your expectations. A USB condenser mic is a good way to start. If you want better quality, you'd want to use several mics running through a mixer. If you want to be able to mix after recording, you should look into an audio interface with several channels that will allow you to do a multitrack recording in GB.
    Another idea: are you using a PA system? Then feeding the audio from the mixing console might be a good idea, maybe with an additional track capturing the live audio and the audience reaction with an extra mic.
    Possibilities are plenty and not so confusing when you think them through ...

  • Help I want to record live to Garage Band

    HI; I know this may have been dealt with before but I am a novice and new to it all. I want to record my blues band to Garage Band. The quality of the inbuilt mike is not that good; should I use a usb condenser mike or a mixer in preference??. It has to be simple because I find a lot of the recording technology very confusing. Would really appreciate some input; thanks

    It all depends on your expectations. A USB condenser mic is a good way to start. If you want better quality, you'd want to use several mics running through a mixer. If you want to be able to mix after recording, you should look into an audio interface with several channels that will allow you to do a multitrack recording in GB.
    Another idea: are you using a PA system? Then feeding the audio from the mixing console might be a good idea, maybe with an additional track capturing the live audio and the audience reaction with an extra mic.
    Possibilities are plenty and not so confusing when you think them through ...

  • AS3 - 1) Countdown Timer to the designated Date for Live-Broadcast-Event yet to take place; 2) Detect End of Live Stream on FLVPlayback with FLVPlayback.isLive = true - ActionScript 3 - flash cs3 cs4

    Hi folks,
    Ronny's here again on forums, having particularly 2 (two) questions/problems to resolve:
    1) Countdown Timer to the designated Date for Live-Broadcast-Event yet to take place
    2) Detect End of Live Stream on FLVPlayback with FLVPlayback.isLive = true
    attached is the .zip file (as3_Countdown Timer_ver 1.0.1_by Ronny Depp.zip) with all flash source files containing:
    a) The FLash Source (file: timer_module.fla) - (FLA flash source file - Flash CS3 Professional, Flash Player 9, actionscript 3.0)
    b) com.othenticmedia.utils.dateAndTimeManagement package including 2 .as actionscript 3.0 Class files.
           i) com.othenticmedia.utils.dateAndTimeManagement.DateAndTimeManager Class in the said package. (file: DateAndTimeManager.as)
           ii) com.othenticmedia.utils.dateAndTimeManagement.CountdownTimer Class in the package. (file: CountdownTimer.as)
    c) The compiled SWF file version of this Application's blueprint. (file: timer_module.swf).
    What i need to confirm is: ........................................................ see the next post of mine. (for Problems  need to be Resolved)

    Problems to Resolve:
    Problem#1) - Countdown Timer to the designated Date for Live-Broadcast-Event yet to take place.
    Problem#2) - Detect End of Live Stream on FLVPlayback with FLVPlayback.isLive = true;
    Problem#1 Description:
    I need to pinpoint the Logical TimeSync Exception, i am still unable to figure out. That is I'm using a webservice in my Application to Synchronize the Time with the actual ET (eastern time) with accomodation of auto-adjustment for EDT GMT-4 (eastern daylight time) & EST GMT-5 (eastern standard time), times. I am using the zipcode: "10012" to pass it to the Web Service in urlRequest object, to retrieve the Current ET eastern time according to EDT & EST time settings for Manhattan/Brooklyn areas or others within  New York, NY 10012.
    Currently the Web Service is returning accurate date/time based on local EDT GMT-4 daylight time.
    Is there some defined set of dates for EDT & EST times for New York region that I can check for to ensure the correct Dates/Times for Eastern Time in New York area ??? I am using NY zipcodes because i am sure to get correct ET values.
    The Major Problem Part: is I need to correct the time by 2 seconds or approx. 2 secs, some millisecs.
    When I retrieve the Time Value from WebService, it lags behind for 2 seconds as compared to DateObj i create using computer's local time, on my Windows XP Service Pack 2 with Automatic Updates turned-on. And I'm sure about my Windows will be having latest updates for Time Management already installed. I also added the 2 secs. to the TimeSync(ed) Date to make correction to this Date obj.
    I call my custom fucntion addSeconds(dateObj:Date, secs:int) to add 2 seconds to the Date by Converting Seconds to Milliseconds.
    Please comb through the as code in files attached and Help Me Out !!!
    Problem#2 Description:
    Secondly I need to Detect the End of Stream state while using FLVPlayback component, an rtmp:// live Stream from FLASH MEDIA SERVER.
    I need to Play a YuMe Post-Roll Ad when Steam Finishes/Ends.
    Live Broadcast Stream Event starts every night on Wednesdays & Saturdays exactly  at 10:59 PM EDT GMT-4.
    Live Events only Streams/Broadcasts the stream for 50secs. exactly. When [playback stopped] it plays a PostRoll Ad and after the CountdownTimer again comes back to life. The Next upcoming Event is calculated & the Countdown begins until Next Event's time/date is reached.
    Here is the  code on the frame 1 on the MainTimeline: (rest of the params like source, volume, skinAutoHide are Set using Property Inspector for FLVPlayback instance on Stage)
    //myStream instance of FLVPlayback is on the Stage
    myStream.isLive = true;// Frame 1 Actions in the FLA
    myStream.addEventListener(VideoEvent.COMPLETE, onEndOfStream);
    myStream.addEventListener(VideoEvent.STATE_CHANGE, onState);
    myStream.addEventListener(String(VideoError.NO_CONNECTION), onStreamError);
    myStream.addEventListener(NetStatusEvent.NET_STATUS, netStatusHandler);
    /*if(myStream.stopped){
         trace("tracy: "+myStream.state);
    } else if(myStream.state == VideoState.STOPPED){
         trace("tracy: "+myStream.state);
    function onStreamError(event:VideoError) {
         trace(event.code + "\n\t" + event);
    function onState(event:VideoEvent) {
         trace(event.state + "\n\t" + event.toString());
    function onEndOfStream(event:VideoEvent) {
         trace(event.state + "\n\t" + event.toString());
    function netStatusHandler(event:NetStatusEvent):void {
         switch (event.info.code) {
              case "NetConnection.Connect.Success":
                   //connectStream();
                   break;
              case "NetStream.Play.StreamNotFound":
                   trace("Stream not found: "/* + myStream.source*/);
                   break;

  • Time shifting and record live stream

    Hellow everyone,
    I would like to stream videos for my viewers and them have a abiliti to timeshifting live stream.
    Can I use live application for timeshifting? Or I should use livepkgr to do that.
    For archive and play on the VOD mode I like to stream live and record at same time. in the livepkgr I see in the stream folder create a stream file with the f4f extention automaticaly whoever in the live application I should call application.record on the FMS to save live stream on the server.
    Please advise me the better solution to archive and time shifting.
    Many Thanks.

    livepkgr application for for HTTP streaming...
    f youjust want to stream over rtmp use live application and code to record the stream...recording is pretty simple in AMS just call Stream.get() s.record(...) s.play() where s is the stream which you are recording...
    application.onPublish = function(clientObj, streamObj) {      trace("recording started...");       var strName = "recorded_" + streamObj.name;      var s = Stream.get(strName);      if (s == undefined )           return;         s.onStatus = function(info)      {           trace(info.code);      }           if (!s.record("record"))      {           s.trace("record failed.");      }            s.play(streamObj.name, -1, -1, true); }

  • Lenovo g580 do I need to buy an external audio interface to record live instruments and voice ?

    Hello,  If anyone could help me please ?, I am wondering do I need to buy an external audio interface to record live instruments and voice onto my lenovo g580.?
    My friends have said that good laptops have audio interface's built in... but I cannot see how this could work as I am trying to build a home recording studio. Do they mean that I just need to have a mixing desk ? As the audio interface is already in my laptop, ?
    Another question I have is... I have bought a microphone to record with a studio mic. But when I plug it into the headphone socket, it works as a speaker and not as a microphone. Please can you tell me how do I make it work as a microphone, and record on ableton. Thanks. I live alone with two cats so I'd really appreciate some help ! 
    Thank you very much, best wishes. 

    man 'O tunes wrote:
    I'm preparing to expand my studio from a 1 man songwriting system,
    to add the capability to record a complete live band, with 16 separate
    simultaneous tracks recording. Am I dreaming?
    Nope. I've been recording live bands with up to 56 channels at 24 bit 48kHz for three years now.
    1) Does my computer have enough native power to handle such a task?
    Yes. The actual recording uses the hard drive buss, so you need to make sure you have fast drives and a dedicated FW or SATA buss for them.
    2) Is there an audio interface device that could help shoulder some of
    the cpu load?
    No. CPU is used only for routing audio, effects, etc. An audio interface is used to route the audio in and out of the computer, and as such does not process effects at all.
    3) is it possible to use my multiple, fast internal drives to help?
    Yes. Although with Logic Pro you can use only one drive at a time for recording. HOWEVER, I have been able to use SATA drives to record up to 56 tracks AT ONCE. So there is plenty of power there.
    4) If not 16, what's the highest realistic track count I can hope for?
    Again, I have done 56 tracks. 16 is a walk in the park in comparison to 56. I would recommend you invest in Apogee AD16X and DA16X, since in one interface you get ALL 16 inputs, and the other gives you the 16 outputs to go to, say, a mixer. And the sound quality is very very very good.
    thanks in advance
    You're welcome.
    Cheers

Maybe you are looking for