Hosting company that can handle large videos.

I currently have 9 videos on my website that range from 3.5 minutes to 1 hour.  8 of them range in file sizes from 21MB to 389MB.  My latest video is 40 minutes long and 1.57GB.  I know,  that is huge, but it was taken with an HD camera and is in MP4 format encoded with the H.264 codec.  I tried to convert this to FLV, but the video looked terrible.  My current host has informed me that the video is to large for his server to handle.  I don't know exactly how all that works, so I am hoping that someone can tell me how to make the video smaller so that his server can handle it or suggest a host that can handle the files as is.  So if anyone has any suggestion, either way, please let me know.  It will be greatly appreciated.
http://www.liquidfirefishing.com/videos
My host did ask me to delete the 1.57GB video off his server, so it is not currently on there.

If you want to be in the video streaming business... then you need to move from shared hosting to a dedicated server.  FWIW:  I highly recommend Lunar Pages.  They have dedicated server packages starting as low as $99/month.   If you're so inclined, here's my affiliate link.   http://www.lunarpages.com/id/NancyO
Nancy O.
Alt-Web Design & Publishing
Web | Graphics |  Print | Media Specialists
www.alt-web.com/
HTML Validator - http://validator.w3.org
CSS Validator - http://jigsaw.w3.org/css-validator/
Tutorials - http://w3schools.com/

Similar Messages

  • Looking for Mac that can handle CPU intensive apps (Music & Video)

    Hi everyone, I am looking to get a new mac in the near future but wanted to know which Desktop mac is best for music and video? I was thinking of the new iMac but not sure if they are powerful enough? I need something that can handle CPU intensive stuff. I will be using it mainly for video editing and music producing

    In a nutshell,
    Look at the new 27 inch screen iMac models.
    Get the fastest optional CPU,
    Decide which optional GPU you'd be comfortable with.
    Get the base 8 GBs of RAM and then purchase extra, cheaper RAM through third party Mac RAM sellers.
    Then add as much RAM as you think you need. The 27 inch screen models can take up to 32 GBs of RAM.
    Decide on optional storage sizes.
    If you need a CD / DVD optical drive, these are no longer built-in and you will need to budget for a good external optical drive.
    Budget for 3-year extended AppleCare warranty service.
    In case of reliability issues with the first 5 years of operational life, the iMac will be covered with free warranty service for the first three years.
    Good Luck!

  • [SOLVED] "No codec present that can handle the stream's type" issue

    Hello. I got a python program that would play musics on a website, which doesn't work for a "no codec present that can handle the stream's type" issue. I have installed things like gstreamer, gstreamer-plugins, gstreamer-python, gstreamer-ffmpeg, and libmpeg2, etc. However, this issue still remains. Would someone here be able to help?
    Here's the error message:
    ** Message: don't know how to handle audio/mpeg, mpegversion=(int)1, mpegaudioversion=(int)2, layer=(int)3, rate=(int)24000, channels=(int)2, parsed=(boolean)true
    Error: There is no codec present that can handle the stream's type. gstplaybasebin.c(2322): prepare_output (): /GstPlayBin:player
    Here's the program, written by a Chinese: https://github.com/zhendi/DoubanFM-CLI
    Edit:
    I'm able to play the musics on the websites via chromium.
    Edit:
    I tried to download the music, and use gst-launch-0.10 filesrc location=~/p535960.mp3 ! decodebin ! autovideosink, but only find these messages:
    Setting pipeline to PAUSED ...
    Pipeline is PREROLLING ...
    ERROR: from element /GstPipeline:pipeline0/GstDecodeBin:decodebin0/GstMpegAudioParse:mpegaudioparse0: GStreamer encountered a general stream error.
    Additional debug info:
    gstbaseparse.c(2695): gst_base_parse_loop (): /GstPipeline:pipeline0/GstDecodeBin:decodebin0/GstMpegAudioParse:mpegaudioparse0:
    streaming stopped, reason not-linked
    ERROR: pipeline doesn't want to preroll.
    Setting pipeline to NULL ...
    Freeing pipeline ...
    Last edited by lastland (2012-02-18 07:47:47)

    Sorry. I just found the reason. I missed gstreamer-ugly in this case.

  • Is there a tool that can rotate N70 videos

    Got a few videos taken with an N70 that need rotating. Does anyone know any tools that can rotate these videos without changing the format? Thanks.
    T-mobile please give us v.20 N95 software.

    29-Aug-200705:41 PM
    el_loco wrote:
    You have to click on Directshow button (next to Use Directshow) and a window will open with a bunch of option.
    Direct show is any file that will normally play in Windows Media Player. So make sure you have the codecs installed in your pc prior to using Super. For example, Super will encode AVI files (Divx, xVid) but these files don't normally play in WMP, so they are not Direcshow, but once you install the DivX codec then they will play on WMP and then you can use the directshow.
    If the file is not Directshow then you cannot rotate it.
    If you don't see it, send me a PM with your email address and I can send you some pictures on how to do it.
    Thanks, found the option you are talking about, and installed the latest version of DivX, (I had version 2. Something). Unfortunately, although I haven't tried it, i'm pretty sure that mp4 files are not Directshow, unless DivX has changed alot.
    T-mobile please give us v.20 N95 software.

  • WL-JAAS-No Configuration was registered that can handle the configuration

    Hi,
    A) I am trying to run JAAS on Weblogic. We have got our own login module developed based on JAAS specification.
    I have created jas.config which is as follows:
    abcjaas {
    <pkg>.DBLoginModule required
    which I have included in the system properties as
    set JAVA_OPTIONS=%JAVA_OPTIONS% -Djava.security.auth.login.config=D:\BeaWL\jaas.config
    B) I had also tried setting this
    set JAVA_OPTIONS=%JAVA_OPTIONS% -Dlogin.configuration.provider=com.bea.common.security.jdkutils.JAASConfiguration. This I have also tried configuring in the java.security file in the JDK folder.
    While in Java code, it precisly throws error here on this statement:
    loginContext = new LoginContext("abcjaas", callHandler);
    But for all the above trials, it gives the same error as follows:
    C)
    Inside : Authenticator ::authenticateUser()....
    <Sep 10, 2009 2:32:49 PM IST> <Error> <HTTP> <BEA-101020> <[weblogic.servlet.internal.WebAppServletContext@609547 - appName: CommercialLines_EAR', name: 'App', context-path: '/App', spec-version: '2.5'] Servlet failed with Exception
    java.lang.IllegalArgumentException: No Configuration was registered that can handle the configuration named abcjaas
    at com.bea.common.security.jdkutils.JAASConfiguration.getAppConfigurationEntry(JAASConfiguration.java:124)
    at javax.security.auth.login.LoginContext.init(LoginContext.java:243)
    at javax.security.auth.login.LoginContext.<init>(LoginContext.java:403)
    at <pkg>.Authenticator.authenticateUser(Authenticator.java:38)
    at <pkg>.LoginFilter.doFilter(LoginFilter.java:40)
    Truncated. see log file for complete stacktrace
    >
    D) Kindly help, the Weblogic 10.3.0.0 running on JDK1.6 -Sun provided. I am not using the JDK1.6 in WL10.3 or its Jrockit1.6.
    Please let me know the resolution.
    Cheers,
    -Vishal Kumar

    I came across the potential fix through the document: http://docs.oracle.com/cd/E23717_01/doc.71/e23699/adm_troubleshoot.htm#BABIHJJF . The fix works fine.
    However I would like a better explanation of the issue and the fix. The issue happens only on Solaris servers that run sftp, but not on linux servers.

  • Search  application that can handle regular expressions

    I am desperately seeking for my PhD an OSX 10.6 application that can search through all my data. That application need to have *efficient search algorithms* for complex pattern searching.
    For example I want to search all my documents having the word cancer inside the file.
    Not only search for the filename cancer BUT search inside the documents with all the extensions (pdf, rtf, doc, etc.)
    In Windows I use +Filelocator Pro+.
    Is there a Mac OSX application like +Filelocator Pro+ for search?
    An application that can handle regular expression support, with any of the following options:
    +Export results to Text, command line options, Network drive searching, Boolean searches (e.g. AND, OR, and NOT), Perl compatible regexp option, Built in file viewer, Word, Excel and PDF searching, Open Office, Word Perfect option using IFilters, Unicode support, support for: ZIP, RAR, CAB, 7-Zip, ARJ, Bzip, CHM, CPIO, DEB, DMG, GZIP, HFS, ISO, LZH, MSI, NSIS, RPM, TAR, UDF, WIM, XAR, Z formats, Active Scripting support, Export as Text, CSV, XML, HTML, or XSLT custom format, File attribute searching , Relative date/time searches, Repositionable contents pane, Search within search, Exclude folders list,+ etc

    You might try the freeware EasyFind. It allows boolean and wildcard searches. How many of the other features in your "wish list" it offers I haven't checked. If EasyFind doesn't offer sufficient power, take a look at FoxTrot Personal Search or FoxTrot Professional Search.
    And of course there's always grep which can be incredibly powerful once you learn all its ins and outs.
    Regards.

  • Looking for Rental add-on that can handle flexible return dates

    Hi Forum,
    I am wondering which would be good add-on for rental industry that can handle flexible return dates (without cancelling original contract and creating a new one with actual date).
    I am wondering if Visnova's Rental add-on would handle flexible return dates without actually cancelling original contract and creating a new contract.
    Are there many ways to handle flexible rental return dates?
    Thanks.

    Hi,
    I have moved your thread here because you are looking for partner add-on instead of SAP add-on. Have you searched through this forum and SAP EcoHub ?
    Thanks,
    Gordon

  • Is there a MBP model (Configuration) that can handle multicam editing?

    I do a lot of multicam editing.  Is there a MBP configuration that can handle multicam editing (giving smooth playback
    In that editing mode) I am also desiring to have the fastest rendering I can get in that MBP.
    Any suggestions are appreciated.

    I do a lot of multicam editing.  Is there a MBP configuration that can handle multicam editing (giving smooth playback
    In that editing mode) I am also desiring to have the fastest rendering I can get in that MBP.
    Any suggestions are appreciated.

  • [SOLVED] recommendation for a text editor that can handle 25mb+ files?

    Not sure where to put it, so I put it her (if it's not the right place, can someone please move it.. thanks!)
    I'm building a database of about 60,000 files in folder X.
    I'm using php to organise all the files and clean them up (for exmaple removing "-" and ":") and then sticking them into a database.
    my main text editor is vim,and then I usually use a gui based editor for fast navigation (lets see you go through 1,010,131 lines of output in vim).
    The output is usually suppressed,  but the amount of files in X, changes daily (one day can go without change, then next day a user can add 20 files and another user can remove a file), so whenever a new file comes in I want to see that my code can handle it properly, then be able to stick in thee db properly.
    recently trying to open a 1million line file in Kate, or Kwrite seems to crash dolphin (KDE).
    If I install gvim, I'll need to remove Vim, and I dont want to do that.
    I'm looking for something small with scroll bars, that only needs to edit txt files.
    Last edited by scarletxfi (2010-09-28 22:37:10)

    scarletxfi wrote:I tired that, it wasnt the same, I don't know the exact line number, and as the files always change and are different from each other, i check locations which I know to be problematic..
    thanks for the suggestions thought , I see I have to work on my VIM navigation skills
    If you know that it's some specific subdirectory that usually messes up, or you know the name of the file you want to find, you can do /FILENAME to search for it. If you know it usually is around line 600,000, then try out 600000G.

  • Is there a DigiCamera that can take .mov video?

    Digital Cameras seem to take movies in not-QuickTime formats. From what I've seen, that is. Is there a Digital Camera that takes videos to .mov files?
    Or, hoping against hope, is there a Digital Camera that can take videos that are editable in iMovieHD ?
    Thanks in advance....

    Digital Cameras seem to take movies in not-QuickTime formats. From what I've seen, that is. Is there a Digital Camera that takes videos to .mov files?
    Yes. believe most (if not all) of the current Kodak models employ QuickTime .mov files using MPEG-4 compression. However frame rate and or frame size may be less than you hope for.
    Or, hoping against hope, is there a Digital Camera that can take videos that are editable in iMovieHD ?
    Virtually any format currently in use can be edited in iMovie if you have the appropriate conversion codec or conversion utility available.
    PERSONAL NOTE: Would normally advise use of almost any FireWire DV compressed video camera (even an older, "pre-owned" model) over the use of a "movie clip" capable digital still camera for quality, length of clip, and ease of editing in applications like iMovie.

  • Simple cms that can handle flv's

    Hi there,
    Before I spend tons of time learning Joomla, I was wondering if there is a simple (and free) cms that can REALLY handle flv's. The past few months I've waisted lot's and lot's of time looking into cms-es that supposed to be able to change flv's on a page but in the end couldn't. Any ideas? Thanks!

    Hi
    There is no template required as you would use this folder for your flv's in your normal development process, and all your client would be doing is replacing one file with another using the same name.
    At the very basic your client would require and ftp program, or he could even use the 'Fireftp' extension for firefox. You would then have to give him the folder name that he should use for the 'new' flv files and a list of the flv file names acceptable for the page.
    Another way would be to use a php log-in page that directs him to a file upload page, this would be my preferred method but it does require competency in programming php, which unfortunately you say you do not have, but someone you know may have this skill that you can team up with for this.
    This file upload tutorial is for images, but the principle is the same for any file - http://cookbooks.adobe.com/post_Upload_image_to_website__PHP_-16389.html.
    For log-in/out see the 'protect admin pages' section of this tutorial - http://www.adobe.com/devnet/dreamweaver/articles/first_dynamic_site_pt3_03.html.
    PZ
    www.pziecina.com

  • Photo app that can display large EXIF caption field?

    A while ago I went in search of a photo app that could display captions along with my photos.  I didn't really need to do any serious editing of the photo.  I settled on Photo Manager Pro and I'm pretty happy with it except it can only display one line of caption (below the photo): about 100 characters.  Anything more than that is just cut off.  I tend to be pretty verbose in my captions and would like to be able to display 256 chars.  Is anyone aware of an iPad photo app that can do this?  The native Photos app doesn't permit captions, and iPhoto allows only a small caption.

    correction to previous: I meant IPTC caption field.

  • Advice on Server system that can handle video and more

    Our Xserve died and right now we have a temporary fix, I know it last long. We are looking into purchase a new whole system. Our workshop consists of three branches Video, Photo, and Graphic with 15 Mac Pro workstation and use Final Cut Studio. We would like a system that is fast, reliable, and with fiber capabilities. Cause, I'm clueless on how to build a system. Any advice on what is the best system, a list or anything?
    Thank you
    Luis

    There's no single "best" here.
    You could configure a new Xserve to match or better the specifications of your failed Xserve boxes; if the failed box is more than a few years old, then a minimally-configured Xserve will probably have specifications past your old one.
    Gigabit networking is integrated.
    You'll need to add a Fibre Channel (FC) Host Bus Adapter (HBA) if you're using external SAN storage, or (if it is compatible) transfer the FC HBA over from the previous system. (Check that you have the correct slot for it when you order the new box; you'll need to have a PCI-X or PCIe slot, depending on what the previous HBA required.)
    If you're just looking for a whole lot of disk space and not re-using some existing SAN configuration, then adding a SAS adapter or analogous and an after-market external storage (RAID) array to your Xserve can usually get you equivalent capacity for less.

  • Nothing worst than a stupid company that can't fac...

    I needed urgently an online number. Come to this "company" of scammers an get a number. To get the money: 2 seconds. To have the number working: endless... To contact customer service: impossible! It does not exist!! if I would have known... At the end what I got: and online number that goes straight to voicemail totally useless. $18 less in my bank and a bad headache for the stress that this caused on me of finding out that a company rips you off this way. How professionals... I am doing my complain on ripoffreports.com and no wonder they have already 100s of complains!

    juankrloz wrote:
    I needed urgently an online number. Come to this "company" of scammers an get a number. To get the money: 2 seconds. To have the number working: endless... To contact customer service: impossible! It does not exist!! if I would have known... At the end what I got: and online number that goes straight to voicemail totally useless. $18 less in my bank and a bad headache for the stress that this caused on me of finding out that a company rips you off this way. How professionals... I am doing my complain on ripoffreports.com and no wonder they have already 100s of complains!
    here's how;
    How to Contact Skype Customer Service
    CONTACT SKYPE CUSTOMER SERVICE   |  HOW TO RECORD SKYPE VIDEO CALLS  | HOW TO HANDLE SUPICIOUS CALLS AND MESSAGES   |  WINDOWS PROBLEMS TROUBLESHOOTING   |  SKYPE DOWNLOAD LINKS  
    MORE TIPS, TRICKS AND UPDATES AT
    skypefordummies.blogspot.com

  • Need a "reel" Lightbox widget for Muse that can handle different pictures:

    the trigger: a small thumbnail picture (1:1) and the "real" picture: bigger (sure) and from different size/shape for example 2 : 3.
    Where can I get this widget?
    I testet different widgets f.e. from musegrid - but they cannot handle two different picture, like the "classic" Lightbox from lokesh/lightbox2 · GitHub...
    Thanks a Lot for your help!
    Bernhard

    You can get close to this effect using the built-in slideshow widget.
    Set the options for Full Screen and Lightbox.
    Temporarily make the thumbnails large and square.
    Select all the thumbnails and select Object > Fitting > Fit Content Proportionally.
    Limitations with this approach include:
    You can't stroke or round the corners of the thumbnails (assuming they have mixed aspect ratio) since the stroke or rounding will appear on the square frame the thumbnail is fit within, rather than on the image itself.
    You can't crop the thumbnail differently than the hero image. Again because the frame is large and square and the image is fit within (in order to enable thumbnails with different aspect ratios).
    I'm not aware of any third party Muse widgets that would get any closer to the exact effect you're looking to achieve.

Maybe you are looking for