Video is fine but then connection error

I've published my Captivate training to Amazon s3, desktop, and our internal file servers and it plays without difficulty.  Today we posted to another server internally and all the pages with video showed "Connection Error"  Does anyone have any possibl troubleshooting tips?  I found the link below but it didn't solve any of my issues. What could cause this to go from stable to "connection error" ?
http://blogs.adobe.com/captivate/2010/08/connection-error-in-slide-video.html

One thing that could be the problem is that the server is perhaps missing the MIME type for your particular type of video file. I'm pretty sure that would result in a connection error.
Try verifying your server MIME type settings.
/Michael
Visit my Captivate blog with tips & tricks, tutorials and Widgets.

Similar Messages

  • JCo v3 standalone program works fine but creates connection errors RC 223

    I'm using JCO v3 with my own written DestinationDataProvider.
    In the syslog I find
    R49 communication error, CPIC return code 020, SAP rc 223
    How can I force a proper disconnect at the end of the program? I call Envirnment.unregisterDestinationDataProvider() but that does not help. In JCo v2 I used JCO.Client.disconnect() and it works. This is described in the JCo Connectivity FAQ but there is no hint for Jco v3. I can not find the equivalent in JCo v3. What are the steps to close all connections properly?

    set property DestinationDataProvider.JCO_POOL_CAPACITY as 0. This should close the connection immediately after call completion.
    Regards,
    Anurag Mahendru

  • I copied several MOV files to a CD. When I play them from the CD the video is fine but the audio works fine for the first few seconds then stops (using Qicktime Player 7.7.1.  Everything works fine if I use VLC Media Player. Does anyone have any idea why?

    I copied several MOV files to a CD. When I play them from the CD the video is fine but the audio works fine for the first few seconds then stops (using Qicktime Player 7.7.1.  Everything works fine if I use VLC Media Player. Does anyone have any idea why?

    My purpose for copying to a CD or DVD is so that I can make copies and send to friends and relatives. What is the best way to get these files on a CD/DVD with the right codecs?
    The easiest thing to do is to simply tell your friends and relatives to copy the files to their local hard drive before playing them. Your basic problem is that data discs have a limited real time transfer rate. Since you say VLC plays the files fine, I might suspect its player is likely buffering the data while the QT 7 Player is not.
    Data discs made for playback directly from the CD or DVD are normally encoded using MPEG-4/AVC (H.264) video with AAC audio. This is a modern codec which has specific settings to re-package the data (i.e., must be encoded using the multipass option and then select the "optimize for CD/DVD" option).

  • HT1212 My iphone is Disabled and says to connect to itunes, i did the whole restore thing but then an error pops up and says' sorry we cannot restore the iphone 'iphone'" ... What do i do?

    My iphone is Disabled and says to connect to itunes, i did the whole restore thing but then an error pops up and says' sorry we cannot restore the iphone 'iphone'" ... What do i do?

    Use recovery mode, you might need to do it a few times.
    http://support.apple.com/kb/HT1808

  • I have an iPhone 6.  For the first two weeks my bluetooth worked fine but then started having issues.  Now, although it shows that it is connected to Bluetooth, I can't hear any of the calls.  The radio continues to play.  Please help!

    I have an iPhone 6.  For the first two weeks my bluetooth worked fine but then started having issues.  Now, although it shows that it is connected to Bluetooth, I can't hear any of the calls.  The radio continues to play.  Please help!

    Hello there, Srushevics.
    It sounds like you may be having issues with the connectivity of your iPhone with the Bluetooth in your vehicle. The following Knowledge Base article offers up some great steps for troubleshooting that Bluetooth connectivity with your iOS device:
    If you can’t use a Bluetooth accessory or car kit
    To resolve the issue, you'll need to first sign in to iCloud and review your devices:
    Sign in to iCloud on your iOS devices and Macs with OS X Yosemite (available this fall).
    On one of your devices, tap Settings > Bluetooth and look under My Devices. You'll see all devices that are connected to Bluetooth, but make sure that you see your Apple devices that are signed in to iCloud and are using iOS 8 or OS X Yosemite.
    Sign out of your iCloud account from any devices that you don't want to use. To sign out of iCloud on an iOS device, tap Settings > iCloud > Sign Out.
    Then, remove any inactive devices from iCloud:
    Sign in to iCloud.com.
    Select Find My iPhone.
    Select any devices that aren't active anymore.
    Wait for Find My iPhone to stop trying to find the inactive device.
    You should see the option to remove this device from your account. Select it to remove the device.
    After following the steps above, restart the device with the issue. Then try to use it with your Bluetooth accessory.
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • The video player is in the connection error state.

    Flash cS 5.5 / Win 7. Inserting video into movieclip both with 'import video' wizard and via component. FLV that plays fine on a number of different servers. On opening (after gathering metadata) the message 'The video player is in the connection error state. It enters this state when a video stream attempted to load but was unsuccessful. There are two possible reasons for the error: no connection to the server or the stream was not found.' Firstly I am treating this as a progressive download, not streaming. Second this plays fine locally, it's only when I upload to a server it fails. The FLV is in a folder directly below the SWF. Result is same with FLV in same location as SWF. MIME type set to vide/x-flv although I've also set it to applicaiton/octet-stream.
    This is a very basic requirement to call the video directly from Flash, the default parameters of the component are adequate and work locally. However the video does not play. Is it fair to assume this functionality simply does not work correctly within Flash CS5.5? I'm unclear as to what >less< I could be doing with this file.

    You can place the Flash and any Flash assets in any folder location that you want.... provided that you understand how Flash assets (like .flv files) are "Pathed" or located by the .swf that is calling them. The underlying principle is that the Flash assets need to be pathed relative to the Web page that the .swf is located on, NOT the actual, physical location of the .swf.
    For review:
    Pathing issues
    Almost always when it works on the local machine and not the server, it's a pathing problem.
    You can put your Flash related files in whatever folders you want, they do NOT have to be in the root, they do NOT all have to be in the same folder. But if you have a problem and if sticking them all in the root folder works, then you know that the issue was a pathing problem.
    Just remember that paths used in the .swf become relative to the Web page on which the .swf is placed, NOT it’s physical location.  So for example, if your .swf is in the flash/data folder and you use that .swf on a Web page in the root folder, you are in effect, removing that .swf from flash/data and putting it in root. So if the .swf is loading any related files (xml, images, video, etc), the path used inside the .swf to load the .xml file has to be relative to it's new location in root and then back down into flash/data. This is true even though when testing the .swf by itself, it can be inside flash/data and work just fine, since relative to it's location, the path is just fine, they are in the same folder. But if that same path is used when the .swf is placed on a page two folder levels up, the relative path has changed, the old "same folder" path will not work.
    In fact if you are placing the .swf on a web page in a different folder than the .swf is stored in, and that .swf calls external assets, then direct clicking and opening of the .swf in it’s folder should NOT work! That’s because the paths to the external assets should be relative to the Web page and not the physical location of the .swf.
    So just be sure that you use addresses relative to the final Web page locations (not physical file locations) and you can put the Flash related files in what ever folders you want.
    Best wishes,
    Eye for Video
    www.cidigitalmedia.com
    So you can place the .flv wherever you want, but you can't just go and move the .flv without also correcting the path to the .flv inside the .swf.
    So be sure that you have the .flv in the correct subfolder before you do any insert of the Flash player.
    Also I'm not a great fan of requiring my viewers use the latest and greatest (and most bug filled version) of any pluggin or software for that matter.
    <param name="swfversion" value="11.0.0.0" />
    I refer NOT to upgrade to ver 11 so will not be seeing your Flash anytime soon. If you want to appeal to a large audience, change that to version 10.
    Best wishes,
    Adninjastrator

  • My ipad will not sync or back-up and thus cannot install OS5, it starts fine, but then says "cannot verify applications" and stops sync.  Can someone help me?

    my ipad will not sync or back-up and thus cannot install OS5, it starts fine, but then says "cannot verify applications" and stops sync.  Can someone help me?

    going to "transfer purchases' does work - however the thermometer bar at the bottom reflecting apps, music, video, book, etc cpapcity fraks out, sliding left to right maybe 4 or 5 times during the process.  Have you ever seen this?
    After it is finished, the SYNC button is not longer darkened - so I thought it was safe to attampt an upgrade to OS05... which i am doing now... takes maybe 20 mins and then I normally get the error "the applications on this ipad cannot be verified" and the bottom thermometer bar zeros out all by my music.  The content and apps are all fine on teh ipad.  so strange.  I made an appointment with customer service tomrrow AM - but i do not think i should have to pay for this - i have never even used support before!
    I will update if it works - or re[eats the strange pattern again and does not update.
    Thanks for your time and help!

  • How can I get netflix streaming audio, the video is fine but the audio coming through is from the TV(dish)

    how can I get netflix streaming audio, the video is fine but the audio coming through is from the TV(dish)

    It's exactly as I stated. Whenever I try to drag these kinds of loops (ESX24 / software instrument loops? the ones marked in green with the white music note next to them) from the loop browser into the timeline a message comes up saying Audio Not Found for that loop.  And a new track is created automatically when loops are dragged into the timeline, so I'm not creating some other random / synth instrument track so I'm not sure  what the deal is... But perhaps I'll try creating a software instrument track first and then drag the loop into that track and see what happens - maybe there's something with the default settings that automatically creates audio tracks whenever loops are imported?

  • TS3694 when doing a restore to try and solve a wifi problem with my iphone 5 i got past the point where the software was extracted from my phone but then an error message came up saying that the phone could not be restored because of an unknown error (301

    when attempting a restore,  as suggested, to try and fix a week wifi signal on my iphone 5 I got past the point where the sopftware was extracted from my phone but then an error message appeared saying that the phone could not be restored becase of an unknown error (3014). I have tried about 20 times to make it work after trying a number of suggestions I have seen online. My phone gives me know response accept showing a picture of the cable and the itunes symble an the screen permanently - please help

    Hello JD_NINJA,
    Thanks for using Apple Support Communities.
    Error 9006 when restoring your iOS device indicates that there is security software on your computer which is preventing connection to the Apple server or your device.  To troubleshoot this issue please follow the directions below.
    Check your security software
    Related errors: 2, 4, 6, 9, 1611, 9006. Sometimes security software can stop your device from communicating with either the Apple update server or with your device.
    Check your security software and settings to make sure that they aren't blocking a connection to the Apple servers.
    Get help with iOS update and restore errors - Apple Support
    When restoring your iPhone, please make sure to follow the directions in the link below to properly restore.
    Restore your device from an iCloud or iTunes backup - Apple Support
    Take care,
    Alex H.

  • How do you turn on audiio, video is fine but no audio. I'm using a macbook pro and 10.6.8

    how do you turn on audiio, video is fine but no audio. I'm using a macbook pro and 10.6.8. this is on facetime.

    D_avid wrote:
    1. I ran software update and am up to date. Does this mean that my yet to be activated Boot Camp ap is also up to date?
    There are 4 confusing pages of updates listed at Apples website for Boot Camp. I am having a hard time understanding what I need and don't need. For example, what version of Boot Camp do I have? I have Boot Camp Assistant version 3.0.4. Does this mean I have Boot Camp ver 3?
    You have Mac OS X Snow Leopard, so you are going to use Boot Camp 3 on Windows. After installing Windows 7 on your MacBook, insert the Snow Leopard DVD and install the Boot Camp drivers from here. Then, as the Boot Camp drivers that your Snow Leopard disc contain are outdated, open Apple Software Update on Windows to install the most recent Boot Camp drivers.
    D_avid wrote:
    2. The printed Boot Camp instructions do not explain the process of using downloaded Windows drivers; the instuctions only refer to drivers on the original disks. I have the original install disks from around mid 2010 but I am sure many things have been updated by now. Wouldn't the best idea be to download and install? But the instructions only cover using the original disks. How do I use downloaded drivers?
    On Snow Leopard, you can only download the Boot Camp drivers for the Late 2010 MacBook Air. On Lion and Mountain Lion, you have to download the Boot Camp drivers for all the computers. If you try to download the Boot Camp drivers on Snow Leopard with your computer, you will get a message telling that there aren't any drivers to download for your MacBook Pro

  • When i click on an excel or word file in 2007 the program begins to open but then an error message says There was a problem sending the command to the program

    when i click on an excel or word file in 2007 the program begins to open but then an error message says There was a problem sending the command to the program.
    i am using office2007  with windows7 premium home edition.  i have checked file associations., all DDE settings. i have even tried this in safe mode. the same thing happens. please note once i see the error. i can then go back to the file click on
    it a second time and it WILL open. AND i can open any file if i open excel and and find the file from there. i uninstalled and re-installed office 2007 from scratch. And i checked the compatibility mode (all un-checked) still the problem persisits. this is
    a real PITA.   anyone have any solution for this? Thanks 
    ken yanow

    Hi,
    Have you try to un-select the Ignore other applications that use Dynamic Data Exchange (DDE) setting?
    Click the Microsoft Office Button, and then click Excel Options.
    Click Advanced, and then click to clear the Ignore other applications that use Dynamic Data Exchange (DDE)
    check box in the General area.
    Click OK.
    If the problem cannot resolve, the Run as administrator may selected.
    Go to Office default install location: C:\Program Files\Microsoft Office\Office12.
    Right-click EXCEL.EXE > Properties >
    Compatibility tab.
    Under Privilege Level, uncheck Run this program as an administrator
    check box.
    Best regards.
    William Zhou
    TechNet Community Support

  • My ipod froze so I restarted it. it happened again, so I restarted it again, and it was fine but then it ran out of battery. Now when I plug it into the charger it, the Apple sign comes up for 5 seconds then that's it, it doesn't turn on. help please?

    My ipod froze so I restarted it, but then it happened again, so I restarted it again, and it was fine but then it ran out of battery. Now when I plug it into the charger it, the Apple sign comes up for 5 seconds then disappears, it doesn't turn on or come up with the charging sign. Is it not going to work again, or is ther something I can do? Please help.

    I have the same problem, and my Ipod turned off (when I held the home and power button)
    but then when I held down the home button (after turned off) nothing happened, the screen is still black.
    Do you know what I should maybe do?
    Thanks is advance

  • Itunes converrts videos for ipod but then thay have no SOUND!!! Help please

    Itunes converrts videos for ipod but then thay have no SOUND!!! Help please
    Just bought it a couple of days ago, and its doing this!!! why doed the videos now both on my ipod and itunes not have sound?

    Your source video file is probably muxed.
    Neither QT Pro or iTunes has the ability to successfully encode a muxed video file with audio. You'll end up with video and no audio.
    You'll need to use some other third-party software to do the conversion. There's a handful of software available. Just search the forums and you'll find many titles mentioned.
    Try MPEG Streamclip.

  • My screen wont turn on, and the screen is black. It was working fine, but then it just turned off. The only way it will work is if I close my laptop, and pinch the two screens together

    My screen wont turn on, and the screen is black. It was working fine, but then it just turned off. The only way it will work is if I close my laptop, and pinch the two screens together

    You have a hardware problem and you should take it into a apple store to be looked at and fixed.

  • I was updating software i06 and plugged in my iphone to computer but then a error came up and I unplugged my iphone know it wont leave the the itunes and USB plug in on my iphone

    I was updating my iphone 5 for know software and when I plugged in my iphone everything was fine. Then a error came up and I unplugged my iphone. Know my phone froze with the screen showing itunes plug in with USB cord. I cant get it off that image and I don't know what to do

    Hello there Stmalo23,
    I would recommend reseting the iPhone using this procedure.
    Resetting your device
    Press and hold the Sleep/Wake button and the Home button together for at least ten seconds, until the Apple logo appears.
    From: iPhone, iPad, iPod touch: Turning off and on (restarting) and resetting http://support.apple.com/kb/ht1430
    When the reset is done the phone will return to recovery mode. Here is some info about recovery mode:
    iOS: Unable to update or restore
    http://support.apple.com/kb/ht1808.
    All the very best,
    Sterling

Maybe you are looking for

  • Screen sharing and Pro Tools not working

    Hi there. I'd really love to get some help with an issue I'm having. I'm using ProTools 9 on my 2008 Mac Pro 2.8 Octo. Protools runs perfect, unless I attempt to use screen sharing or any sort of VNC connection. As soon as I try to screen share with

  • PORTAL30: 8i Enterprise install (WinNT) creates 8.0.5 'compatible' database?

    As part of a Portal 3.0 evaluation, I downloaded the evaluation kit for 8i Enterprise Edition and have been trying to install it under Windows NT (both NT4 Server and Windows 2000 Server). I take all the defaults, but when the install is finished, th

  • POPUP IN POWL

    Hi experts,   I need to raise popup message  when i will click on ICON (or Image) in POWL alv Column. I think i need to maintaine in HANDLE_ACTION method. Can any body suggest on this issue. Regards, Sri

  • Tried to download/install the Pro subscription, but it stalled

    I just purchased the Pro subscription and tried to download and install. It stalled, so I cancelled and restarted the computer. Tried it install again, and I get a message that there's one in progress, and I need to wait until it finishes. I don't se

  • Cross-platform Synchronization

    Recently replaced desktop with new Windows 8.1 Pro platform.  After setup, I installed another copy of 8.1 Pro on a laptop, using the same userid and password signin credentials as that of the desktop.  Until recently, I didn't see any difference; ho