Sitefinity 4.2 Videos

Posted by Community Admin on 04-Aug-2018 10:24

Sitefinity 4.2 Videos

All Replies

Posted by Community Admin on 29-Oct-2011 00:00

Hello ,

Im working on Sitefinity 4.2 .Can u pls tel me how to Change / Modify Video Size Or Type Or Extension for Uploading Videos through Sitefinity Backend ?


Thanks & Regards,
Anu

Posted by Community Admin on 01-Nov-2011 00:00

Hey Anu,


By default only a .wmv is considered to be a valid (uploadable) video format. To change that, go to Settings >> Advanced >> Libraries >> Videos.

On there you can change the AllowedExensionsSettings.  (@Telerik that's your typo, not mine)
For instance to add MP4 support change it to: .wmv,.mp4

There aren't any restrictions to video size, only those you set on a library on which you upload the video to. And those are strictly file size limitations (Max library size and Max individual file size).

---
Although its a Silverlight based video player (and supports all the silverlight video formats) currently only .wmv is fully supported inside Sitefinity, meaning for an .mp4 you won't get a thumbnail in the backend. Also when selecting the video with the videoplayer widget, you'll just see a white space (since there isn't a thumbnail) but it plays perfectly.
---

If you've got suggestions, feel free to add them to this: A new media library thread on the suggestion forum.

Posted by Community Admin on 02-Nov-2011 00:00

Hi Anu W,

As Jochem said, Sitefinity supports the .wmv format by default, however you go and add other but you will not see the thumbnail as explained in the previous post.

If you want to change the upload file size for the media modules you can set the following settings in your webconfig:

add before the opening <system.web> tag:

<system.webServer>
   <security>
     <requestFiltering>
       <requestLimits maxAllowedContentLength="1024000000"/>
     </requestFiltering>
   </security>
 </system.webServer>

@Jochem - thanks for the typo!

All the best,
Victor Velev
the Telerik team
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed