Customizing KCW

2 replies [Last post]
Joined: 08/19/2009
Points: 14

Hi, How can I customize the Kaltura Contribution Wizard to add the below as separate media providers. Considering my partner Id as 100000.

1) All the entries uploaded in this partner id account should be listed as separate media provider. This will allow my site users to quickly search for videos which are uploaded thorough my site

2) Also the entries uploaded by an user of a partner_id identified by puserId as separate media provider. It will allow users to quickly import his entries into KAE/KSE remix project.

3) Also if possible a filtered and sorted search result set as a separate list

----------------------------------------------------------------------
| Audio | Video | Image
----------------------------------------------------------------------
Youtube |
Kaltura |
This Website | ( partner Id =10000)
My User Video | ( partner Id =10000, puserId=100)
Popular Category | ( partner Id =10000, tags=popular)
-----------------------------------------------------------------------

Joined: 04/05/2009
Points: 354

Firstly, currently you cannot import content from YouTube via the KCW.

In regards to your other questions... I have no idea! I'll have a play around with the KCW and see if I can get it to work.

Joined: 02/06/2010
Points: 13

hi

I have seen in the community portal a description about custom media Providers.
http://corp.kaltura.com/wiki/index.php/Contributor_Wizard

<service>
    <id>2</id>
    <type>webcam</type>
    <authMethodList>
      <authMethod>1</authMethod>
    </authMethodList>
    <moduleUrl>WebcamView.swf</moduleUrl>
    <name>Webcam</name>
    <logo/>
    <customData>
      <serverUrl>rtmp://{HOST_NAME}/oflaDemo</serverUrl>
    </customData>
    <media>
      <type>video</type>
    </media>
  </service>
[xml]

But how to integrate it with the hostet  versions of KSE or advanced editor plugins?
I need a custom Provider to select images in my community website.

Thanks for any help