Tuesday, December 29, 2009

Create A Video Streaming In Drupal6

Video Streaming using Drupal6.x Using Kaltura Module.

List of module

1)cck module(http://drupal.org/project/cck)
2)kaltura module (http://drupal.org/project/kaltura)
3)Views module (http://drupal.org/project/views)

Installation

1)Copy all the above module in sites/all/modules/ location
2)Browser the website and Log on as adminuser and navigate to http:/localhost/sitename/admin/build/modules.
3)Enable kaltura, views module & cck module under module section.
4)goto http:/localhost/sitename/admin/settings/kaltura link
i)Making all the Server Status OK in Server Integration Settings page
a)Drupal to Kaltura Session Test :
By default it will be OK status.
b)Cron-Job Status:
It will not be in OK status.so just run cron job manually,then status will be changed to OK status.
c)CrossDomain.xml Status:
It will not be in OK status.So just create a folder keys in the wamp server(c:/wamp) location and execute.

ii)Partner Info:
Place your kaltura Partnerid,Emailid and Password.
4)Most important step to configure upload functionality in kultura module is
Make sql mode to TRADITIONAL in mysql section
Add These lines in my.in files
[mysql]
default-character-set=utf8
Modify to
[mysql]
sql-mode=TRADITIONAL
default-character-set=utf8



[mysqld]
port=3306
Modify to
[mysqld]
port=3306
sql-mode=TRADITIONAL

Uploading Image/video/Audio Functionality.
1)Goto create content and link on Kaltura Media Node type to upload Image/video/Audio file.

After successufully uploading file in the site.


Browser the line http:/localhost/sitename/kaltura/entries to find the list of files.

No comments:

Post a Comment