Help w/ .avi playback PLEASE!

OK I am having a strange issue w/ avi playback on my MacBook. They aren't playing, i'm just getting the broken QT icon instead. Here's some info:
• I noticed this directly after loading a movie onto a webpage I publish using RapidWeaver, which I then put in my web>sites folder through iDisk so I can access it using www.randombob.net .
• I loaded the movie (my first!) and then went to go online and check that it would play correctly. I got the broken QT icon.
• Tried it on my g/f's MacBook, identical to mine, and it loaded and played!
• Went back to mine, opened iDisk back up, navigated to the index.html file with the link to the movie, clicked, and it plays.
• Went out to the worldwide web to see if I could play other .avi files. I _COULD NOT_.
• Tried the same other .avi files on other's computers, _they worked_.
• Went back and tried going through iDisk again to the page just before the movie, clicked the link, and sure enough, it plays through iDisk again.
• Tried to flush cache, reset safari, repair permissions, restart computer, try another account, and no matter what.... my MacBook's browsers WILL NOT play avi's from the web, HOWEVER it will play them from my HD locally, and through *THE SAME HTML FILES* if you navigate there from idisk first.
Anyone have a clue what's the issue, and how to fix it?

OK MORE NEW information:
It only seems to affect avi files that originate on the web. What I mean is, I can't play my own AVI file off of my own website if I navigate there from the worldwide web address (www.randombob.net), but if I navigate to the index.html file in my iDisk that contains the direct link to the page the movie is on, it will load and play it in safari with no problems.
Furthermore, if I transfer a movie that I d/l'd that won't play to another mac and it does play, then renaming & recopying it back to MINE will not yield any benefit; it still won't play.
However, not all new AVI's are subject to bad behavior. if I take a new movie with my camera and load it onto the computer (via card reader onto the desktop), it works fine. These are the same files, from the same camera, that I first noticed the issue with.
SO, it appears that for whatever reason, avi files that originate on the web are not being treated properly, as if some header info or somthing is just plain being ignored. What's more, it has to be something that's tagged with internet avi's, because even if I d/l the file from the web on another computer first then transfer it to mine, it still acts the same way, showing no format in the movie inspector, and showing an all-white screen in QT.
So something with reading/resolving internet files? Anyone with suggestions short of "reinstall OS?" I don't want to have to go through that hassle for gawdammed avi playback.

Similar Messages

  • My Mac was updated to Ÿosemite OS and since then the PS5 software doesn't open. I need help on this subject please.

    My Mac was updated to Ÿosemite OS and since then the PS5 software doesn't open. I need help on this subject please.
    They error message I get is "An unexpected and unrecoverable problem has occurred. Photoshop will now exit."
    This only started after I upgraded my OS to Yosemite.

    The upgrade has been know to break Photoshop CS5 installs. An Uninstall/Reinstall may be necessary.

  • If you want to access the PowerShell 3.0 Help in another language please vote for my Connect suggestion!

    All my Windows operating Systems are set to use the UI Culture: German
    With Update-Help or Save-Help you can download PowerShell help in different (any) language by use of the –UICulture parameter.
    Update-Help –UICulture en-US
    Because my Windows OS is set to use the German UI Culture and the Cmdlet Get-Help depends on it, I cannot access PowerShell help in a different Language (English) with Get-Help.
    There is still no translated German PowerShell help and even if I have installed the en-US verbose Help files I cannot use it (easily)!
    I made a suggestion on Microsoft Connect to add the –UICulture Parameter to the Get-Help Cmdlet, to make it possible to call Help in a different language then the Windows Ui Culture.
    As a workaround until then you can use the  .NET Class [System.Threading.Thread]::CurrentThread.CurrentUICulture to set the UI Culture and get Help in a different language.
    Function Get-HelpUICulture {
    param (
    [String]$HelpSearchString,
    [String]$UICulture
    # remember the UICulture
    $OldCulture = [System.Threading.Thread]::CurrentThread.CurrentUICulture
    trap
    [System.Threading.Thread]::CurrentThread.CurrentUICulture = $OldCulture
    # set thread to given UICulture
    [System.Threading.Thread]::CurrentThread.CurrentUICulture = $UICulture
    # call powershell help in given language
    Get-Help $HelpSearchString -Full
    # reset UICulture
    [System.Threading.Thread]::CurrentThread.CurrentUICulture = $OldCulture
    # Example: call PowerShell en-US help in verbose English:
    Get-HelpUICulture -HelpSearchString Get-Command -UICulture ‘en-US’
    If you want to access the PowerShell 3.0 Help in another language please vote for my Connect suggestion!
    https://connect.microsoft.com/PowerShell/feedback/details/767899/please-add-uiculture-to-get-help
    Please click “Mark as Answer” if my post answers your question and click
    “Vote As Helpful” if my Post helps you.
    Bitte markiere hilfreiche Beiträge von mir als “Als Hilfreich bewerten” und Beiträge die deine Frage ganz oder teilweise beantwortet haben als
    “Als Antwort markieren”.
    My PowerShell Blog http://www.admin-source.info
    [string](0..21|%{[char][int]([int]("{0:d}" -f 0x28)+('755964655967-86965747271757624-8796158066061').substring(($_*2),2))})-replace' '
    German ? Come to German PowerShell Forum!

    Hello JosKW
    Thank you for your suggestions!
    In my 3 Part Blog Series about the new 3.0 PowerShell,  I offer a full blown Proxy Function for the Get-Help cmdlet to solve this better.
    For now I have the first two Articles Published at my Blog, the Third Part will follow soon:
    PowerShell 3.0 updateable help Update-Help, Save-Help und Get-Help Basics
    http://www.admin-source.de/BlogDeu/497/powershell-3-0-updateable-help-update-help-save-help-und-get-help-grundlagen
    PowerShell 3.0 updateable help Update-Help, Save-Help und Get-Help using
    http://www.admin-source.de/BlogDeu/523/powershell-3-0-updateable-help-update-help-save-help-und-get-help-anwenden
    The Articles are written in German. I think you as a Dutchman can read this.
    Or you can use the Translate Button on my Page, to use Google Translate Service to read this in the Language of your choice. ;-))
    Cheers Peter
    Please click “Mark as Answer” if my post answers your question and click
    “Vote As Helpful” if my Post helps you.
    Bitte markiere hilfreiche Beiträge von mir als “Als Hilfreich bewerten” und Beiträge die deine Frage ganz oder teilweise beantwortet haben als
    “Als Antwort markieren”.
    My PowerShell Blog http://www.admin-source.info
    [string](0..21|%{[char][int]([int]("{0:d}" -f 0x28)+('755964655967-86965747271757624-8796158066061').substring(($_*2),2))})-replace' '
    German ? Come to German PowerShell Forum!

  • I need a help !!! Please  ,I dropped my iPhone 5 in toilet and I didn't get fast  maybe 5mins before I get it because I didn't notice drop it and it won't work now  it's almost 1week I'm waiting it  still  it don't work ...

    I need a help !!! Please  ,I dropped my iPhone 5 in toilet and I didn't get fast  maybe 5mins before I get it because I didn't notice drop it and it won't work now  it's almost 1week I'm waiting it  still  it don't work ... But when I plug my charger it goes light and show up apple logo and die again I don't know what to do and it's so expensive here at Japan pls.. Help maybe there still way to get it work again
    Thank you ,Rean

    At this point it's clear that it's been damaged and will need to be take or sent to Apple for replacement.
    Regards.

  • Im stuck with this message "no bootable device, insert boot disk and press any key". Now i want to go back to mac os but everytime i turn on my laptop that message appear..kindly help... Please

    Im stuck with this message "no bootable device, insert boot disk and press any key". Now i want to go back to mac os but everytime i turn on my laptop that message appear..kindly help... Please .... Im using my usb as bootable device but it cant be detected..

    Reboot, hold the option key down, select OSX when the startup manager appears.

  • Uloading ebook using iProducer rec'd error: ERROR ITMS-9000: "Unable to parse nav file: toc.ncx" at Book. I don't understand and need help fixing it. Please Help

    Uloading ebook using iProducer rec'd error: ERROR ITMS-9000: "Unable to parse nav file: toc.ncx" at Book. I don't understand and need help fixing it. Please Help if you've the knowledge.
    Many Thanks

    Yep, i just did it again. The entire scroll-bar widget, complete with formatted text, graphics, etc., pasted itself nicely in another book. Two different files, the same widget.
    I use the scroll-bar widgets for most of my texts. (I have audio buttons on the side, and the scripts are within the widget, to the side). My only text is within widgets, and text boxes, naturally. 
    I am following your recommendation: cleaning files, etc. I am remaking the book anew. I need to convince the EPUB bot or whatever that my file looks and works nicely on all my devices. You would expect an error message when previewing the book: 'Hey Amigo, your file is flawed, stop working on it, and get back to the drawing board." Should be able to try again next Monday.

  • My iCloud is disabled. I've reset my password numerous times, but that doesn't help. Can someone please tell me how can I log onto my iCloud

    My iCloud is disabled. I've reset my password numerous times, but that doesn't help. Can someone please tell me how can I log onto my iCloud

    If your ID is disabled, you'll have to contact Apple for assistance, either by going to https://expresslane.apple.com, then click More Produces & Services>Apple ID>iTunes Store, App Store or Mac App Store>Disabled Apple ID, or by contacting the Apple account security team: http://support.apple.com/kb/HT5699.

  • I am trying to buy mitril for hobbit kom but it always gives me error i have already added my card information to store but i cant buy it.Could u help me about it ,please?

    I am trying to buy mitril for hobbit kom but it always gives me error i have already added my card information to store but i cant buy it.Could u help me about it ,please?

    Wish I could help. My wife is having the same problem.  Same computer for 2 years and all of a suddent it thinks this is her first purchase.

  • HT3775 why can't i play .wmv file in quicktime even after i download codec from windows? can anyone help me wit this please!!!!!

    why can't i play .wmv file in quicktime even after i download codec from windows? can anyone help me wit this please!!!!!

    Have you done the obvious things to try to fix it: quit Quicktime then start it back up again, log out then back in, reboot.
    Edit: Just read one of your later posts. If VLC won't play it, this is unrelated to Quicktime and Flip4Mac. Are you sure these wmv files are okay?

  • TS3276 I am not able to Mobile Me email account to connect with iCloud or my Apple Mail program. Don't know if my settings are correct or not. Can anyone help me with this please?

    I am not able to Mobile Me email account to connect with iCloud or my Apple Mail program. Don't know if my settings are correct or not. Can anyone help me with this please?

    http://support.apple.com/kb/HT5922
    If you want to mirror your desktop, see:
    http://support.apple.com/kb/HT5404
    Regards.

  • CS4 jerky AVI playback, ImporterProcessServer?

    I usually use v6.5, and AVI playback is fine....Then I did a clean install of CS4, now AVI playback is jerky, choppy, slow...What is up with that?Windows Task Manager tells me Premiere CS4>"ImporterProcess Server" is using over 50% of CPU muscle..is that the problem, whats the workaround?...the PC is plenty fast with enough ram, and has done plenty of successful video editing in many formats(including AVI), in the past
    THANKS

    Thank you, to both Jim and Harm for a great series of technical posts on this thread.  Really fun to read and learn from!
    A study on drive performance I did yesterday on my RAID 0 configuration may add a bit of thought to our discussion.  I evaluated disk access times, and min/max read times.  Plus did reading up about RAID controller cards.
    First interesting discovery (at least for me) . . . as your video files get placed deeper on your drive, the access times increase significantly and data rates slow down.  Reports I've read explain this, and it's the simple physics of a platter spinning at a constant RPM.  The read/write head flys over the outer tracks of data much faster than the tracks near the center of the platter.  Sure enough, my read performance graph looks like a dying patient as the test approaches the inner tracks.  Not disastrous, but a good 30% drop in speed.
    So first conclusion is that if the drive starts getting close to full, slowdowns can be significant.  A separate plot of access time over position showed that near the end of the drive, access times also increased.  Hard drives start by writing data to the outer edges of the platter, where the head flies fastest and data speeds are at their best.  Data gets placed closer to the middle as you fill up the drive.
    Next interesting discovery -- most PC people, like me, use motherboard-based RAID controllers.  Not so good I found out.  Those are all software-based, and use a fair amount of the CPU -- my CPU overhead was around 15%.
    With my RAID drive test, I also observed substantial speed "pumping", up and down, which comes from the nature of relying on the motherboard CPU which can't stay focused on just drive access.  My worst-case low points in the pumping got down to about 70 MB/s.
    From the reasearch I've done, a PCI-e hardware-based RAID controller will eliminate the pumping and give you around a 20% to 30% speed increase with fairly steady read speeds.  Since my average read rate was about 110 MB/s, I could see that go upwards to 140 MB/s with a hardware-based RAID card, and hold fairly steady performance speeds.  Of course, if video files are fragmented, that'll slow things down somewhat.
    I hadn't thought about the effect of multiple tracks of video jumping up the needed bandwith.  A real good point.  But I don't often go beyond 3 tracks of video.  I sometimes do more complex overlays, but then, I will need to render those because my CPU is quickly overtaxed as Jim points out.  And then with rendering, shouldn't the rendered segments be read out as a single video track?  In other words, my workflow would probably rarely involve reading off of more than 3 video tracks, and I'd think Jim's observations are very applicable to me.
    So it would seem that RAID 0 gives me quite a bit of performance cushion, even with some of the other system overhead that Harm mentions.
    That might change if I went to the professional formats, working with video at 4:2:2, and began moving to less compressed formats.

  • TS3276 can anyone help on the following please. When I have been away from the office for a few days and check for emails it only supplies the most recent 100 emails and the ones before that are never received. thanks

    can anyone help on the following please. When I have been away from the office for a few days and check for emails it only supplies the most recent 100 emails and the ones before that are never received. thanks

    Does your server have a limit?

  • I have a brand new MacBookProo and I can not open PDF files from my desktop. Can anyone help me with this please?

    I have a brand new MacBookProo and I can not open PDF files from my desktop. Can anyone help me with this please?

    A new Mac comes with 90 days of free tech support from AppleCare.
    AppleCare: 1-800-275-2273

  • Just for my own privacy i would like to set up a password or pin number on my messgae app is there anything out there that will help me do this please comment if there is a possible solution out there

    Just for my own privacy i would like to set up a password or pin number on my messgae app is there anything out there that will help me do this please comment if there is a possible solution out there. I know alot may say what you have to hide but ive got nothing to hide i just want one on there so my privacy is not broken by friends and family if they fancy playing on my phone and having a snoop round my phone.

    If you visit these forums often, you will read about the 2 year old child who accidentally wiped out the parents phone, the kid who set a passcode and didn't remember what it was, etc etc etc
    Passcode your device.   Protect your device.   It really isn't a toy.    The toy is the iPod touch.

  • What does it mean when Siri keeps saying "I can't help you right now, please come back later."?

    What does it mean when Siri keeps saying, "I can't help you right now, please try again later."?

    Pretty much what it says, SIri can't help you right now.  I suspect it's a location, nework and/or server issue.  Siri is currently Beta and doesn't always work.

Maybe you are looking for

  • I have iTunes on my iPad. I have a new iPod nano. How do I connect iPod to iPad to download iTunes and music library?

    I have iTunes on my iPad. I have a new iPod nano. How do I connect iPod to iPad to download iTunes and music library?

  • PPro CS4

    when i try to import a video (.mpg) file i got from my sony digital camera... when i hit play, the video has this bluish purple haze over it and i can't see anything...the sound is perfectly fine, but there's something wrong with the video...does any

  • SAP Business connector

    Hi Experts, We are running into some issues with Japan/Taiwan orders going through SAP BC. I would like to understand the configuration changes required to support multi-byte characters in SAP BC. I also have a few questions related to SAP BC: - What

  • MacBook can't do much of anything without freezing

    My computer is a MacBook 13in 10.5.8 and I've never had any problems with it. I keep it up to date with any of the updates needed and I recently put MacScan on there to make sure there wasn't any funny business going on. I've noticed lately that it s

  • PGA Memory increase indefinitely

    Hello. I'm using Oracle XE and doing some load tests on a java application using JDBC as connector. During the load, 6 data tables increase but every 3 minutes, a scheduled job purge everything. My problem is that my PGA memory size increase indefini