How to stream
-
I'm new to Sharepoint so I may not use the correct terminology - please bare with me. I have a SharePoint 2010 hosted site that I need to stream a video from. The video will be duplicated in several locations and depending on the view's I.P, it should be streamed from a specific location. This is for an intranet Site at Head Office but we don't want all the units to be streaming from H.O so I want to create a conditional stream and have the videos streamed locally. I would appreciate any help or guidance. Thanks
-
I'm new to Sharepoint so I may not use the correct terminology - please bare with me. I have a SharePoint 2010 hosted site that I need to stream a video from. The video will be duplicated in several locations and depending on the view's I.P, it should be streamed from a specific location. This is for an intranet Site at Head Office but we don't want all the units to be streaming from H.O so I want to create a conditional stream and have the videos streamed locally. I would appreciate any help or guidance. Thanks
SharePoint is a great application framework but it isn't right for everything. My initial impression is what you are asking to do may be better suited for a different tool, such as ASP.NET, or consider re-evaluating the requirements. However, you may want to read this http://technet.microsoft.com/en-us/library/ee748607.aspx[^]
Failure is not an option; it's the default selection.
-
I'm new to Sharepoint so I may not use the correct terminology - please bare with me. I have a SharePoint 2010 hosted site that I need to stream a video from. The video will be duplicated in several locations and depending on the view's I.P, it should be streamed from a specific location. This is for an intranet Site at Head Office but we don't want all the units to be streaming from H.O so I want to create a conditional stream and have the videos streamed locally. I would appreciate any help or guidance. Thanks
First of all, your best bet is Silverlight video streaming -even though you can host Flash videos in SharePoint-. If you have SharePoint Server -not foundation- then there should be a web part for hosting Silverlight objects, which you can use to play the videos. Moreover the video itself shouldn't necessarily be hosted in a SharePoint list- though it can-. If you have access to the underlying IIS you can use the new IIS smooth streaming feature[^], or even host your video anywhere and on any service -including YouTube-. If you have a large number of videos or concerned about performance issues you can even host your file on another server and play it through your SharePoint site. Check this article[^] out.
Regards:rose: --- How to edit any .NET program without having the source code Visit my blog Follow me on twitter