Playback skips in archive using timestamp

We are using a the flash player to play back archives from live streams. We are using timestamps so that questions during the stream can match the stream playback.
The streams are saved in full with no problems but in playback in the Flash player we are experiencing skips at the exact same points.
Example:
One archived stream of 30 questions experiences 2 parts where it freezes and skips. I read here that it might have to do with "silent" parts not being saved with teh timestamps.
http://code.google.com/p/red5/issues/detail?id=15
Has anyone experienced similar issues?

3 months have gone by, and you still haven't gotten a response... Adobe Software is no better than a toothpick made in China. They want your money, that's it!

Similar Messages

  • Loading a text file in a gzip or zip archive using an applet to a String

    How do I load a text file in a gzip or zip archive using an applet to a String, not a byte array? Give me both gzip and zip examples.

    This doesn't work:
              try
                   java.net.URL url = new java.net.URL(getCodeBase() + filename);
                   inputStream = new java.io.BufferedInputStream(url.openStream());
                   if (filename.toLowerCase().endsWith(".txt.gz"))
                        inputStream = (java.io.InputStream)(new java.util.zip.GZIPInputStream(inputStream));
                   else if (filename.toLowerCase().endsWith(".zip"))
                        java.util.zip.ZipInputStream zipInputStream = new java.util.zip.ZipInputStream(inputStream);
                        java.util.zip.ZipEntry zipEntry = zipInputStream.getNextEntry();
                        while (zipEntry != null && (zipEntry.isDirectory() || !zipEntry.getName().toLowerCase().endsWith(".txt")))
                             zipEntry = zipInputStream.getNextEntry();
                        if (zipEntry == null)
                             zipInputStream.close();
                             inputStream.close();
                             return "";
                        inputStream = zipInputStream;
                   else
                   byte bytes[] = new byte[10000000];
                   byte s;
                   int i = 0;
                   while (((s = inputStream.read())) != null)
                        bytes[i++] = s;
                   inputStream.close();
            catch (Exception e)
              }

  • Accessing a File within a zip, which was archived using Applet Tag

    Hi,
    Could Any one please tell me, How to Access a File from within an Applet. The File resides inside a zip which was Archived using <Applet> Tag.
    Actually, I want to write an application which runs both online and offline. So I have chosen Applet and All the files Which I need are zipped and is Archived through <Applet ARCHIVE="example.zip">.
    Now I want to access those XML files which are inside example.zip from my Applet.
    How can I do that?
    I think I will get security Exception.
    How to get rid of this security Exception.
    Kindly Answer soon.......
    It's very urgent.
    Thanking you,
    KumudaRaj

    Did you already try signing a jarfile? If no ->>
    You can call a class inside a jar-file within the applet.
    if this class should be able to acces files the jarfile
    first has to be signed. to do this, you must generate a key.
    the complete work:
    1. write your applet
    2. write a html-page with following code:
    <APPLET code="guestbook.class" archive="guestbook.jar" width=600 height=400></APPLET>
    3. make a zip-file with the guestbook.class, guestbook.form, guestbook$1.class, guestbook$... and rename it to guestbook.jar
    4. in the console type:
    keytool -genkey -alias YOURNAME
    5. sign the key to your jarfile with:
    jarsigner guestbook.jar YOURNAME
    6. try the applet. a warning should appear which you have to answer
    with YES then it should work
    my trouble is that i cant acces files anyway because right now i don�t
    alreadv have the clue to get the right (absolute?) path for the file. means i get an ioexception because the applet cant find the file :-((
    does anyone know how to solve this problem then? my code is:
    FileReader Stream = new FileReader("/members/Ui97u8g4f6b89mj90kh5gbr4ecf6KXC4/guestbook.txt");
    ...

  • Problem in process instances Archiving using NetWeaver (CE 7.2)

    Hi,
    I'm configuring the process instances Archiving using NetWeaver Composition Enviornment 7.2.
    I followed the document "Process Archiving using NetWeaver Business Process Management".
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/e099ee21-6e1a-2e10-4d91-eb278c0dcdb8#rating
    There is a problem when I configure Archive Destination using XML DAS Administration. I define the new archive store with the parameters as in the document but I get error.
    I attach screenshot with the parameters and the error in the next URL: http://www.esnips.com/web/XMLDASAdministration
    Thanks in advance,
    Samantha

    In the screen shot I could see you have configured both for Windows and Unix root. depends on your system please choose one. also set this as the default archive store.  Makre sure the share folder  has shared .

  • Problem in following the webblog "Using TimeStamps: BSP Extensions"

    I try to follow the webblog "Using TimeStamps: BSP Extensions for a TimeStamp UI."
    However, after I have created the method 'RESOLVE_MODEL_BINDING' and compiled it, it shows me an error message
    <b>'Method "ADD_TO_CHECK_TABLE" is unknown or PROTECTED or PRIVATE.'</b>
    This is some part of that code.
      model = m_page_context->get_model( model_name ).
      name = model->get_attribute_name( attribute_path = value_path ).
      valuelow = model->get_attribute( attribute_path = value_path ).
      IF id IS INITIAL.
        id = name.
      ENDIF.
      IF disabled IS INITIAL.
        bspmodel ?= model.
        bspmodel->add_to_check_table( control_id = name ).
      ENDIF.

    I defined the bspmodel above the if block like the tutorial code.
    DATA: model             TYPE REF TO if_bsp_model_binding,
          model_name        TYPE string,
          metadata          TYPE REF TO if_bsp_metadata_simple,
          metadata_base     TYPE REF TO if_bsp_metadata,
          value_path        TYPE string,
          is_valid          TYPE i,
          error_value       TYPE string,
          bspmodel          TYPE REF TO if_bsp_model.
    I further looked into the interface <b>if_bsp_model</b> in my system. It doesn't include any interface, and only five methods were found:
    1) INIT
    2) GET_BINDING_INTERFACE
    3) GET_ERRORS
    4) INSTANTIATE
    5) RESET_ERRORS

  • Archiving using PBS

    Hi All,
    I have to do archiving using PBS . standard program for arching is RM06EL00 but using PBS the sap has converted this program into /PBS/RM06EL00. There is one bug in this program as follows:- when i running this program with multiple vendors for purchase orders its working fine but when i use exclude option in select option then its giving error as "No document for vendor index !".
    if anyone has any idea plz help.
    Lokesh.

    Hi Lokesk,
    For issues with PBS you will need to contact PBS Hotline support since PBS has modified the standard program.
    Email PBS support [email protected]
    Cheers,
    Samanjay

  • I am streaming live video (CCTV set up) to iPod Touch. Is it possible to playback info (i.e. using iPod as a DVR?)

    I am streaming live video (CCTV set up) to iPod Touch. Is it possible to playback info (i.e. using iPod as a DVR?)

    I know of no way.

  • Last online backup have not yet been archived using BRARCHIVE

    HI,
    When I hit the T Code db12, it shows me that The redo log files created during the last online backup have not yet been archived using BRARCHIVE, They are needed for a complete recovery.
    What should I do to archive those files? Please suggest.
    Regards,
    Rajesh

    Rajesh, use Fidel's answer, it is the best one. his solution backs up the database and all needed redolog files for a full recovery.
    for BRARCHIVE, use:
    brarchive -u / -c -sd
    you might need to adapt init[SID].sap file accordingly.

  • Using Timestamp Object with day light saving time

    Hi,
    I am getting problem while using timestamp object with daylight saving time.
    I am in 'Europe/London' time zone.
    The summer time for this year starts on 30 March(last sunday) at 0200 hours.
    For hour 30/03/2003 01:00, I created a date object using SimpleDateFormat and then created the timestamp object using the longvalue got from dateObject.getTime();
    On printing the timestampObject.toString() it displays
    30/03/2003 00:00 BST.
    It seems that timestamp object uses the system timezone and I want it to be in GMT.
    Could you please tell me how can I get GMT time from timestamp object.
    When creating timestamp object from date

    To translate Date/Timestamp objects in a controlled way use DateFormat objects. When you create a DataFormat object you can specify a Locale object which stipulates timezone information.

  • Archiving using PBS command in purchasing

    Hi All,
    If any one has worked in archiving using PBS command in purchasing. Please provide some inputs OR any documents.
    Ur response will be highly appreciated.
    Thanks.
    Lokesh.

    <b>PBS </b>archive Add-on Software:
    This is a third party software solution developed specifically for providing access and reporting to SAP archived data. It is a software solution written in ABAP code. Once installed you are able to access and report on archived data, data from the data base and a combination of both. Users utilize standard SAP methods such as transaction codes, menu paths to access and report .PBS is a ready to run solution without any additional development. Once installed you get all of your accesses. It provides full drill down to the lowest level of detail, document flow and integration across SAP modules. With PBS Archive add-on software you can store the archived data in the file system of your server ( outside of the data base) OR you can store the archived data files externally and the software will read and report on the data. So you can run reports and on line queries any time you want to.
    Hope this is useful to you...
    Regards,
    Pavan

  • SAP Archiving using Open Text

    I need to know the basic understanding of what is SAP archiving using Open text ? I did go through Open Text web site and sdn but not of much help.
    What would be the difference between archiving using SARA and Open text ?

    The Questionnaire can include following questions :
    1.what sources are available for getting information about the SAP data archiving ?
    2. which persons are involved in the archiving project and how are the responsibilities shared ?
    3.should an external consultant be involved in the project ?
    4. Is there a time limit for the project.
    5.Which sap release are we using and is a release change planned before archiving ?
    6.How many r/3 systems are in use and are they allocated in different regions ?
    More such questions can be found in the book which snap shots are available on books.google
    Reference : efficient SAP R/3- data archiving : how to handle large data volumes .
    Best Regards
    Manthan.

  • Invoice Archiving using IXOS

    Dear all,
    We are planning to do invoice archiving using IXOS server. please let me know the steps and processes involved in archiving.
    Is any documents available in forum with step by step process to perform the archiving actiivity.
    any help on this would be appreciated.
    Thanks.
    Regards,
    Mohankumar.G

    Hi Mohan,
    I am not sure whether you will get a step by step process for your query. But here are some tips and links which might help you.
    The process for document archiving involves some customizing on the SAP side and also on the external storage side, in your case Ixos.
    For customizing in SAP, in the implementation guide (SPRO), follow the path SAP NetWeaver -> Application Server -> Basis Services -> ArchiveLink. There are several groups of customizing to be done depending on the scenario; Basic customizing applies for all scenarios. For documentation on the various scenarios, refer SAP help Link: [http://help.sap.com/saphelp_erp60_sp/helpdata/en/3b/6b9b3c874da309e10000000a114027/frameset.htm]
    For information regarding the customization on Ixos side, you may have to refer to Ixos documentation.
    Hope this helps,
    Naveen

  • Deleting all backed up archives using RMAN

    Hi,
    I used 'delete input' to delete all the archives backed up.
    I am storing archives in dest1 and dest2...i.e, in two locatiions in production.
    Although archive in dest1 is getting deleted I am unable to delete those in dest2.Please help to delete archives in dest2 too.

    Ed,
    Probably there is missing one "all" in your command :
    C:\>rman target /
    Recovery Manager: Release 11.2.0.1.0 - Production on Thu Jul 5 17:37:57 2012
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    connected to target database: ORCL (DBID=1308204436)
    RMAN> backup archivelog delete ALL input;
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00558: error encountered while parsing input commands
    RMAN-01009: syntax error: found "delete": expecting one of: "all, from, high, like, low, scn, sequence, time, until"
    RMAN-01007: at line 1 column 19 file: standard input
    RMAN> BACKUP ARCHIVELOG ALL DELETE ALL INPUT;
    Starting backup at 05-JUL-12
    current log archived
    using target database control file instead of recovery catalog
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=70 device type=DISK
    channel ORA_DISK_1: starting archived log backup set
    channel ORA_DISK_1: specifying archived log(s) in backup set
    input archived log thread=1 sequence=325 RECID=300 STAMP=786108184
    input archived log thread=1 sequence=326 RECID=301 STAMP=786108634
    Finished backup at 05-JUL-12
    RMAN>Regards
    Girish Sharma

  • Copy List Item Attachment for archiving using SharePoint Designer 2013

    hi,
    how to Copy List Item Attachment for archiving using SharePoint Designer 2013

    1. You can use access:
    http://viziblr.com/news/2011/11/5/batch-exporting-sharepoint-2010-list-item-attachments-using.html
    Or you can try below script
    You can loop through each list item, and get each attachment.
    List<SPAttachment> attachments = new List<SPAttachment>();
    SPList list = SPContext.Current.Web.Lists["My List"];
    foreach (SPListItem item in list.Items)
    attachments.AddRange(item.Attachments.Cast<SPAttachment>());
    If this helped you resolve your issue, please mark it Answered

  • Using Timestamp - newbie

    Hi,
    I've got a question on how to use TimeStamp?...which timestamp class/method to use?..etc,etc...
    I'm using JDeveloper with Oracle 8i and it's a distributed database environment.
    I've got a single UI for order entry and Ineedto capture the timestamp from the UI and put it into the tables using JDBC - is there such a sample available somewhere or can anyone help me, please?....this is for an assignment and it's due wednesday (9th Oct)- australian time...& this is the only part of it that I havent been able to figure out yet thanks!!...appreciate any help..

    Hi,
    thanks very much for that - I did go thru the forums and there was stuff on timestamp but not on what I needed to do - I managed to get it going using oracle's 'to_date' function so it's ok now....took me all afternoon but I finally got it happening (only in my li'l trial date table that I made for it - but hey at least it works) .. now to integrate into the actual assignment!!....thanks heaps, ciao,

Maybe you are looking for

  • Never met problem with connector

    Hi, I have the source and target on the same oracle instance but in different schema. Owb automatically creates the connector but when I try to validate it, I found this warning: VLD-3064: Owning and referenced locations of this connector are on the

  • Utf8 script and sqlplus

    Hello. Try to use sql script in utf8 encoding to run from sqlplusw oracle 9201 win. Database encoding is BLT8MSWIN1257, client registry contatins the same BLT8MSWIN1257 SQL> @c:\temp\db\define.sql -- file define.sql has UTF8 encoding SP2-0734: unknow

  • Remove from mailing list?

    How do we remove ourselves from Verizon's mailing list? We get our bills electronically and do not wish to receive junk mail from them either through the post or email. I looked everywhere on their website but could not find a way to opt-out. Thank y

  • Populating auth object of a BW field

    Please bare with me as I am a little new to this and dont really know what im asking. I have been asked to populate an Auth object for a BW query field via a user exit. Basically when you add a field to the row section of the query designer, say i ad

  • Re-installation of OSX

    Apologies if this is in the wrong section..... I've been having problems with my broadband at home, its basically been running extremly slow so I thought I'll try everything possible to resolve the issue before raising the issue with my ISP. To cut a