Access Log- Stream Play & Stream Stop

Hello, I am new to Flash. I have recently installed FMIS 3.5.3. In checking the access logs I find data in both logs that display the same stream stop and stream play time . I'm not sure why the time is the same (00:19:27 example below). Videos play fine when testing from work (T3 connection). However, occasionally a very slight hesitation when playing video from home (I have cable connection).
session    connect    2010-05-24    00:19:25    4576        3073    3073    -    -    -    -    200    -
stream    play    2010-05-24    00:19:25    4576        3261    3476    lets_drive/rules/Epilogue-Making_an_Appointment    0    15042753    85.681000    200    -
stream    stop    2010-05-24    00:19:27    4576        3346    500157    lets_drive/rules/Epilogue-Making_an_Appointment    521770    15042753    85.681000    200    -
stream    play    2010-05-24    00:19:27    4576        3346    500157    lets_drive/rules/Epilogue-Making_an_Appointment    0    15042753    85.681000    200    -
stream    stop    2010-05-24    00:19:27    4576        3346    527594    lets_drive/rules/Epilogue-Making_an_Appointment    1512    15042753    85.681000    200    -
stream    play    2010-05-24    00:19:27    4576        3431    527846    lets_drive/rules/Epilogue-Making_an_Appointment    0    15042753    85.681000    200    -
stream    stop    2010-05-24    00:19:27    4576        3516    654052    lets_drive/rules/Epilogue-Making_an_Appointment    139832    15042753    85.681000    200    -
stream    play    2010-05-24    00:19:27    4576        3516    654052    lets_drive/rules/Epilogue-Making_an_Appointment    0    15042753    85.681000    200
Thanks for reviewing and assistance.

Thanks for the reply Mamata,
I am using the VOD service to stream videos. I found some code on the adobe site (http://www.adobe.com/devnet/flash/articles/video_playlist.html) to work with playlist. I also use this code for launching individual movies (no playlist displayed). This playlist application uses a custom-made player.
I observed a video play without any problems (no hesitation) and then checked the access log:
session     connect     2010-05-24     12:24:42     3052          3073     3073     -      -     -     -     200     -
stream     play     2010-05-24     12:24:42     3052          3295     3476     media_even t/Sharing_the_Road_with_Motorcycles_Bicycles_500_2pass     0     38782649     343.248000      200     -
stream     stop     2010-05-24     12:24:42     3052          3397     211301     media_ev ent/Sharing_the_Road_with_Motorcycles_Bicycles_500_2pass     206987     38782649     343.2 48000     200     -
stream     play     2010-05-24     12:24:42     3052          3397     211301     media_ev ent/Sharing_the_Road_with_Motorcycles_Bicycles_500_2pass     0     38782649     343.248000      200     -
stream     stop     2010-05-24     12:24:42     3052          3397     217913     media_ev ent/Sharing_the_Road_with_Motorcycles_Bicycles_500_2pass     6368     38782649     343.248 000     200     -
stream     play     2010-05-24     12:24:42     3052          3499     218199     media_ev ent/Sharing_the_Road_with_Motorcycles_Bicycles_500_2pass     0     38782649     343.248000      200     -
Thanks,
Frank

Similar Messages

  • Stream.play & Stream.get

    The streamnames both for these, am I not able to define them in a varible loaded from a file?
    internalstreamname = "foo";
    application.myStream = Stream.get(internalstreamname);
    This does not work.

    internalstreamname2 = String(internalstreamname);
    application.myStream = Stream.get(internalstreamname2);
    This works.

  • HT5295 How can I stop the auto play feature automatically playing/streaming the next podcast?

    How can I stop the auto play feature automatically playing/streaming the next podcast?

    Hi there.
    I listened to podcast there were two things I found that helped me out. Both we're in the podcast app itself.
    Firstly change the default sorting order. When looking at the list off episodes a available on your ios device tap on the description part at the top, this will bring up the settings for that podcast (subscribe mark as played etc) scroll to the Bottom and select oldest first. This will mean that if you are listening to the latest download it will stop at the end as there will be no more to play.
    Secondly, and useful if listening to older podcasts in the list, you can use the timer to stop once the current episode has ended. To do this when you are in the podcast playback screen slide the "album artwork" up, revealing the playback options and nifty tape playing animation this is where you adjust playback speed and set a timer. The timer has a number of options to set playback to stop after set amount of time. However one of these options is to stop once the current episode you are listening to ends. This can also be current chapter if the podcast you are listening to supports chapters.
    Hope this helps, if not clear let me know

  • How to efficiently log multiple data streams with TDMS

    Ok, first off, I'll admit I am completely clueless when it comes to logging, TDMS in particular.  That said, I'm trying to work out the best way to log some data from an existing LabVIEW-based control system, so that users can later access that data in the event of catastrophic failure or other situations where they might want to see exactly what happened during a particular run.
    I've got a total of between 6 and 12 data points that need to be stored (depending on how many sensors are on the system).  These are values being read from a cRIO control system.  They can all be set to Single data type, if necessary - even the one Boolean value I'm tracking is already being put through the "convert to 0,1" for graph display purposes.  The data is currently read at 100ms intervals for display, but I will be toying with the rate that I want to dump data to the disk - a little loss is OK, just need general trending for long term history.  I need to keep file sizes manageable, but informative enough to be useful later.
    So, I am looking for advice on the best way to set this up.  It will need to be a file that can be concurrently be read as it is being written, when necessary - one of the reasons I am looking at TDMS in the first place (it was recommended to me previously).  I also need an accurate Date/Time stamp that can be used when displaying the data graphically on a chart, so they can sync up with the external camera recordings to correlate just what happened and when.
    Are there specific pitfalls I should watch for?  Should I bundle all of the data points into an array for each storage tick, then decimate the array on the other end when reading?  I've dug through many of the examples, even found a few covering manual timestamp writing, but is there a preferred method that keeps file size minimized (or extraction simplified)?
    I definitely appreciate any help...  It's easy to get overwhelmed and confused in all of the various methods I am finding for handling TDMS files, and determining which method is right for me.

    I need to bump this topic again...  I'll be honest, the TDMS examples and available help are completely letting me down here.
    As I stated, I have up to 12 data values that I need to stream into a log file, so TDMS was suggested to me.  The fact that I can concurrently read a file being written to was a prime reason I chose this format.  And, "it's super easy" as I was told...
    Here's the problem.  I have multiple data streams.  Streams that are not waveform data, but actual realtime data feedback from a control system, that is being read from a cRIO control system into a host computer (which is where I want to log the data).  I also need to log an accurate timestamp with this data.  This data will be streamed to a log file in a loop that consistently writes a data set every 200ms (that may change, not exactly sure on the timing yet).
    Every worthwhile example that I've found has assumed I'm just logging a single waveform, and the data formatting is totally different from what I need.  I've been flailing around with the code, trying to find a correct structure to write my data (put it all in an array, write individual points, etc) and it is, quite honestly, giving me a headache.  And finding the correct way for applying the correct timestamp (accurate data and time the data was collected) is so uncharacteristically obtuse and hard to track down...  This isn't even counting how to read the data back out of the file to display for later evaluation and/or troubleshooting...  Augh!
    It's very disheartening when a colleague can throw everthing I'm trying to do together in 12 minutes in the very limited SCADA user interface program he uses to monitor his PLCs...  Yet LabVIEW, the superior program I always brag about, is slowly driving me insane trying to do what seems like a relatively simple task like logging...
    So, does anyone have any actual useful examples of logging multiple DIFFERENT data points (not waveforms) and timestamps into a TDMS file?  Or real suggestions for how to accomplish it, other than "go look at the examples" which I have done (and redone).  Unless, of course, you have an actual relevant example that won't bring up more questions than it answers for me, in which case I say "bring it on!"
    Thanks for any help...  My poor overworked brain will be eternally grateful.

  • Safari 5 not playing streaming video

    I updated to Safari 5 a couple days after it was released. Just today, it has stopped playing streaming content, such as videos from hulu. The only suggestion I found was to change the User Agent to Safari 4.1, but this didn't help. Any suggestions?

    Have you tried resetting Safari? If that does not work try creating a new user account and test Safari with the new account. If the new account works it is possible that one of Safari's plist files is corrupt in your main user account.

  • How to know the status of stream played using NetStream.Play method ?

    I am playing stream data published by third party server
    similar to FCS by creating NetStream object and calling Play method
    on it. Now the problem is, sometimes I am not able to view the
    published stream by playing it using Play method. Also it does not
    call OnStatus method of NetSteam. How can I know the status(or
    result) of Play method ?
    Note: NetConnection gets created successfully. I get status
    of NetStream.Play.Start / Stop when I put local flv as a first
    parameter to Play method

    Hi
    There are SQL reports in the following zip which has SQLDeveloper reports for runtime objects such as mappings and process flows;
    http://www.oracle.com/technology/products/warehouse/htdocs/Experts/owb_sqldeveloper.zip
    Cheers
    David

  • Failed to play (stream ID: 1).

    Hi all, I'm trying to simply stream audio from a FCS using
    akamai, I can give you the stream if necessary, but for now I'd
    prefer to keep it private. I can connect
    (NetConnection.Connect.Success), but the net stream then fails.
    // CODE
    nc = new NetConnection();
    nc.onStatus = function(oInfo:Object):Void {
    trace("> nc status > " + oInfo.code);
    trace("The connection code is: " + oInfo.code);
    nc.connect("rtmp-stream-here");
    ns = new NetStream(nc);
    ns.onStatus = function(oInfo:Object):Void {
    trace("> ns status > " + oInfo.code);
    trace(">> " + oInfo.description);
    ns.setBufferTime(1)
    ns.play("test");
    // OUTPUT
    > nc status > NetConnection.Connect.Success
    The connection code is: NetConnection.Connect.Success
    > ns status > NetStream.Failed
    >> Failed to play (stream ID: 1).
    Does anyone know why I'm getting the: Failed to Play (Stream:
    1).

    Hi John,
    Form the description of your issue (and from a short investigation) I can deduce that your assets do not have synchronized keyframes. Please try to re-encode them and force a fixed keyframe interval.
    Since the switch can be done on keyframe only, and if you do not have a keyframe in the second stream at that position, the playback will stop with an error.
    S.

  • Adobe Access Server for Protected Streaming Configuration Problem

    I cannot get the Adobe Access Server for Protected Streaming sample implementation up and running.  Could somebody help me figure out where I'm going wrong?
    I've configured the license server with the correct PFX files and when I run the validation tool, I get the following output.  This is a clean install with only the license server configuration (the content server is a separate machine).  I also get a similar error in the tomcat logs when I try to access a piece of content licensed to this server. 
    $ java -jar libs/flashaccess-validator.jar -g -r /var/lib/tomcat6/licenseserver/
    Validating global deployment ...
            Validating partition deployment - flashaccessserver...
                    Validating tenant deployment - flashaccessserver/mediafly...Failed to validate tenant deployment 'flashaccessserver/mediafly' - Error reading key server certificate for partition='flashaccessserver', tenant='mediafly'
    See log for details:
    (/tmp/temp281722781181937073071254678876423/flashaccessserver/flashaccess-partition.log)
    $ cat /tmp/temp281722781181937073071254678876423/flashaccessserver/flashaccess-partition.log
    [] 2013-02-12 15:37:26,383 INFO  [[Partition(flashaccessserver)].com.adobe.flashaccess.server.license.context.SimpleContex tFactory] Creating class loader for partition 'flashaccessserver' with libraries '[file:/var/lib/tomcat6/licenseserver/flashaccessserver/libs/, file:/var/lib/tomcat6/licenseserver/flashaccessserver/libs/flashaccess-license-server-ext -sample.jar]'
    [] 2013-02-12 15:38:41,247 ERROR [[Partition(flashaccessserver)].com.adobe.flashaccess.server.license.tools.Validator] Failed to validate tenant deployment 'flashaccessserver/mediafly'
    com.adobe.flashaccess.server.common.configuration.ConfigurationException: Error reading key server certificate for partition='flashaccessserver', tenant='mediafly'
            at com.adobe.flashaccess.server.license.configuration.commonsadapter.TenantConfigurationImpl $ServerCertsImpl.readCerts(TenantConfigurationImpl.java:720)
            at com.adobe.flashaccess.server.license.configuration.commonsadapter.TenantConfigurationImpl $ServerCertsImpl.<init>(TenantConfigurationImpl.java:705)
            at com.adobe.flashaccess.server.license.configuration.commonsadapter.TenantConfigurationImpl .<init>(TenantConfigurationImpl.java:115)
            at com.adobe.flashaccess.server.license.configuration.commonsadapter.CommonsConfigurationBas edFactory.getTenantConfiguration(CommonsConfigurationBasedFactory.java:90)
            at com.adobe.flashaccess.server.license.tools.Validator.validateTenantDeployment(Validator.j ava:255)
            at com.adobe.flashaccess.server.license.tools.Validator.validatePartitionDeployment(Validato r.java:283)
            at com.adobe.flashaccess.server.license.tools.Validator.validateGlobalDeployment(Validator.j ava:301)
            at com.adobe.flashaccess.server.license.tools.Validator.process(Validator.java:173)
            at com.adobe.flashaccess.server.license.tools.Validator.main(Validator.java:117)
    Caused by: java.security.cert.CertificateException: java.lang.IllegalArgumentException: unknown object in factory: org.bouncycastle.asn1.DERInteger
            at org.bouncycastle.jce.provider.JDKX509CertificateFactory.engineGenerateCertificate(Unknown Source)
            at java.security.cert.CertificateFactory.generateCertificate(CertificateFactory.java:322)
            at com.adobe.flashaccess.core.crypto.CertUtil.loadCert(CertUtil.java:33)
            at com.adobe.flashaccess.sdk.cert.CertificateFactory.loadCert(CertificateFactory.java:45)
            at com.adobe.flashaccess.server.license.configuration.commonsadapter.TenantConfigurationImpl $ServerCertsImpl.readCert(TenantConfigurationImpl.java:739)
            at com.adobe.flashaccess.server.license.configuration.commonsadapter.TenantConfigurationImpl $ServerCertsImpl.readCerts(TenantConfigurationImpl.java:718)
            ... 8 more
    Some additional information:
    $ uname -s -r -v -m
    Linux 2.6.32-350-ec2 #59-Ubuntu SMP Mon Jan 7 14:20:59 UTC 2013 x86_64
    $ lsb_release -a
    No LSB modules are available.
    Distributor ID: Ubuntu
    Description:    Ubuntu 10.04.4 LTS
    Release:        10.04
    Codename:       lucid
    $ dpkg -l | grep tomcat
    ii  libtomcat6-java                                             6.0.24-2ubuntu1.12                Servlet and JSP engine -- core libraries
    ii  tomcat6                                                     6.0.24-2ubuntu1.12                Servlet and JSP engine
    ii  tomcat6-common                                              6.0.24-2ubuntu1.12                Servlet and JSP engine -- common files
    $ dpkg -l | grep jdk
    ii  openjdk-6-jre-headless                                      6b24-1.11.5-0ubuntu1~10.04.2      OpenJDK Java runtime, using Hotspot JIT (hea
    ii  openjdk-6-jre-lib                                           6b24-1.11.5-0ubuntu1~10.04.2      OpenJDK Java runtime (architecture independe
    $ md5sum AdobeAccessProSDK_4_0_LS1_java.exe
    73068d8348cbdc1c29211a463a58b8df  AdobeAccessProSDK_4_0_LS1_java.exe
    Thanks,
    Bryan

    I found the problem. 
    Certificates/KeyServer/File[@path] needs to be set your license file, but it must be in the ".cer" format.  The server won't start without this fileand it was not mentioned anywhere in the quick start guide but is mentioned in the protected streaming document.
    Bryan

  • Is there a way to play streaming wmv on iPad through safari?

    Is there a way to play streaming wmv on iPad through safari?

    No. WMV is a proprietary Microsoft video container and there is no native support for it in iOS.
    There are third-party apps on the AppStore that claim to be able to do this, but not through Safari.

  • HT201317 My Photo Stream has suddenly stopped pushing my photos to my PC though they appear on both my iPhones. Any ideas why or how to make it work again?

    My Photo Stream has suddenly stopped pushing photos from my iPhone 4s to my PC although they are appearing on my other iPhone. Any ideas why or how to fix the issue? I have not altered any settings.

    Hi Kevinmvb,
    Welcome to the Support Communities!
    The article below may be able to help you with this.  It sounds like you may have moved your photos out of the Uploads folder where they need to reside.
    iCloud: My Photo Stream troubleshooting
    http://support.apple.com/kb/TS3989
    Cheers,
    - Judy

  • TS2988 Iphone 3gs will no longer play streaming music though usb after i0s 5.0 update. Aux still works normally.

    i phone will not play streaming music through usb after ios 5.0 update. updated to 5.1.1 did not not correct problem.

    i phone will not play streaming music through usb after ios 5.0 update. updated to 5.1.1 did not not correct problem.

  • How do I get rid of "Apple Photo Streams.exe has stopped working" on Windows 7

    The error message "Apple Photo Stream.exe has stopped working" keeps popping up when I start my PC which has a 64 bit Windows 7 OS. How do I get rid of this?

    I saw that uninstalling  and then reinstalling the iCloud control panel on your computer corrects it.  I did this and it worked for a while but I'm getting it again.  Any ideas??  Thanks!

  • Play Streaming Audio

    I'm busy designing an app to play audio from a link. The audio is being streamed by a Shoutcast server. The link I have been given is 'http://live.rmr.ru.ac.za'. I've got the following code so far:
        // Read sampled audio data from the specified URL and play it
        private void streamSampledAudio(URL url)
            throws IOException, UnsupportedAudioFileException,
                   LineUnavailableException
            ain = null;  // We read audio data from here
            SourceDataLine line = null;   // And write it here.
            try {
                // Get an audio input stream from the URL
                ain=AudioSystem.getAudioInputStream(url);
                // Get information about the format of the stream
                AudioFormat format = ain.getFormat( );
                DataLine.Info info=new DataLine.Info(SourceDataLine.class,format);
                // If the format is not supported directly (i.e. if it is not PCM
                // encoded), then try to transcode it to PCM.
                if (!AudioSystem.isLineSupported(info)) {
                    // This is the PCM format we want to transcode to.
                    // The parameters here are audio format details that you
                    // shouldn't need to understand for casual use.
                    AudioFormat pcm =
                        new AudioFormat(format.getSampleRate( ), 16,
                                        format.getChannels( ), true, false);
                    // Get a wrapper stream around the input stream that does the
                    // transcoding for us.
                    ain = AudioSystem.getAudioInputStream(pcm, ain);
                    // Update the format and info variables for the transcoded data
                    format = ain.getFormat( );
                    info = new DataLine.Info(SourceDataLine.class, format);
                // Open the line through which we'll play the streaming audio.
                line = (SourceDataLine) AudioSystem.getLine(info);
                line.open(format); 
                // Allocate a buffer for reading from the input stream and writing
                // to the line.  Make it large enough to hold 4k audio frames.
                // Note that the SourceDataLine also has its own internal buffer.
                int framesize = format.getFrameSize( );
                byte[] buffer = new byte[4 * 1024 * framesize]; // the buffer
                int numbytes = 0;                               // how many bytes
                // We haven't started the line yet.
                boolean started = false;
                for(;;) {  // We'll exit the loop when we reach the end of stream
                    // First, read some bytes from the input stream.
                    int bytesread=ain.read(buffer,numbytes,buffer.length-numbytes);
                    // If there were no more bytes to read, we're done.
                    if (bytesread == -1) break;
                    numbytes += bytesread;
                    // Now that we've got some audio data to write to the line,
                    // start the line, so it will play that data as we write it.
                    if (!started) {
                        line.start( );
                        started = true;
                    // We must write bytes to the line in an integer multiple of
                    // the framesize.  So figure out how many bytes we'll write.
                    int bytestowrite = (numbytes/framesize)*framesize;
                    // Now write the bytes. The line will buffer them and play
                    // them. This call will block until all bytes are written.
                    line.write(buffer, 0, bytestowrite);
                    // If we didn't have an integer multiple of the frame size,
                    // then copy the remaining bytes to the start of the buffer.
                    int remaining = numbytes - bytestowrite;
                    if (remaining == 0)
                        System.arraycopy(buffer,bytestowrite,buffer,0,remaining);
                    numbytes = remaining;
                // Now block until all buffered sound finishes playing.
                line.drain( );
            finally { // Always relinquish the resources we use
                if (line != null) line.close( );
                if (ain != null) ain.close( );
        }Although I get an UnsupportedAudioFileException when using the link above.
    Please can someone point me in the right direction on how to play streaming audio?

    Please can I refer you to this thread.
    I'm struggling like you can't believe to do something which I thought would be quite simple.

  • Safari not playing streaming video

    Hi,
    For some reason safari 4.3 is not playing streaming video such as that shown on CNN. Also, my Macbook is not playing streaming audio. If any of you folks can help with an answer I'd appreciate the help. I am using 10.61 on both machines.
    Thanks
    Jack

    http://flip4mac.com
    Look for the "beta" version for Snow Leopard.

  • Need help - chronic freezeups when playing streaming flashplayer videos.:

    I am having a chronic problem with repeated freezeups of flashplayer videos that are being streamed online where the video repeatedly and randomly locks up for a moment, and then jumps forward to catch up to where it's supposed to be again and again, with no regularity or pattern to it at all.  It doesn't matter which video it is; it doesn't matter where along a video's playback it is; it doesn't matter which website it is.  This problem happens at any time of day, and every single day, at random, regardless.  I've tried everything including reinstalling my Windows 8.1 64-bit operating system from scratch, and then trying streaming flashplayer videos before reinstalling any other software again first - no help.  I tried streaming in Safe Mode; disabling all browser addons; disabling all startup executables; disabling my internet protection software entirely, each in turn - no help.  I always keep Flashplayer, Shockwave player, and Adobe Reader up to date, along with the rest of my PC via Microsoft Windows Update, and any other updates that apply, but I even tried older versions of drivers as well as the very newest ones - no help.  I tried streaming using different video cards - no help.  I tried using an ethernet connection and then a wireless one, separately in turn, as well as connecting to a different network - no help.  I also have Mozilla's Firefox browser installed and fully up to date - the exact same random, constant freezeup problem streaming flashplayer videos happens when using it as when using Internet Explorer.  These freezeups act like the incoming internet stream's feed runs ahead of flashplayer's memory management (rendering?) of it, causing these momentary freezeups while flashplayer buffers, and then jumps forward to catch up again each time.  Please contact me back and provide a corrected update(s) of flashplayer to download so as to play streaming flashplayer videos without this ongoing conflict.  Please note that video files that are downloaded/installed on my hard drive do NOT have playback problems of any kind.  This is only an online streaming problem with flashplayer.  Thank you.

    I am having a chronic problem with repeated freezeups of flashplayer videos that are being streamed online where the video repeatedly and randomly locks up for a moment, and then jumps forward to catch up to where it's supposed to be again and again, with no regularity or pattern to it at all.  It doesn't matter which video it is; it doesn't matter where along a video's playback it is; it doesn't matter which website it is.  This problem happens at any time of day, and every single day, at random, regardless.  I've tried everything including reinstalling my Windows 8.1 64-bit operating system from scratch, and then trying streaming flashplayer videos before reinstalling any other software again first - no help.  I tried streaming in Safe Mode; disabling all browser addons; disabling all startup executables; disabling my internet protection software entirely, each in turn - no help.  I always keep Flashplayer, Shockwave player, and Adobe Reader up to date, along with the rest of my PC via Microsoft Windows Update, and any other updates that apply, but I even tried older versions of drivers as well as the very newest ones - no help.  I tried streaming using different video cards - no help.  I tried using an ethernet connection and then a wireless one, separately in turn, as well as connecting to a different network - no help.  I also have Mozilla's Firefox browser installed and fully up to date - the exact same random, constant freezeup problem streaming flashplayer videos happens when using it as when using Internet Explorer.  These freezeups act like the incoming internet stream's feed runs ahead of flashplayer's memory management (rendering?) of it, causing these momentary freezeups while flashplayer buffers, and then jumps forward to catch up again each time.  Please contact me back and provide a corrected update(s) of flashplayer to download so as to play streaming flashplayer videos without this ongoing conflict.  Please note that video files that are downloaded/installed on my hard drive do NOT have playback problems of any kind.  This is only an online streaming problem with flashplayer.  Thank you.

Maybe you are looking for