Event Recording in FMS 3

hi to all
i am newbie to FMS3 and AS3 with FlashCS3. i have developed
an application which contains the following features
audio video window
chating window
file upload and download window
total connected client list window
etc
i have done recording audio and video with flash cs3 using
as3 with fms3. and now i want to record each and every thing which
happens during the event like chating, window movement, audio and
live video etc
kindly help me. i am working on this issue for more than a
week. kindly help me.
bundle of thanks in advance
regards
maani janjua

hi to all
i am newbie to FMS3 and AS3 with FlashCS3. i have developed
an application which contains the following features
audio video window
chating window
file upload and download window
total connected client list window
etc
i have done recording audio and video with flash cs3 using
as3 with fms3. and now i want to record each and every thing which
happens during the event like chating, window movement, audio and
live video etc
kindly help me. i am working on this issue for more than a
week. kindly help me.
bundle of thanks in advance
regards
maani janjua

Similar Messages

  • It is have  to process IT2011 ?when have wrong time event records?

    hi,
    I use the report "RPTEUP10" upload the all time events records to SAP from time recording system, no matter it is multiple clock in or clock out(unconsciously,because someone think maybe the first time he not  brush on, so he brush the card again,so there will be 2 time events records ); or maybe it is lost clock in or clock out records.
    my question is : if I don't process those wrong records at 2011(because my customers don't want to correct those records,he hope just give the warning message ),
    if the time evaluation can carry out  to finish the end step?
    now I test at my ides system ,and find I have to process the wrong records at 2011, otherwise the time
    evaluation will not carry out, the system will give me error message .
    for example:
    one employee at start time 06:00,  enter "clock in "twice  ,
    the first record is: 05:58:00 clock in;
    the second record is 05:59:00 clock in
    then I run the PT60(TM00),the system give me error message at "Call rule TD20"
    "Error entry no. 20 No clock-out entry"
    so I have to correct the time events at 2011.
    I want to know if I no need to correct the time events at 2011 ,and the time evaluation can carry out to finish?
    or if I can write some PCR to processed the TIP table ? such as insert or delete the time event at the TIP, so that the time evaluation can carry out and finish?
    who can tell me how to solve this question?
    thanks!
    Olivia Yang

    Hi Olivia,
    Ok as per my understanding you want to have a waring generated when the TIP entries it means either the intime or outtime is missing then and at the same time the TIP entries should be generated automatically.
    1st thing setting a warning yes we can control it.
    Next Updating the TIP entries.
    Ex: Assume XYZ employee has a shift of 8:00 to 18:00 now he forgets to swipe in so there will be just one entry that is 18:00 and the Time Evaluation will fail as intime cannot be detected.If we write a PCR which will update the intime as per his workshedule then there in no where that the infotype in PA30 will get updated IT2011.
    And even if we ensure that Time Evaluation runs then there will be a mismatch between the results and infotype data.Please kindly explain this to your customer.
    Thanks
    Swati

  • Process IT2011 ?when have wrong time event records?

    hi,
    We uploaded the all time events records to SAP from time recording system and  maybe it is lost clock in or clock out records
    in such case we need to reduced the hours of that day to half.
    my question is : how to reduce the number of hours to half of the daily working hours in that case.
    For Example:-
    employee clocks in at 8:00 am in 8:00AM to 5:00 PM shift. He clocks in at 8:00 AM but forgot to do the clock out at 5:00PM
    in this case he should only be entitled for half day not for full day
    Sonu

    are you using positive time or negative time management......if positive, the system will not pay..i think..
    In the case of negative...you need to development Zreport with the help of abaper by considering all such scenarios exist in the company....Based on the report output, the time administrator has to change the data manually....we did this in our earlier prj...

  • Report the latest  event (record) for a device

    I could have sworn I had this one working before but for the life of me I cant remember how I did it and I cant seem to figure it out anew.
    I'm tracking events per device. A device may have any number of events in a given time period. I need to track the MOST RECENT event for a device per device. I do not want to have multiple records per device, only the record with the MOST RECENT timestamp.
    I made the following two attempts but I'm still getting nowhere.
    select
      device,
      MAX(dt) KEEP (DENSE_RANK FIRST ORDER BY dt) as time_Var
    from db_table partition (pPname)
    where
        Lower(example) like '%example text%'
        and dt > sysdate - 5and
    select DISTINCT
    device,
           (select TO_CHAR( (MAX(table_name.dt)), 'HH24:MI:SS MM/DD/YYYY') "timeVar"
              from table_name partition (pPName)
              where
           Lower(Example) like '%example text%'
           and dt > sysdate - 5)
    from table_name partition (pPName)
    where
        Lower(Example) like '%example text%'
        and dt > sysdate - 5
    order by device Asc;

    Hi,
    Salim's solution with
    KEEP (DENSE_RANK FIRST ORDER BY dt)will show you the least recent event in the last 5 days.
    If you want the most recent event, change "FIRST" to "LAST"
    KEEP (DENSE_RANK LAST ORDER BY dt)or sort in DESCending order:
    KEEP (DENSE_RANK FIRST ORDER BY dt DESC)If you want to display several columns from the most recent row, you'll have to use KEEP (DENSE_RANK ...) on each of them (except device).
    In that case, you might find it easier to use an analytic function, such as ROW_NUMBER:
    WITH     ranked_data  AS
         SELECT     device, column_a, column_b, column_c
         ,     ROW_NUMBER () OVER ( PARTITION BY  device
                                   ORDER BY          dt     DESC
                           )  AS r_num
         FROM     your_table
         WHERE     LOWER (example)      LIKE '%example text%'
         AND     dt               > SYSDATE - 5
    SELECT  device, column_a, column_b, column_c
    FROM     ranked_data
    WHERE     r_num   = 1;

  • Problem recording to FMS when client has poor internet connection

    Hi,
    I am trying to implement a simple system that allows users of our website to leave an audio message.  The audio recording tutorial shows a simple example of using the NetStream class to "publish" the audio stream to the FMS.  During testing, many of the recordings were cut cropped (missing bits from the beggining or end), ended prematurely or had skips.  This happens almost always when the user's internet connection isn't particularly good or is a little unreliable.
    Is there anyway to resolve this, short of demanding our users guarantee us they have a perfect internet connection (which is unrealisitc).  Is there a way for the stream to be cached locally and published to the FMS to increase tolerance to connectivity issues?
    Any help or advice would be appreciated
    thanks
    -- Kee Fai

    bump, anyone?

  • Issues with server side recording in FMS

    I have FMS installed on Windows XP machine.
    I am recording using the server side Stream class. This
    creates a FLV but when I play it back it does not play though it
    has created the file under the dir in FMS.
    After a lot of research I figured out that the recording is
    done properly but I have to restart my FMS before the play back.
    After which the play back goes on smoothly.
    Can any one help me with this. I need to know if this is a
    known issue or else I have to do something on stream at the the
    server side after recording so that I can play it back immediately.

    **Bump**
    I am having a similar issue. I have an app that will redirect
    the stream to the same application but a different instance. The
    ns.publish method is called for recording and the file will write
    correctly. However, after I stop publishing and go in to play the
    file in flv player, it doesnt play back. Looks like the meta data
    is there but no video. Is there a specific procedure to close off
    the file or something that I'm not performing?

  • Spark button event record.

    Hi,
    I've the issue about record event in automation framework. A mouse events (double click, click, mouseDown) do not recording method which listen the event, i.e. automationManager.addEventListener(AutomationRecordEvent.RECORD, recordHandler, false, 0, true) but events from keyboard such as SPACE or ENTER is successfull recorded.
    This is snippet of xml environment files with event for spark button:
    <ClassInfo Name="SparkButton" Extends="SparkButtonBase" SupportsTabularData="false">
            <Implementation class="spark.components::Button"/>
            <Events>
                <Event Name="Click"   >
                <Implementation class="flash.events::MouseEvent" Type="click"/>
                    <Property Name="triggerEvent"  DefaultValue="1">
                        <PropertyType Type="Enumeration" Codec="event"/>                  
                    </Property>
                    <Property Name="ctrlKey"  DefaultValue="false">
                      <PropertyType Type="Boolean"/>
                    </Property>
                    <Property Name="altKey"  DefaultValue="false">
                      <PropertyType Type="Boolean"/>
                    </Property>
                    <Property Name="shiftKey"  DefaultValue="false">
                      <PropertyType Type="Boolean"/>
                    </Property>
                </Event>
                <Event Name="TypeSpark" >
                    <Implementation class="flash.events::KeyboardEvent" Type="keyPress"/>
                    <Property Name="keyCode" >
                        <PropertyType Type="String" Codec="keyCode" DefaultValue="ENTER"/>               
                    </Property>  
                </Event>
          </Events>
    </ClassInfo>
    In what may be the cause?
    Thanks.

    The Spark button in this case is not itself toggleable.  You will need to use a ToggleButton.  Spark controls are not the swiss army knives that Flex 3 components were (in order to keep things a bit lighter).
    The new Spark skinnable components control their own state internally and the components themselves in turn set the currentState of their associated skin at runtime.  The current state of the component is not (in general) directly controllable via 'currentState'.
    Regards,
    Corey

  • Internet explorer events recording

    Hi,
    Can anybody suggest if we can create a Macro for internet explorer.
    I frequently go to a website and everytime enter my details. i just want to avoid it everytime. I just want to record everything and create a MACRO.
    I was just curious , if somethign can be done using XML and some other libraries of JAVA
    Any suggestion..

    but i have limitations for instaling software in my office. So Google toolbar is not allowed for me to install..
    I was just curious if something can be coded to do this...

  • FMS 2.0.5 client disconnection

    Hi Everyone,
    1. The basic problem I would like to solve is detecting when
    a connection to the Flash Media Server fails.
    Our client-side application establishes a persistent
    NetConnection and publishes a number of video/audio streams to the
    FMS.
    After publishing some videos, some clients find that
    recording no longer works. I need to add code to let them know that
    there's a connection problem. I've studied the NetConnection class
    and can't find an built-in method that can help alert the user if
    the connection is broken.
    2. Also, I'm having trouble tracking these events in the FMS
    logs. Are there any key statements I should look for that would
    tell me if the FMS has experienced a sudden loss of connectivity
    with a client?
    I was thinking of using the onAppShutdown (?) event to detect
    when an application closes normally, so I can then get an idea of
    when it's closed down in other circumstances.
    Sorry if this isn't the right forum, as this does involve our
    ActionScript and FMS - I wasn't sure where to post.
    Thanks for your time,
    Ajay P

    Bump.
    Any ideas?
    This is a particular problem with users based in distant territories, e.g. South Africa. Our FMS is based in the UK.
    I would imagine the number of hops in the connection is a big factor in this. Are there recommended FMS settings for this kind of scenario?
    Ajay

  • 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]

  • Selective XML Index feature is not supported for the current database version , SQL Server Extended Events , Optimizing Reading from XML column datatype

    Team , Thanks for looking into this  ..
    As a last resort on  optimizing my stored procedure ( Below ) i wanted to create a Selective XML index  ( Normal XML indexes doesn't seem to be improving performance as needed ) but i keep getting this error within my stored proc . Selective XML
    Index feature is not supported for the current database version.. How ever
    EXECUTE sys.sp_db_selective_xml_index; return 1 , stating Selective XML Indexes are enabled on my current database .
    Is there ANY alternative way i can optimize below stored proc ?
    Thanks in advance for your response(s) !
    /****** Object: StoredProcedure [dbo].[MN_Process_DDLSchema_Changes] Script Date: 3/11/2015 3:10:42 PM ******/
    SET ANSI_NULLS ON
    GO
    SET QUOTED_IDENTIFIER ON
    GO
    -- EXEC [dbo].[MN_Process_DDLSchema_Changes]
    ALTER PROCEDURE [dbo].[MN_Process_DDLSchema_Changes]
    AS
    BEGIN
    SET NOCOUNT ON --Does'nt have impact ( May be this wont on SQL Server Extended events session's being created on Server(s) , DB's )
    SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED
    select getdate() as getdate_0
    DECLARE @XML XML , @Prev_Insertion_time DATETIME
    -- Staging Previous Load time for filtering purpose ( Performance optimize while on insert )
    SET @Prev_Insertion_time = (SELECT MAX(EE_Time_Stamp) FROM dbo.MN_DDLSchema_Changes_log ) -- Perf Optimize
    -- PRINT '1'
    CREATE TABLE #Temp
    EventName VARCHAR(100),
    Time_Stamp_EE DATETIME,
    ObjectName VARCHAR(100),
    ObjectType VARCHAR(100),
    DbName VARCHAR(100),
    ddl_Phase VARCHAR(50),
    ClientAppName VARCHAR(2000),
    ClientHostName VARCHAR(100),
    server_instance_name VARCHAR(100),
    ServerPrincipalName VARCHAR(100),
    nt_username varchar(100),
    SqlText NVARCHAR(MAX)
    CREATE TABLE #XML_Hold
    ID INT NOT NULL IDENTITY(1,1) PRIMARY KEY , -- PK necessity for Indexing on XML Col
    BufferXml XML
    select getdate() as getdate_01
    INSERT INTO #XML_Hold (BufferXml)
    SELECT
    CAST(target_data AS XML) AS BufferXml -- Buffer Storage from SQL Extended Event(s) , Looks like there is a limitation with xml size ?? Need to re-search .
    FROM sys.dm_xe_session_targets xet
    INNER JOIN sys.dm_xe_sessions xes
    ON xes.address = xet.event_session_address
    WHERE xes.name = 'Capture DDL Schema Changes' --Ryelugu : 03/05/2015 Session being created withing SQL Server Extended Events
    --RETURN
    --SELECT * FROM #XML_Hold
    select getdate() as getdate_1
    -- 03/10/2015 RYelugu : Error while creating XML Index : Selective XML Index feature is not supported for the current database version
    CREATE SELECTIVE XML INDEX SXI_TimeStamp ON #XML_Hold(BufferXml)
    FOR
    PathTimeStamp ='/RingBufferTarget/event/timestamp' AS XQUERY 'node()'
    --RETURN
    --CREATE PRIMARY XML INDEX [IX_XML_Hold] ON #XML_Hold(BufferXml) -- Ryelugu 03/09/2015 - Primary Index
    --SELECT GETDATE() AS GETDATE_2
    -- RYelugu 03/10/2015 -Creating secondary XML index doesnt make significant improvement at Query Optimizer , Instead creation takes more time , Only primary should be good here
    --CREATE XML INDEX [IX_XML_Hold_values] ON #XML_Hold(BufferXml) -- Ryelugu 03/09/2015 - Primary Index , --There should exists a Primary for a secondary creation
    --USING XML INDEX [IX_XML_Hold]
    ---- FOR VALUE
    -- --FOR PROPERTY
    -- FOR PATH
    --SELECT GETDATE() AS GETDATE_3
    --PRINT '2'
    -- RETURN
    SELECT GETDATE() GETDATE_3
    INSERT INTO #Temp
    EventName ,
    Time_Stamp_EE ,
    ObjectName ,
    ObjectType,
    DbName ,
    ddl_Phase ,
    ClientAppName ,
    ClientHostName,
    server_instance_name,
    nt_username,
    ServerPrincipalName ,
    SqlText
    SELECT
    p.q.value('@name[1]','varchar(100)') AS eventname,
    p.q.value('@timestamp[1]','datetime') AS timestampvalue,
    p.q.value('(./data[@name="object_name"]/value)[1]','varchar(100)') AS objectname,
    p.q.value('(./data[@name="object_type"]/text)[1]','varchar(100)') AS ObjectType,
    p.q.value('(./action[@name="database_name"]/value)[1]','varchar(100)') AS databasename,
    p.q.value('(./data[@name="ddl_phase"]/text)[1]','varchar(100)') AS ddl_phase,
    p.q.value('(./action[@name="client_app_name"]/value)[1]','varchar(100)') AS clientappname,
    p.q.value('(./action[@name="client_hostname"]/value)[1]','varchar(100)') AS clienthostname,
    p.q.value('(./action[@name="server_instance_name"]/value)[1]','varchar(100)') AS server_instance_name,
    p.q.value('(./action[@name="nt_username"]/value)[1]','varchar(100)') AS nt_username,
    p.q.value('(./action[@name="server_principal_name"]/value)[1]','varchar(100)') AS serverprincipalname,
    p.q.value('(./action[@name="sql_text"]/value)[1]','Nvarchar(max)') AS sqltext
    FROM #XML_Hold
    CROSS APPLY BufferXml.nodes('/RingBufferTarget/event')p(q)
    WHERE -- Ryelugu 03/05/2015 - Perf Optimize - Filtering the Buffered XML so as not to lookup at previoulsy loaded records into stage table
    p.q.value('@timestamp[1]','datetime') >= ISNULL(@Prev_Insertion_time ,p.q.value('@timestamp[1]','datetime'))
    AND p.q.value('(./data[@name="ddl_phase"]/text)[1]','varchar(100)') ='Commit' --Ryelugu 03/06/2015 - Every Event records a begin version and a commit version into Buffer ( XML ) we need the committed version
    AND p.q.value('(./data[@name="object_type"]/text)[1]','varchar(100)') <> 'STATISTICS' --Ryelugu 03/06/2015 - May be SQL Server Internally Creates Statistics for #Temp tables , we do not want Creation of STATISTICS Statement to be logged
    AND p.q.value('(./data[@name="object_name"]/value)[1]','varchar(100)') NOT LIKE '%#%' -- Any stored proc which creates a temp table within it Extended Event does capture this creation statement SQL as well , we dont need it though
    AND p.q.value('(./action[@name="client_app_name"]/value)[1]','varchar(100)') <> 'Replication Monitor' --Ryelugu : 03/09/2015 We do not want any records being caprutred by Replication Monitor ??
    SELECT GETDATE() GETDATE_4
    -- SELECT * FROM #TEMP
    -- SELECT COUNT(*) FROM #TEMP
    -- SELECT GETDATE()
    -- RETURN
    -- PRINT '3'
    --RETURN
    INSERT INTO [dbo].[MN_DDLSchema_Changes_log]
    [UserName]
    ,[DbName]
    ,[ObjectName]
    ,[client_app_name]
    ,[ClientHostName]
    ,[ServerName]
    ,[SQL_TEXT]
    ,[EE_Time_Stamp]
    ,[Event_Name]
    SELECT
    CASE WHEN T.nt_username IS NULL OR LEN(T.nt_username) = 0 THEN t.ServerPrincipalName
    ELSE T.nt_username
    END
    ,T.DbName
    ,T.objectname
    ,T.clientappname
    ,t.ClientHostName
    ,T.server_instance_name
    ,T.sqltext
    ,T.Time_Stamp_EE
    ,T.eventname
    FROM
    #TEMP T
    /** -- RYelugu 03/06/2015 - Filters are now being applied directly while retrieving records from BUFFER or on XML
    -- Ryelugu 03/15/2015 - More filters are likely to be added on further testing
    WHERE ddl_Phase ='Commit'
    AND ObjectType <> 'STATISTICS' --Ryelugu 03/06/2015 - May be SQL Server Internally Creates Statistics for #Temp tables , we do not want Creation of STATISTICS Statement to be logged
    AND ObjectName NOT LIKE '%#%' -- Any stored proc which creates a temp table within it Extended Event does capture this creation statement SQL as well , we dont need it though
    AND T.Time_Stamp_EE >= @Prev_Insertion_time --Ryelugu 03/05/2015 - Performance Optimize
    AND NOT EXISTS ( SELECT 1 FROM [dbo].[MN_DDLSchema_Changes_log] MN
    WHERE MN.[ServerName] = T.server_instance_name -- Ryelugu Server Name needes to be added on to to xml ( Events in session )
    AND MN.[DbName] = T.DbName
    AND MN.[Event_Name] = T.EventName
    AND MN.[ObjectName]= T.ObjectName
    AND MN.[EE_Time_Stamp] = T.Time_Stamp_EE
    AND MN.[SQL_TEXT] =T.SqlText -- Ryelugu 03/05/2015 This is a comparision Metric as well , But needs to decide on
    -- Peformance Factor here , Will take advise from Lance if comparision on varchar(max) is a vital idea
    --SELECT GETDATE()
    --PRINT '4'
    --RETURN
    SELECT
    top 100
    [EE_Time_Stamp]
    ,[ServerName]
    ,[DbName]
    ,[Event_Name]
    ,[ObjectName]
    ,[UserName]
    ,[SQL_TEXT]
    ,[client_app_name]
    ,[Created_Date]
    ,[ClientHostName]
    FROM
    [dbo].[MN_DDLSchema_Changes_log]
    ORDER BY [EE_Time_Stamp] desc
    -- select getdate()
    -- ** DELETE EVENTS after logging into Physical table
    -- NEED TO Identify if this @XML can be updated into physical system table such that previously loaded events are left untoched
    -- SET @XML.modify('delete /event/class/.[@timestamp="2015-03-06T13:01:19.020Z"]')
    -- SELECT @XML
    SELECT GETDATE() GETDATE_5
    END
    GO
    Rajkumar Yelugu

    @@Version : ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    Microsoft SQL Server 2012 - 11.0.5058.0 (X64)
        May 14 2014 18:34:29
        Copyright (c) Microsoft Corporation
        Developer Edition (64-bit) on Windows NT 6.2 <X64> (Build 9200: ) (Hypervisor)
    (1 row(s) affected)
    Compatibility level is set to 110 .
    One of the limitation states - XML columns with a depth of more than 128 nested nodes
    How do i verify this ? Thanks .
    Rajkumar Yelugu

  • How can you record stream from a webcam like YouTube does it

    We need to create a webcam stream recorder with FMS which should be able to record stream in some predefined quality (128000/bandwidth,95/quality) and will work also in the situation when the user doesn't have enough bandwidth to transfer this stream in realtime.  YouTube has a solution which is using something like a buffer and when the user stops recording they continue to send video data to the server until the stream is completely recorded.  We are recording the stream from our user's webcam, but when the bandwidth is not consistent or not enough, we are losing video data and ending up with poor quality recordings. What we need is that the record stream is buffered on the user's computer and the video data continues to be sent to our server even after the user has finished recording so that we end up with the complete stream (video data). We need some idea how to do this - which specific features should we used for this solution?

    Does it have to be a live solution? Or can you have the user record locally and then upload to your FMS server?

  • Is there a way to view an ENTIRE event?

    In the old iCal when you selected an event it was displayed in the right side panel. The new iCal doesn't do that and when I double click to see the event the new window only shows the first 4 lines of the event. I use iCal to save the info for the jobs I'm doing, and it's kind of annoying to have to scroll down ten lines to find out where I'm supposed to go. Is there any way to view the ENTIRE event? Maybe even to have it show up in the side panel the way it used to?
    thanks

    There is a 'Location' field in the event record that is displayed only if it contains an entry.
    In a quick test, I was able to create a new event and display at least 7 lines of text in the Location field when I clicked on the event and then touched the space bar to display the details.
    The Event Name field still only displays the first four lines of text, unless you double click and scroll, as you have been doing.

  • Implement custom.js in Generic Event Collector

    Sentinel Log Manager 1.2
    Collector: Generic Event Collector
    Hello,
    sorry for this low end question, but I'm going crazy. I try to
    implement a custom.js to get some data into CustomerVar fields.
    My problem, if I start with simple code and implement the file like
    described here http://tinyurl.com/cgvtaab. If I checked my Sentinel Log
    Manager no additional data was writen to the event record. I stripped my
    code to a realy simple example, to exclude errors here:
    Collector.prototype.customInit = function() {
    this.protoEvt.CustomerVar21 = "test log";
    return true;
    Record.prototype.customPreparse = function(e) {
    return true;
    Record.prototype.customParse = function(e) {
    return true;
    The collector runs in "custom" execution mode.
    Thanks for help
    Michael
    michaelkuerschner
    michaelkuerschner's Profile: https://forums.netiq.com/member.php?userid=6939
    View this thread: https://forums.netiq.com/showthread.php?t=50155

    Hi folks,
    Couple quick things:
    1) You were absolutely correct to put your code in customInit() as you
    originally did - commenters are correct that the init code is only run
    on startup, but in this case what you're doing is modifying the static
    global protoEvt, which is the template on which all subsequent Events
    are based. If you do run through this in the debugger, then what you
    should see is that immediately after the 'curEvt = new
    Event(instance.protoEvt)' line in main.js (which should be at the bottom
    of your assembled Collector), your 'curEvt' global variable should have
    that CustomerVar21 set in it. Further, when you get to the Event.send()
    bit, the Event you are constructing should have that pre-set. You can of
    course look at the protoEvt object in the debugger as well to make sure
    that it actually was modified by your customInit().
    2) I saw that you actually did call out that you set Custom execution
    mode, but you did not mention AFAIK that you did the 'Add Auxiliary
    File' step to upload your edited custom.js into the Collector. Can we
    assume you did that?
    BTW, just a tip on the debugger: read through:
    http://www.novell.com/developer/plug...tor_debug.html
    Note the bit about scrolling to the bottom of your file to find the main
    loop - this is where all the action happens, so put your breakpoints
    there (typically).
    DCorlette
    DCorlette's Profile: https://forums.netiq.com/member.php?userid=323
    View this thread: https://forums.netiq.com/showthread.php?t=50155

  • Automate cable TV recording.....

    Hi,
    Does anyone know of a Macintosh program that will allow me to record Component Video through my BlackMagic Intensity pro like a DVR or VCR? I don't mind doing it the old fashioned way ie.; set the start time and tell it how long.... and then walk away with the cable box tuned to the right channel.
    I would feel ahead of the game if I could just record the cable signals I'm paying for in HD with what I have at hand unattended on a schedule, without paying "rent" for a DVR unit.
    I've got the hardware elements all here, I just need to be able to "kick off" the recording at the appropriate time automatically.
    The USB and PCI "unencrypted QAM" and ATSC hardware/software combinations out there are useless because of the way that Time Warner Cable delivers the signal to me. Almost nothing is "unencrypted", even the stuff I pay for (which is all I care about - I'm not into piracy). I can get any channel I'm paying for just fine through the component connections, I'm just looking to do timed recording this way.
    Thanks!
    Pete d.

    Thanks for the fast response !!
    Firerecord saw my SA 3250HD the first time I ran it, and it recorded a blank file when I had the box tuned to a basic cable channel and I gave FireRecord the New Immediate Event command. I then tried to do a short timed New Event recording of a broadcast range cable channel and nothing happened. FireRecord now keeps giving me a "There Are No Available Devices" message no matter what recording command I give it.
    I've connected/disconnected the Firewire cable, rebooted, powered everything down and up and still no luck.
    I'd really like to record to an MPEG2 quality file with some program that would look to the Intensity Pro component inputs for the import of the video. This whole "unencrypted" mess is just an extra complication with any tuner oriented solution. I'd really just rather deal with the straight output from component if possible.
    I'm not familiar with Applescript at all. I'd rather not program this if I don't need to.
    Thanks again!
    Pete D.

Maybe you are looking for

  • Send e-mails through broadcaster to SAP Easy access menu inbox

    Dear Experts I have been asked to broadcast a report to few users and itshould become available in their in-box folder ( that accessible from SAP Easy Access screen toolbar) Can you help me? If you need further information, feel free to ask. Thanks i

  • No more quad core?!?!?

    OMG. I have been waiting 2 years for an update to the Mac mini, only to find that their highest end model will still likely be less powerful than the one I've got. The Mac mini is (or used to be) an awesome alternative to the all-in-one iMac or the s

  • N70 phone software format

    lol i have make format on my mmc(stuped me),and some of my programs was ther,now i have dawnload soft from site and all is good... But my gallery is opening too slow is ther is an option to restor my default soft??? or can someone give me backup from

  • Image Capture and iPhoto have extra copies of my devices

    Every time I open up iPhoto or Image Capture, a previous copy of my iPhone appears as if it is a separate device that is already connected to the app. This happens even if I open the app and have not attached my actual iPhone. (I only attach my iPhon

  • Progressive clips, but which preset?

    Hi, I've shot video (avchd) in 30p mode. Now, I wondering which preset I should choose to edit with. Should I select 1920x1080i60 mode? My camera is 1080 resolution, but the only "p" setting in the presets is for 720p. Which should I use? Thanks very