0

What is the best way to integrate video in sharepoint 2013 and categorize by type - training,design. Could you help me.Thanks in advance.

Sai
  • 101
  • 1

1 Answers1

0

The best way to go here is creating an Asset Library. See link below: More information about Asset Library

What you would also have to do is to add an additional column "categorytype" to your new Asset Library.Or you could create different Asset Libraries for different categories of course, depending on your specific needs.

  • Thank you so much Stefan.I have to create different Asset libraries for different categories. – Sai Apr 16 '14 at 16:15
  • Hi Stefan,I created different Asset libraries for different videos.I have to show all of the links in one page.If I click on those links it should redirect to corresponding videos.How to do that.Thanks in advance – Sai Apr 17 '14 at 00:04
  • The easiest way would by to display multiple listview-webparts, one for each Asset Library on a single page. on clikcing on an item you will get redirected to the corresponding item(video). – Stefan Hennicken Apr 17 '14 at 06:51
  • I got it .I did display the videos using listview webparts.Thank you so much Stefan – Sai Apr 21 '14 at 19:04
  • I have to integrate youtube videos and provide search functionality,provide thumbnails, have to adjust the video size,provide better look and feel and categorize by type also.Is it better to develop custom webpart. – Sai Apr 24 '14 at 18:10