Uploading Large videos Files to SharePoint 2010

Uploading Large video  Files to SharePoint 2010  for employee training portal
Saidireddy

Hello ,
The default maximum file size for SharePoint Lib is 50 MB. You can change the maximum file upload size in SharePoint 2010 .However;
a large volume of very large files can affect farm performance.
Ref to change maximum file upload size 
http://aryannava.com/2011/05/30/how-to-change-the-maximum-file-upload-size-in-sharepoint-2010/
I would suggest you that instead of uploading large files to SharePoint, you can Upload those files to File server or
media steaming server and Share those links to SharePoint server.
You can embed those links to SharePoint Silver Media player in .mp4 or .wmv formats. 
Best Regards Kuldeep Verma
Please remember to click "Mark As Answer" if a post solves your problem or "Vote As Helpful" if it
was useful.

Similar Messages

  • Storing Video files in SharePoint 2010

    Hello,
    We are going to store video files in SharePoint 2010. In total, we may have about 6 GB of files in total in Asset Library. Is it too much? What is the best approach to keep video files in SharePoint? I planned to change upload size, because 50mb is not enough.
    The largest file size will be 150 mb.
    Thanks

    + to Cameron
    Maximum file size limit is 2GB per, however that doesnot mean sharepoint will handle it without issues.
    I have seen request time out, for files even lesser than 50MB, it is again a big process of changing these settings in IIS and web.config.
    You can plan to have smaller files,but better to keep less than 50MB. Even worse if you have enabled versioning to asset library, which will keep increasing everytime the same file is uploaded.
    Auditing asset library periodically would also help to plan the growth, to an extent keep the library within few GBs and then plan store space requirement.
    Deciding library size will be big process, we have MS suggest 200 GB limit for Content databases, this limit also we need to consider while planning library size
    This link should help to get the limits -
    http://technet.microsoft.com/en-us/library/cc262787(v=office.15).aspx#Limits 
    Hope this helps!
    Ram - SharePoint Architect
    Blog - SharePointDeveloper.in
    Please vote or mark your question answered, if my reply helps you

  • Issue while uploading large size file to sharepoint

    How to upload 2GB into sharepoint 2010 document library using client object model. Upto 150MB its working well. While uploading more than 150MB i faced this error-- system.outofmemory exception was thrown

    Hi lililil,
    According to your description, my understanding is that you can't upload file which is larger than 150MB in your environment.
    To fix this issue, you need to set the Maximum Upload Size in Central Administration->Application Management->Manage Web Applications->General Settings.
    More information about set Maximum Upload Size:
    http://www.anmolrehan-sharepointconsultant.com/2012/01/sharepoint-2010-document-library-upload.html
    Also, you need to set maxAllowedContentLength in IIS web.config file:
    http://blogs.technet.com/b/sharepointcomic/archive/2010/02/14/uploading-large-files-to-sharepoint-on-windows-server-2008-and-iis7.aspx
    Best Regards
    Zhengyu Guo
    TechNet Community Support

  • Is there a way to send a large video file through email, not using websites?

    Hey guys,
    Just wondering if there is an easy way to send a large video file through email, not using websites such as yousendit.com.
    If anyone knows please respond, would be greatly appreciated! Thank you

    No there isn't. Most all Email providers, whether your ISP or some other provider like Google, Yahoo, Microsoft with their Outlook.com or Office365 and Apple's own iCloud system, have a linit on the max size a email can be. Most are around 10MBs some slightly larger but if the vieo you want to send to someone it larger than that you will have to upload it to a website and then have the people you want to view it download it from that website.

  • Splitting large video files into small chunks and combining them

    Hi All,
    Thank you for viewing my thread. I have searched for hours but cannot find any information on this topic.
    I need to upload very large video files. The files can be something like 10GB in size, currently .mpeg format but they may be .mp4 format later on too.
    Since the files will be uploaded remotely using using internet from the clients mobile device (3G or 4G in UK) I need to split the files into smaller chunks. This way if there is a connection issue (very likely as the files are large) I can resume the upload without doing the whole 10gb again.
    My question is, what can I use to split a large file like 10Gb into smaller chunks like 200mb, upload the files and then combine them again? Is there a jar file that I can use. i cant install stuff like ffmpeg or JMF on the clients laptops.
    Thank you for your time.
    Kind regards,
    Imran

    There is a Unix command called split that does just that splits a file into chunks of a size you specify. When you want to put the bits bact together you use the command cat.
    If you are comfortable in the terminal you can look at the man page for split for more information.
    Both commands are data blind and work on binary as well as text files so I would think this should work for video but of course check it out to see if the restored file still works as video.
    regards

  • Segmenting large video files

    can anyone recommend a software to divide up large video files into 1GB chunks ready for upload to my iDisk storage. The files will be in MPEG2 format.

    You can break up large files into smaller segments using the Terminal command "Split".
    In the following example, we will break an (imaginary) movie, "MyFilm.mov" into 1000MB pieces.
    Place the file to be split onto the desktop (this keeps it simple, otherwise you will have to "cd" to the directory where your movie resides)
    Open Terminal and...
    TYPE: *cd desktop* and press return.
    TYPE: *split -b 1000m MyFilm.mov* and press return.
    This will produce a number of files on your desktop named xaa, xab, xac and so on. There is a way to retain the original name or rename the file to something else but I don't have documentation on this at hand. You could move them to a suitably named folder.
    The "1000m" part of the command is the size of the individual split files (in this case, the file will be broken into pieces of approx. 1000MB each
    This may take some time to process, depending on the total size of the resulting files, how much RAM you have and the speed of your Mac.
    At some point, your archived files will need to be re-assembled into a viewable movie. So....
    Rejoin a set of split files:
    Place all the files "xaa", "xab" etc, that are to be rejoined, onto the desktop
    (keep it simple, remember...)
    In Terminal;
    TYPE: *cd desktop* and press return.
    Type cat x* > MyFilm.mov and press return. Again, this may take some time, depending on the size of the resulting files.

  • Out of Memory Error and large video files

    I created a simple page that links a few large video files (2.5 gig) total size. On Preview or FTP upload Mues crashes and gives a Out of Memory error. How should we handle very large files like this?

    Upload the files to your host using an FTP client (i.e. Filezilla) and hyperlink to them from within your Muse site.
    Muse is currently not designed to upload files this large. The upload functionality takes the simple approach of reading an entire linked file into RAM and then uploading it. Given Muse is currently a 32-bit application, it's limited to using 2Gb of RAM (or less) at any given time regardless of how much RAM you have physically installed. We should add a check to the "Link to File..." feature so it rejects files larger than a few hundred megs and puts up a explanation alert. (We're also hard at work on the move to being a 64-bit app, but that's not a small change.)
    In general your site visitor will have a much better experience viewing such videos if you upload them to a service like YouTube or Vimeo rather than hosting them yourself. Video hosting services provide a huge amount of optimization of the delivery of video that's not present for a file hosted on standard hosting (i.e. automatic resizing of the video to the appropriate resolution for the visitor's device (rather than potentially downloading a huge amount of unneeded data), transcoding to the video format required by the visitor's browser (rather than either having to due so yourself or have some visitors unable to view your video), automatic distribution of a highly viewed video to multiple data centers for better performance in multiple geographies, and no doubt tons of other stuff I'm not thinking of or am ignorant of.

  • How can I send a large video file from my iPhone 4?

    How can I send (by text) a (fairly) large video file from my iPhone 4 without it getting compressed first?
    If that's not possible is there a way to uncompress the video file one it is received onto the receiving iPhone?
    Or is there a way to sync or transfer a video file from iPhone to iPhone?

    ExFAT would be the best file system format, as it will handle files greater than 4GB.
    If exFAT is not available, go for FAT32.
    Just FAT is too limiting, so avoid that

  • Unknow error occured while Updating Mpp file to sharepoint 2010 list

    Hi , 
    Any body can help me here whenever i am syncing any mpp file to sharepoint 2010 list  i am getting error that 
    "Please check SharePoint  site is running or not "
    Thanks
    Abhishek 
    Abhishek Tiwari

    1- once you are done with creating MPP file save as .MPP file Type in all files and store in the same site where you would like to view/see.
    3- create new project task.
    4- now open the file and start syncing give the site name only  there you will get a drop of your project task in second column which you just created.
    5- validate and start syncing .
    NOTE :- whenever you are making any modification in file make sure that you haacve saved the file  by slecting as .MPP  in all file & stored in the same site .  
    Abhishek Tiwari

  • My ipad locked up when trying to send a large video file. I tried to turn it off and it's stuck. What so I do?, My ipad locked up when trying to send a large video file. I tried to turn it off and it's stuck. What so I do?

    My ipad 2 has locked up when trying to send a large video file. What do I do? Is there a reset button.
    Thank you

    Assuming that it's not still trying to send the video, then you could do a reset : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

  • Unable to directly open .xlsx files in sharepoint 2010?

    Hi,
    I am Unable to directly open .xlsx files in sharepoint 2010.
    Please help me to solve the above problem.

    Hi sudhir,
    For enabling anonymous access, you need to enable it at web application level and site collection level.
    At web application level: Central Administration->Application Management->Manage web applications->[your web application]->Authentication Providers->Default->Enable anonymous access.
    At site collection level: Your top site->Site actions->Site Settings->Site Permissions->Anonymous Access under Permission Tools ribbon->Anonymous users can access : Lists and Libraries.
    As you don't want anonymous users to access the linraries of the subsite, you need to break permission inhertance. You need to go to the sub site->Site settings->Site permissions-> clicking Stop inheriting permission. Then click Anonymous Access,
    and select Nothing.
    After the above, the anonymous users will not access the subsite.
    After breaking perimission inhertance, the sub site will have unique permission, and it will not be affacted by the top site. And for existing users who have permissions on the sub site, their permission is not changed on the sub site.
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • Software available for working with large video files?

    Hello,
    I'm working in PP CS6. I was wondering if there are any workarounds or 3rd party plugins/software that
    make working with really large video files easier and faster?
    Thanks.
    Mark

    Hi Jeff,
    Thanks for helping. This is the first time I shot video with my Nikon D5200. It was only a 3 minute test clip
    set at the highest resolution, 1920x1080-60i. I saw the red line above the clip in PP CS6 and hit the enter
    key to render the clip.
    It took almost 18 minutes or so to render the clip. This is probably normal but I was wondering if there is
    a way to reduce the file size so it doesn't take quite as long to render. I just remember a few years back
    that when the Red camera was out, guys were working with really huge files and there was a program
    from Cine something that they used to reduce the file size and make it more manageable when editing.
    I could be mistaken. I've been out of the editing look for a few years and just getting back into it.
    Thanks.
    Mark
    Here's my PC's components list you asked for:
    VisionDAW 4U 8-Core Xeon Workstation
      2 Intel QUAD-Core Xeon 5365-3.0GHz, 8MB, 1333MHz Processors
      16GB 667MHz Fully Buffered Server Memory Modules (2x2GB)
      Microsoft® Windows® Windows 7 Ultimate (x64)
      WDC 250GB, Ultra ATA100, 7200 rpm, 8MG Buffer Main OS HD
      2 WWDC 750GB, SATA II, 7200 RPM, 16MB Buffer HD (Raid 0)
      2 WDC 750GB, SATA II, 7200 rpm, 16MG Buffer HD (Samples)
      2 WDC 1TB Enterprise Class, SATA II, 7200 RPM, 32MB Buffer Hard Drive
      MOTU 24 I/O (main) / MOTU 2408mk3 (slave)
      Plexor PX-800A 18X Dbl. Layer DVD+/-RW Optical Drive
      Buffalo BuRay Drive (External) BR-816SU2 
      Front Panel USB Acess
      Integrated FireWire (1394a) interface
      Thermaltake Toughpower 850W Power Supply
      3xUAD1 Universal Audio Cards
      NVIDIA QUADRO FX 1800 / Memory 768 MB GDDR3
      CUDA Parallel Processor Cores / 64
      Maximum Display Resolution Digital @60Hz = 2560x1600
      Memory Interface 192Bit
      Memory Bandwidth (GB/sec) / 38.4 GB/sec
      PCI-Express, DUAL-Link DVI 1
      Digital Outputs 3 (2 out of 3 active at a time)
      Dual 25.5" Samsung 2693HM LCD HD Monitors

  • How to use and publish large video files in presenter 7 ?

    I am creating video intensive e-learning contents in presenter 7 (updated to 7.05).
    I generally, use 2 or 3 flv files (up to 50 MB size) in my presentation.
    After I publish my presentation in a web site, users must wait too long for watching any single video.
    Is there any method to use large video files (flv or any format) in presenter 7 and users can watch videos without any delay?
    Best regards.

    The problem you're facing is that Adobe Presenter output video playback is primarily Progressive Download rather than Streaming.
    Options, for you, include:
    1) Figure out a streaming video solution
    2) Use Adobe Media Encoder to compress/squash your video into more manageable sizes before importing the video into Presenter. I have found a decent compromise is the Web Medium preset as its datarate of 600kbps is just about the most a DSL connection can handle.
    3) Split your videos (instead of 2-3 50MB files, you'd have 4-6 25MB files).
    JP

  • HT3275 2 problems: All files are locked - how to globally unlock on the backup drive? I am backing up large video files 500GB on a 2 TB machine. Time Machine repeatedly copies everything using up all of disk space. I only need 1 copy not, twenty. What to

    2 problems: All files are locked - how to globally unlock on the backup drive? I am backing up large video files 500GB on a 2 TB machine. Time Machine repeatedly copies everything using up all of disk space. I only need 1 copy not, twenty. What to do?

    2 problems: All files are locked - how to globally unlock on the backup drive? I am backing up large video files 500GB on a 2 TB machine. Time Machine repeatedly copies everything using up all of disk space. I only need 1 copy not, twenty. What to do?

  • Best way to compress large video files

    How do i compress large video files so they dont take upso much space on my imac. 

    If you want to retain the quality you don't.
    What format are they in now?

Maybe you are looking for

  • How can I transfer data from a PowerBook G4 to a new 27" iMac?

    I am about to purchase a new 27" iMac and will need to transfer the apps and data to it from an Apple PowerBook G4, running OS 10.4.11 (Tiger).  In the past i've been able to use an Ethernet cable to do the transfer.  I called the Apple retail store

  • Radio button trouble when more than 2 selections

    I have a VI that uses 9 radio buttons to select one of nine cases. Each case contains a subVI that essentially creates a dated filename to write varying GPIB data to. The first two selections (1 and 2) work as designed. I get a date-coded filename wi

  • Sending a text between JTextField controls of two JFrames

    Hi I have two classes that extends JFrame class , the first class (NewJFrame) contains JButton and a JTextField as well as the second class (NewJFrame1) contains The problem is I want to enter a text on the JTextField control of the first jframe that

  • HOW TO PUT ITUNES ON SAMSUNG GALAXY 4

    Trying to access itunes on my samsung galaxy 4s HOW?

  • Help in design

    I need some help designing my new screen in jsp sample data: The user logs in and he has to select the following details and click submit. For each child, three menu items should be selected for BF, Lunch and Dinner Also, for each option, whether it