Is there any ready to use webpart that can be imported to a WSS 3.0 site, in order to view video embedded on website, with no extra coding or server changes?
|
If you have your video hosted on some videosite (youtube, vimeo) you can just use the embed-code in a Content Editor Webpart. Pro
Con
|
|||
|
|
|
SharePoint 2007/WSS3 does not come with the ability to stream videos. In fact, it is particularly horrible at it even with BLOB caching enabled. I would STRONGLY recommend hosting your videos elsewhere, like youtube, and then putting the EMBED code into your pages using the Content Editor Web Part. However, if that is not an option and you must keep the videos in SharePoint, then look into incorporating one of the free video players out on the web. One of the more common ones is FlowPlayer. You will still have to add Javascript files to your site as well as create the actualy javascript needed to play the video. that script would go in the Content Editor Web Part. I would also recommend that you enable BLOB caching. It won't solve all of the stuttering and lag issues you will see when playing videos from SharePoint, but it does ease them a bit. Make sure you include the file extension of the videos you are streaming (i.e. flv, wmv) in the list of extensions to be included in the BLOBCache. |
|||
|
|
|
Check out http://svp.codeplex.com/. This is for Sharepoint and hope it works for WSS too. |
|||||||
|
|
Here is a document library template that might be useful for you. It's designed to work with Flash videos uploaded to Sharepoint, but it can work with any video really. |
|||
|
|
|
I am using the SharePoint Video Player available on the codeplex http://svp.codeplex.com/ and yes it works on WSS 3.0 site. It is a free open source project. |
|||
|
|