Downloading video file problem

when i used to click on links to mp4 files before, a popup would show up asking what I want to do with it. now, it opens up a new tab and starts playing video file. I haven't added any new plugins but i think there has been a Firefox update. Wondering how I can fix it. Thx!

Yes, this is a new feature on Windows. If you want to block Firefox from natively playing MP4s, which basically would return Firefox to the previous behavior, you can switch a setting under the covers.*
(1) In a new tab, type or paste '''about:config''' in the address bar and press Enter. Click the button promising to be careful.
(2) In the filter box, type or paste '''media''' and pause while the list is filtered
(3) Double-click '''media.windows-media-foundation.enabled''' to switch its value from true to false. Not sure whether this takes effect immediately when you reload the tab you were in or whether you need to restart Firefox before it takes effect.
''* Technically, this setting governs the use of code supplied by Microsoft for H.264 decoding. MP4s that use another form of encoding may still play after flipping this setting.''

Similar Messages

  • I have recently started downloading video files. I have downloaded a season of a tv show. The season had 9 episodes. Three downloaded fine and the other 6 will not. When i try to download them i get a message saying error -34 The disk you are attempting t

    I have recently started downloading video files. I
    have downloaded a season of a tv show. The season had
    9 episodes. Three downloaded fine and the other 6
    will not. When i try to download them i get a message
    saying error
    -34 The disk you are attempting to use is full.
    Remove files and empty recycle bin to create space. I
    dont understand why it keeps doing this. I have lots
    of space on itunes and my computer is not full
    either.What can i do? How can i prevent this? Is
    there a problem with my computer?  Thank you!

    have a look at this support article.

  • Download video files from youtube

    What is the best way to download video files from youtube.
    Thank you in advance,
    Kevin Davis

    FireFox browser has hundreds of YouTube video downloaders add ons.  My personal favorite is DownloadHelper. 

  • Stop People To Download Video Files

    Hi,
    I'm planning to run a website on which I want to display some
    videos (on demand) to my visitors but I don't want them to download
    video files in any way, whether they try any tweak or anything.
    I went through Adobe website and came to know that Adobe
    Flash Media Server 3 can help me in any way, But it's extremely
    expensive, I can't afford it
    If you want you can offer me any other solution as well but
    my concern is:
    1) I want To stop people to download video files in all ways
    But budget is extremely low, I'm an individual not a company
    Jimmy

    Try to use free rtmp video streaming server like RED5 or
    smth. U should demand authorization data on application connect.
    And this is the solution.
    And on clintside: nc.connect ( uri, login, md5(pass),
    session_id_or_smth ).
    In case access is granted, one can play a stream of
    choice.

  • Can I re-download video files that are "pixelated"

    I have a few MLB.com videos from iTunes, but some of the video pixelates and would be considered substandard. Can I delete the file from my iTunes and re-download the file at no cost?

    Contact the iTunes Store customer support department through the form linked from the bottom of their web page and explain the problem to them. If the problem is in the copy they got from MLB, then they'll have to try and get a new copy which may take some time.
    Good luck.

  • How to download video files using java

    hi,
    i am designing a download manager using java. Although i am able to download html pages and images as of now, i am facing problems while downloading the video files. Can somebody please guide me as to how to do this.
    Thanks in advance,
    Arun

    All types of data should be downloaded in same way. What is your problem: exception or something else? Post here.

  • Help! Can't download video files from my iPhone 4S to my Mac. What to do?

    iPhoto won't download my video files like it used to with my old iPhone. The problem isn't the size of the video file. Big, small, none of them get downloaded when I sync my phone. Does anyone have any suggestions?

    It has always been very basic to always maintain a backup copy of your computer.
    Use your backup copy to put everything on the new computer.
    The iphone is not a storage/backup device.  It simply mirrors the selected content of the computer to which it is synced.

  • How to download video files using http urls through OSB

    Hi all,
    I am working on a requirement where I need to download the video using http url of that video through OSB. Is it possible to convert the video files hosted in a server into base64 code using OSB ? Kindly help me on this.
    Thanks
    Edited by: 887737 on Jul 25, 2012 3:26 AM

    Hi,
    I believe you can get the video file using file transport and then convert it into base64 using a java call out...
    This may help...
    https://blogs.oracle.com/ateamsoab2b/entry/an_example_of_how_to
    Cheers,
    Vlad

  • Downloading zip files - problem

    I have a program which is supposed to allow download of a zip file to the users PC and then write a record to a database showing that the user has downloaded the file.
    When I try and read the file I have downloaded I get an error message which says the zip file is incomplete.
    Here is the code which downloads the file
    docname = material.getFilelocation().substring(slashpos+1,material.getFilelocation().length());
    // reformat file name to work with getRealPath
    material.setFilelocation(dirname+"\\" +docname);
    //read data from file
    sc= getServletContext();
    String fileaddress = sc.getRealPath(material.getFilelocation());
    File resfile = new File(fileaddress);
    FileInputStream fileIn = new FileInputStream (resfile);
    BufferedInputStream in = new BufferedInputStream(new DataInputStream(fileIn));
    // Set up output to client
    res.setContentType("application/zip");
    res.addHeader("Content-Disposition", "inline;filename="+docname);
    OutputStream ds=res.getOutputStream();
    byte b[]=new byte[1024];
    int len =0;
    while ((len=in.read(b))>0) {
    ds.write(b,0,len);
    in.close();
    getfilelocation has format -directory/filename.zip
    Does anyone know why the file is incomplete?
    Thanks
    Suzan

    while ((len=in.read(b))>0) {There you are. You stop reading the input when you
    reach the first zero byte. The documentation for this
    method says
    "If no byte is available because the end of the
    stream has been reached, the value -1 is returned."I doubt that's the problem. The API does say that -1 is returned on EOF, but if it isn't going to return -1, then it will read at least 1 byte, stuff that into the array, and return the number of bytes read - which won't be zero unless the size of the array passed to it is zero (which it isn't).

  • How to download video files with realplayer ?


    Hello,
    i need some help with downloading video from this website:
    http://www.un.org/webcast/2009.html
    To see the video files require the realplayer, which i have installed. I have also
    Flip4Mac and Perian installed.
    When i click on the links, the realplayer opens and plays the video. But there is no command for a download.
    How can i download these files to my hard drive?
    Thank you for any help on this.
    Franz

    The latest version of RealPlayer include RealPlayer Downloader, which also serves to tell you if the video is available for download or not.
    RealPlayer 11.1 for Mac from:
    http://www.versiontracker.com/dyn/moreinfo/macosx/15540

  • Stop quicktime playing downloaded video files

    Hi
    How do I stop QuickTime from automatically playing video files that I have downloaded in Safari?
    I'm sure it's simple but just haven't found it out yet
    Thx

    Thanks a bunch, Linc, just downloaded about 50 video files and QT popping every time, just tickled my autism a bit too much. Good on ya.

  • Temporary Video Files Problem

    I am developing a Flashlight app for Windows Phone. First the problem was that it was not working on some higher end phones which I solved by adding the following code to my solution:
     // Create video encoding profile as MP4 
                        var videoEncodingProperties = MediaEncodingProfile.CreateMp4(VideoEncodingQuality.Vga);
                        // Start Video Recording
                        var videoStorageFile = await KnownFolders.VideosLibrary
                            .CreateFileAsync("tempVideo.mp4", CreationCollisionOption.GenerateUniqueName);
                        await _mediaDev.StartRecordToStorageFileAsync(videoEncodingProperties, videoStorageFile);
    Now the problem is that the above code create a temporary video file everytime Torch is enabled. Is there anyway to delete those files created when the torch is disabled by user?
    Prajjwal Dimri

    Hi Prajjwal,
    >>Now the problem is that the above code create a temporary video file everytime Torch is enabled. Is there anyway to delete those files created when the torch is disabled by user?
    We can use StorageFile.DeleteAsync method to delete this temporary file:
    https://msdn.microsoft.com/en-us/library/windows/apps/windows.storage.storagefile.deleteasync.aspx
    StorageFile videoStorageFile;
    private async void FunStart()
    // Create video encoding profile as MP4
    var videoEncodingProperties = MediaEncodingProfile.CreateMp4(VideoEncodingQuality.Vga);
    // Start Video Recording
    videoStorageFile = await KnownFolders.VideosLibrary
    .CreateFileAsync("tempVideo.mp4", CreationCollisionOption.GenerateUniqueName);
    await _mediaDev.StartRecordToStorageFileAsync(videoEncodingProperties, videoStorageFile);
    private async void FunStop()
    //Something to stop torch....
    await videoStorageFile.DeleteAsync();
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Downloading pdf file problems

    Over the last couple of weeks I have downloaded a number of pdf documents from the web. On each occasion double clicking it (I have Preview as my default) Preview gives an error message "The application has unexpectedly quit". If I launch Adobe Reader (7.0) and use the File open command I get an error message telling me that the file is damaged. Downloading the files onto my company PC and transferring the files using a memory stick produces perfect files. Both Preview and Adobe can open them
    Is the download process damaging the pdf document and are there Safari settings that can affect this?
    iMac G4 1,25 GHz, 160GB drive. 1MB RAM   Mac OS X (10.3.9)   Safari 1.3.1
    iMac G4 1,25 GHz, 160GB drive. 1MB RAM   Mac OS X (10.3.9)  

    That is two things you have said are not working in Safari: downloading pdf (how about other) files and clicking on a link.
    I would first empty your cache (Safari > Empty Cache). If that does not work, I would delete Safari's Preference file which is named "com.apple.Safari.plist" and is located in the Preferences folder in the Library folder on Finder's Home Page (~username/Library/Preferences).
    You could also see if Safari is giving you problems in a new user account to see if you have a system-wide problem or a user-account one. To create a new account, open System Preferences and click on Accounts. You may have to click on the padlock and give your admin name and password to create an account. Click on the plus sign in the lower right corner to create the new account. I see no reason to give it a password. You can delete this account later using using the minus key, although I have kept my second account to use for testing (the user folder only takes up 32 kb).
    I had no problems downloading a pdf from the link you gave using Safari 2.0.3. It sould also work with Safari 1.3.1.

  • Download video file and open in media player

    I need to set a link to a video file (ideally one that can be
    opened on both PC and MAC) that, when clicked, will download the
    video to the viewers desktop and open it in their media player.
    Can this be done?

    Okay, fair enough. Is there a way I can have the video file
    automatically download to their desktop? I tried getURL with a path
    to the file, but then it tried to open in the browser and just
    brings up the #404 error. If I zip the video file it automatically
    downloads, but the client doesn't want the videos zipped.

  • Relatively large video file problems

    Videos larger than about 4GB don't seem to get converted properly by the desktop app when syncing to the playBook.
    I have done a fair bit of testing and the file size seems to be the common denominator of the problem. In other words, its not a problem of what file types or codecs are supported, just when the file gets to a certain size when converting, it gets corrupted.

    Hey Proton2,
    When you attempt to synchronize the video file what error message displays? 
    What file formats have you tested?
    How much free space do you have In the PlayBook?
    Can you manually transfer the file to the PlayBook from the PC? (http://www.blackberry.com/btsc/KB26068)
    Thank you.
    -HB
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

Maybe you are looking for

  • Request forward with a PDF file is not working in 8.1 SP2?

              Hi,           I have a servlet that forwards the request to a pdf file. The code works fine           in WL61. However when I ran the servlet in WL8.1SP2, all I get is a blank page.           However, instead of PDF I forward the request to

  • Selecting fields for flat file input

    I've built a scenario that uses the File adapter to load a flat file into SAP and fully understand the concepts. My problem is that I have fixed length file I need to load which has 50+ fields per row. I only need 10 fields per row and those fields a

  • WD Java: Problem with Model out of other DC

    Hi, all! I' ve got 2 WD Development Components: One is hosting an Adaptive RFC-Model, the other one my UI. I put the model into its DCs Public Part and declared it as Child DC of the other one. After successfully building & deploying both DCs, I rece

  • Interest in F.2B not required if customer has a credit balance.

    Hi all, When i calculate interest in F.2B, its also calculating if the customer has a credit balance. I dodnot want interest to be calculated if customer has a credit balance. Could anyone please let me know if there is any setting or any userexit to

  • I bricked my 2g iPhone, will reinstalling previous firmware fix it?

    I bought it off Craigslist and it was owned by a 16 year old girl, so I doubt she jailbroke it, doesn't mean she didn't though.  I wanted to reformat everything and restore it and it worked, but now it won't make it past the "Activation" mode.  It's