issue of beta - seeks in recorded streams and synchronization of reading record

Hi lccs, some initial questions for you as I get started on the beta...

you say audio and video are saved in separate FLVs on client server.  CLC ensures that the audio/video synchronization is maintained during playback?

How recorded streams are delivered during playback?  You can search in these rivers? for example if I have a recording of a video conversation, can I use a calendar to look forward and back through this video?

and finally - I want to read an audio video conversation between two users.  LCCS will take care of synchronization between these four rivers? (two videos, audio two) or do I need to build a strategy of buffering that is synchronized to achieve?

Reiterate the point of Raff - when configure you a ConnectSessionContainer with one

PlaybackAuthenticator (essentially, a 'reading application"), which

ConnectSession does all the work flow of synchronization for you. As Raff

You can create a timeline and look in his - ConnectSession

archiveManager exposes all aspects of reading for you.

In fact, here's a basic seek bar you can try:

ID value = "{CSession.archiveManager.CurrentTime}" = "slider" "

change = "CSession.archiveManager.Seek (Slider.value)" / > "

Finally, as Raff also says, you are not limited to the exact reading

application that you saved. If you had, say, audio/video chat more text chat

registered and you didn't want to read was the A / V, delete the text chat

your application of reading (and remove the cat FLV from the record

(zip, to save on bandwidth), and your player application should work. You can

also completely rearrange the appearance of your application to playback from

'live' or allow your users to manipulate the presentation or the content of that of

reading course back looking at the record. We believe that this will lead to the

some really interesting and innovative applications.

hope that helps,

Nigel

Tags: Adobe LiveCycle

Similar Questions

  • Whenever I print a page of Firefox (since the upgrade to the beta version), it is confusing and difficult to read. Is there any solution for this?

    I tried to print from pop ups (permissions of insurance) and just an impression of the current web page and they all come out pell-mell upward. All the data on the page but is not in the necessary format. It is used to print in the same layout as what I saw on my monitor and now it isn't. Not at all.

    http://www.Mozilla.com/en-us/Firefox/RC/

    Also use the updated built-in menu on Firefox 4 beta 12, help select "Firefox" and it will check the updates.

  • I got the Beta version on my phone and now I HAV to change no update.

    I got the Beta version on my phone and now I HAV to change no update. Coz my phones says 10.0.1 and it is up to date. FYI, I deleted the profile end time. !

    < re-titled by host >

    Hello

    If it says 10.1 ios so it is like mine and up-to-date.

    See you soon

    Brian

  • I upgraded to firefox 3.6 beta 3 for firefox 12 and now, none of the sites Spruz I own or am administrator on just shows the Member of the groups of pictures are huge

    I upgraded to firefox 3.6 beta 3 for firefox 12 and now, no sites Spruz I own or am admin on watch just the Member groups, photos and videos are huge...

    My site about Spruz shows members of the groups, photos and great videos... Instead of members photos taking place a 1 1/2 X 4 space (3 rows) in the upper left corner of my site, they are falling is greater than the length of the first page in single file... Groups and videos take place amid all the first page...

    As I have something that is compatible with the site that I admit needs to be corrected... It appears that way on all Spruz sites I belong to...

    I can get the photos to display in 3 columns, if I do this:

    Orange Firefox button or classic menu Tools > Options > content

    In the section fonts and colors, click on the Advanced... button.

    Change Minimum font size None and OK out of Options.

    But most people won't do that. I prefer a minimum of at least 10 font size.

    Then... How to fix it. How the thumbnails are size, is that they 10em with a font size of basis of 5px. If the minimum size is set to 10px, double images in height and width.

    It would be more logical if the base in your style sheet font size was larger. Can change you it? If so, try to double the font size and to halve the size of the relative picture:

    In http://languagesofourancestors.spruz.com/dhtml/corestyle/xstyle.css


    /*All Cards Small*/ .SUI-UserPic.small, .SUI-ImageCard.small, .SUI-VideoCard.small { font-size: 10px;}

    /* User Pics */ (4 lines down) .SUI-UserPic .SUI-CardImage { display: block; width: 5em; height: 5em; overflow: hidden; border: 1px solid #aaa; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;} .SUI-UserPic .SUI-CardImage img { width: 5em; min-height: 5em; border: 0 none;} .SUI-UserPic .PopInfo {line-height: normal; display: none; width: 140px; position: absolute; z-index: 2; top: 4em; left: 0; margin: 0 auto;}

    I think that will be more widely compatible. There may be some details that I missed, but hope this helps.

    I don't know why the minimum font size has not been applied as well in Firefox 3.6, but I suspect that this is the new normal.

  • Since 10.11 I have not been able to download via the usb port of my Davis Vantage weather station. No solution of tech Davis on the issue even with the new recorder of events in the resort. Is there a problem with the usb?

    Since 10.11 I have not been able to download via the usb port of my Davis Vantage weather station. No solution of tech Davis on the issue even with the new recorder of events in the resort. Is there a problem with the usb?

    What Mac? (details)

  • Create a data streaming from C++ stream and read it in LabView

    Hi all.

    I'm working on a project that is to connect to a tracker of movement and reading data of position and orientation of this in real time. The code to get the data is in c ++, so I decided that the best way to do it would be to create a c++ DLL that contains all the functions necessary to first connect to the device and it reads the data and use the node to call a library function to power the Labview data.

    I have a problem, because, ideally, I would like a continuous flow of data from the code c ++ in Labview, and I don't know how to do this. Put the node function of library call for a while loop seems like an obvious solution, but if I do it this way I'd have to reconnect to the device whenever I get the data, which is quite a bit too slow.

    So my question is, if I created c ++ function that creates a data stream, could I read that in Labview without continually having to call a function? I would rather have only to call a function once, and then read the data stream until a stop command is given.

    I'm using Labview 2010, version 10.0.

    Apologies if the question is badly worded, thank you very much for your help.

    Dave

    dr8086 wrote:

    This method resembles an excellent suggestion, but I have a few questions where I don't think I understood fully.

    I understand the basic principle is to use a call library function node to access a DLL that creates an instance of the device object and passes a pointer too in labview. Then a separate call library function node would pass this pointer to another DLL that could access the device object, update and read the data. This part could be in a while loop, then continue on reading the data until a stop command is given.

    That's all. I'm including some skeleton for example code. I am also including the code because I don't know how you experience multi threading so I show how you can use critical sections to avoid interactions between threads so that they do not lead to questions.

    // exported function to access the devices
    extern "C"  __declspec(dllexport) int __stdcall init(uintptr_t *ptrOut)
    {
        *ptrOut= (uintptr_t)new CDevice();
        return 0;
    }
    
    extern "C"  __declspec(dllexport) int __stdcall get_data(uintptr_t ptr, double vals[], int size)
    {
        return ((CDevice*)ptr)->get_data(vals, size);
    }
    
    extern "C"  __declspec(dllexport) int __stdcall close(uintptr_t ptr, double last_vals[], int size)
    {
        int r= ((CDevice*)ptr)->close();
        ((CDevice*)ptr)->get_data(last_vals, size);
        delete (CDevice*)ptr;
        return r;
    }
    
    // h file
    // Represents a device
    class CDevice
    {
    public:
        virtual ~CDevice();
        int init();
        int get_data(double vals[], int size);
        int close();
    
        // only called by new thread
        int ThreadProc();
    
    private:
        CRITICAL_SECTION    rBufferSafe;    // Needed for thread saftey
        vhtTrackerEmulator *tracker;
        HANDLE              hThread;
        double              buffer[500];
        int                 buffer_used;
        bool                done;       // this HAS to be protected by critical section since 2 threads access it. Use a get/set method with critical sections inside
    }
    
    //cpp file
    
    DWORD WINAPI DeviceProc(LPVOID lpParam)
    {
        ((CDevice*)lpParam)->ThreadProc();      // Call the function to do the work
        return 0;
    }
    
    CDevice::~CDevice()
    {
        DeleteCriticalSection(&rBufferSafe);
    }
    
    int CDevice::init()
    {
        tracker = new vhtTrackerEmulator();
        InitializeCriticalSection(&rBufferSafe);
        buffer_used= 0;
        done= false;
        hThread = CreateThread(NULL, 0, DeviceProc, this, 0, NULL); // this thread will now be saving data to an internal buffer
        return 0;
    }
    
    int CDevice::get_data(double vals[], int size)
    {
        EnterCriticalSection(&rBufferSafe);
        if (vals)   // provides a way to get the current used buffer size
        {
            memcpy(vals, buffer, min(size, buffer_used));
            int len= min(size, buffer_used);
            buffer_used= 0;                 // Whatever wasn't read is erased
        } else  // just return the buffer size
            int len= buffer_used;
        LeaveCriticalSection(&rBufferSafe);
        return len;
    }
    
    int CDevice::close()
    {
        done= true;
        WaitForSingleObject(hThread, INFINITE); // handle timeouts etc.
        delete tracker;
        tracker= NULL;
        return 0;
    }
    
    int CDevice::ThreadProc()
    {
        while (!bdone)
        {
            tracker->update();
            EnterCriticalSection(&rBufferSafe);
            if (buffer_used<500)
                buffer[buffer_used++]= tracker->getRawData(0);
            LeaveCriticalSection(&rBufferSafe);
            Sleep(100);
        }
        return 0;
    }
    

    dr8086 wrote:

    My main concern is that the object can get out of memory or be deallocated since it would not take place to any namespace or whatever it is.

    As you create the object with the new, the object expire not until the dll is unloaded or the process (LabVIEW) closes. If the object will remain valid between condition LabVIEW dll calls not a not unload the dll (who does if the screws are closed). When that happens, I don't know exactly what happens to the active objects (that is, if you forgot to call close), I guess the system recovers the memory, but the device could still be opened.

    What to do to make sure that everything is closed when the dll before I could call unloads close and remove the object is whenever I create a new object in the dll that I add to a list when the dll is unloaded, if the object is still on the list, that I'm deleting it.

    dr8086 wrote:

    I also have a more general question of programming on the purpose of the buffer. The buffer would essentially be a large table of position values, which are stored until they can be read in the rest of the VI?

    Yes, see the code example.

    However, according to the frequency with which you need to collect data from the device you have this buffer at all. That is, if take you a sample on every 100ms, then you can remove all threads and buffer related functions and instead to read data from the read feature itself like this:

    double CDevice::get_data()
    {
        tracker->update();
        return tracker->getRawData(0);
    }
    

    Because you need only a buffer and a separate if thread you collect data at a high frequency and you can not lose any data.

    Matt

  • I have the version of visual studio 2010 ultimate and aparently there is a beta version of it 2011 and I would like to know if I can install the ultimate version 2011

    Hello, I have the version of visual studio 2010 ultimate and aparently there is a beta version of it 2011 and I would like to know if I can install the 2011 ultimate overwrting the 2010 release of visual studio 2010 ultimate version. should I uninstal it manually first? (even if I deleted the main application, some remained after) what should I do? I need help with this problem because I don't know if I need to uninstall the version of 2010 in order to install the new 2011 beta version or I just have to update like a normal program?

    Hello

    You'd be better suited post directly in the Visual Studio Forum for your questions.

    "" Installation and configuration of visual Studio".

    http://social.msdn.Microsoft.com/forums/en/vssetup/threads

    See you soon.

  • Whenever I try to update, I get the message "windows Explorer has stopped working". It then seeks a solution, restarts, and immediately stops again. No error code just a constant circle. This has happened for days. I am running windows 7.

    Whenever I try to update, I get the message "windows Explorer has stopped working".  It then seeks a solution, restarts, and immediately stops again. No error, just a constant circle of shutdown and startup code.  This has happened for days.  I am running windows 7.

    I think that norton or mcafee may have been preinstalled as trial versions, but I've never actually used them. Unfortunately I can't use the windows Explorer, so I can't check if they are still there.

    We will cover all the possibilities.

    1. download each of the tools for deletion below, save it to your desktop:

    Norton Removal Tool: ftp://ftp.symantec.com/public/english_us_canada/removal_tools/Norton_Removal_Tool.exe

    McAfee removal tool: http://download.mcafee.com/products/licensed/cust_support_patches/MCPR.exe

    2. close all open applications (that is, anything with an icon on the taskbar).

    3. After completing some you have a copy of your handy product key, uninstall all software (including LiveUpdate and Add-ons of Norton) Norton through Control Panel | Programs | Uninstall a program (or Control Panel |) Programs and features, if you are using the classic view)

    IMPORTANT! => Activate the Windows Firewall immediately after the restart.

    IMPORTANT! => Now you're "working without a net": no to ANYTHING else online (e.g., navigation, reading e-mail, chat) until you have completed the steps #4, #5 and #6 below!

    4. right click on one of the files that you saved in #1 above and select run as administrator to run the utility. DO TAP not your keyboard until the race ends, then restart.

    5. Repeat step #4 for another removal tool.

    Tips:

    -Online use another computer to download the removal tool, if necessary, then transfer it to the computer via CD, DVD, or a USB brand new, never been used (flash drive), or a summer freshly updated in shape.

    -Online start the problem in Mode safe computer, if necessary, proceed as above.

    -Online after completing all of the above, uninstall AVG Free & reboot. Now do a new installation of AVG Free 9.0, this time select the CUSTOM installation option and do NOT install (uncheck) Linkscanner Search-Shield, Active Surf-Shield, security or the email of crawl components toolbar.

    Why you don't need your anti-virus to scan your email
         http://thundercloud.NET/infoave/tutorials/email-scanning/index.htm

    -Online download/run system update before running Windows Update again: http://support.microsoft.com/kb/947821

    ~ Robear Dyer (PA Bear) ~ MS MVP (that is to say, mail, security, Windows & Update Services) since 2002 ~ WARNING: MS MVPs represent or work for Microsoft

  • IE 9 beta was not installing properly and now I can't use IE at all... How can I remove this version and reinstall IE 8? I tried MS site not avail__

    IE 9 beta was not installing properly and now I can't use IE at all... How can I remove this version and reinstall IE 8?

    I tried the MS site, nothing helps.

    back to the restore point and still have problems.

    internet access through backdoors on the emails.

    How to uninstall IE9 Beta?
    http://social.answers.Microsoft.com/forums/en-us/InternetExplorer/thread/7250c2d2-20e1-4F0A-8056-4a6abd9a0f9b

    If you still have questions, please ask the in Forum Internet Explorer
    http://social.answers.Microsoft.com/forums/en-us/InternetExplorer/threads

    Bruce Hagen
    MS - MVP October 1, 2004 ~ September 30, 2010
    Imperial Beach, CA

  • "This problem was caused by a compatibility issue between Away Mode your computer system and your 64-bit version of Windows."

    Original title: "hp pavillion needs of troubleshooting"

    Printers and file devices it says my computer needs troubleshooting and this is the message I get after a repair...

    "This problem was caused by a compatibility issue between Away Mode your computer system and your 64-bit version of Windows." The system in the Away Mode is only compatible with 32-bit versions of Windows. This problem is not critical, but you can avoid it again by turning off the system Away Mode in the BIOS of your computer. Refer to the instructions provided with your computer that explain how to access the BIOS and disable the Mode system Away. »

    Where can I find instructions on disabling the system Away Mode?

    http://welcome.HP.com/country/us/en/support_task.html

    Go to the above link > 'See support and troubleshooting information' > key in your model number >, read the instructions.

    Or contact HP direct:

    http://welcome.HP.com/country/us/en/contact_us.html

    See you soon.

    Mick Murphy - Microsoft partner

  • Database objects can be replicated using Oracle Streams and which object cannot be replicated?

    Hi Experts,

    I need clarification on the sub questions,.


    Database objects can be replicated using Oracle Streams and which object cannot be replicated?

    How can we check that what schema and objects are used streams replication and which schema and objects is not used in the replication stream?

    Thanks in advance.

    Select *.
    of dba_streams_unsupported
    where owner | '.' || table_name (...)

    order by 1, 2, 3;

  • I am able to get CS2 a better, or the current CS6 and if so, how?

    I am able to get CS2 a better, or the current CS6 and if so, how? I have a macbook pro and the version I currently have is CS2 and it is stuck on this machine.

    Thanks for any help.

    This document should help support CS2:

    Error: "Activation Server is not available. CS2, Acrobat 7, pass a hearing 3

    There is no upgrade CS2 to CS6 price, but you can pay full price here:

    Creative Suite 6

  • iPod connection and synchronization problems classic160GB

    I have a well taken in charge iPod classic 160GB. Worked perfectly until...

    Since the upgrade to the latest OS (iMac), I've been prone to random error when updating of my music. Essentially (1) the device is still connected and there is no apparent way to perform a good ejection process (2) and synchronization fails after many hours and don't care only about 100 songs.

    Thus, it seems that the iPod is ok mechanically. I have reset the device and formatted the HARD drive. This allowed then the synchronization process works correctly. Yesterday I downloaded the songs on the iTunes store and wanted on the iPod - same problems error has occurred.

    Would it not make sense to go back to an earlier version of the operating system? and iTunes? (same iTunes appears unstable now...)

    I see that this timing issue is quite common with this unit holders and it seems to be common, because support was arrested for this camera - I'd be cynical? Why isn't Apple in the face of what it comes to very bad reputation management - total contempt for Affairs of its user base?

    I always use what is apparently a good piece of hardware, but I'm extremely frustrated as a user. Any body found the corrective action? If so, what is it?

    LAST: I left Apple and bought a Sony HD camera. Why? as a result of these frustrations. I'm now evaluate whether to consider other Apple devices that are close to replacement (viz, Ipad, MacBook Pro (17 "), iMAc) with non-Apple devices. This is how frustrated and I'm in a bad mood.

    Please, if you know a solution, I am very willing to try that.

    Problems with synchronization is often caused by a hard drive which becomes unreliable.  Hard drives are mechanical and ends by fail, computers and iPods.  I have much older iPods (4th gen, 3rd generation and iPod mini) that are more than 10 years at this point.  They still work perfectly fine with the latest version of OS X and iTunes.  I replaced the fragile hard drives in three of these iPods with Compact Flash card or an SD card on an adapter.  For the 5th generation and later iPods, you can look here for more information

    https://www.iFlash.xyz/

    I see that this synchronization problem is quite common with this unit-holders...

    It's not just 'common good' considering there are millions of iPods (with storage on hard disk) still serving there.  However, if you see more cases of these days, the reason is obvious.  They age, on average.  The iPod classic model was released back in 2007.  Old things tend to start fault for various reasons, including defective hard drive.

  • News Feeds Widget not get RSS news! Help! (Or stream is marked as read automatically?)

    I installed as a widget, the news application. I used to get a lot of food when I subscribed to a package before the upgrade to the latest Android 2.1. I added my own feeds to a few sites that I know publishes daily, if not hourly, feeds. They are never shown on the news wire. Well, it's what seems to happen: I was looking for right on my phone and I have not hit or something, but on this News Feed, it comes to show a new stream. I haven't touched my phone, it's just sitting on my desk as I type this. And then the new stream just disappeared and now it reads: no recent unread again. But if I had not looked at just the screen when she appeared, I knew that there was still food for animals!

    It seems that it is reading feeds and automatically mark them as read and so so I can not read or display them correctly. Is there some sort of setting? I tried to remove this widget and creating a new widget using a wrapped package of advances and is having the same problems. It will not display the items. I have the display items defined for the longest amount of time to SHOW ITEMS for: (currently at 1 month). This has not changed anything.

    So, how can I get it to show something else than this thing of ARTICLES no LUS RECENT NO he appears constantly? He used to work... it must be automatically marking them as read and their deposit without me even by visualizing... it sucks.

    Well, I did a full factory of my phone data reset. Totally wiped all data and configure my phone again in the start menu of motoblur throughout. I loaded my Motoblur account before (I tried once again with a fresh Motoblur account to see if that had an effect on it - none that I could say, so reuse the one I had should be no problem).

    I have reset to the essential, and I am happy to say my app News widget now works finally! He showed a lot of RSS feeds and that they disappear no more! Must have been a bug or something with my phone before that only a factory reset could fix. Or just coincidentally they fixed the News Feed App widget on the exact time as well as I did the reset!

    Unfortunately, even if all my programs work perfectly well and super fast now running, she was again resort to reset everything on my phone. I am so happy with this phone. If I could do an another phone update anytime soon in my contract, I would. But financially, I'm stuck with this phone at least next year, I can say.

    Now I just need to know if it would be useful to the Valley at the AT & T store main located in Walnut Creek, where I was mentioned by a tech to a backend at Berkeley who just formatted and reset my phone only one month ago exchanging my phone for a new brand. I couldn't do in the Berkeley store because it would take 3 days to replace, and I need a phone every day. The Walnut Creek store would be able to Exchange and replace the phone the same day. I don't know if it's a hardware problem or software comes to be really crappy.

    But thanks for all the advice and help. It seems that restarting usually is the answer to everything. I learned to work on PC for so long! Now I guess I need to find how to clean my SD card because I've already replaced the apps very minimal and did not want to format the card now. But that's another thread and bc, it's a whole other topic of discussion!

  • Every time I open Skype and try to read a message that it says Skype has encountered a problem. What can I do to stop this?

    Every time I open Skype and try to read a message that it says Skype has encountered a problem. What can I do to stop this?  Please answer as soon as possible.

    Uninstall the current version of Skype, and then reinstall the new beta version of Skype 5.7. See if it helps.

    Download Skype 5.7 Beta for Windows:

    http://www.Skype.com/go/getskype-beta-full/

    If not solve this problem, then

    Please reset a Skype:

    1. make sure that "Show the hidden files and folders" is turned on.

    Click Start, click Run Type "control folders" and click OK. On the display tab, make sure that the hidden files and folders is selected

    2. exit Skype: from the system tray > right click on Skype icon and click "exit Skype.

    3. click on start > run Type: rename file %APPDATA%\microsoft\windows\sendto "Skype" to "Old_Skype".

    4 re - run Skype

    Check if the problem persists.

Maybe you are looking for

  • buy a second power supply

    Where can I buy a second power supply for my laptop with predator G9-791-79Y3?

  • Failed to add any file to the media player library

    Media Player everything worked so I have changed a setting. Now it won't add any file to the library, and it won't let me see, in the Middle window, what's in my playlists. I clicked on the playlist, but it will not preview the songs. somehow, I chan

  • slow start up and slow down the stop

    Hello I'm having a problem with my brother's computer. It's very slow when starting and very slow when it stops, also for when the computer is in use it is slow. I defragment the hard disk, use disk cleanup and search for any virus. I also looked in

  • SSL VPN failover

    Hello I have a SSL VPN 500 license running device. I also have a beam of 5520 firewall only. Can I use the firewall as a failover cluster (active / active OR active / standby) to the current 5520 with 500 licenses SSL? If this is not the case, what i

  • Best practices to make parametric chooses?

    What is advised to make selects parametric that the results will later be used in other stored procedures?(Database is evolving so chooses can change for the same output data).To know I use the procedure who receive select parameters and return a cur