Partner uasge package

7 replies [Last post]
Joined: 03/31/2011
Points: 6

Hello everybody,

i found the param usage package in the publisher configuration.
Can anybody tell me what it's good for or what exactly does it do?

Thanks,
C3000

Joined: 08/10/2010
Points: 230

Would like to get information about some detail information of the different packages too!

Joined: 08/10/2010
Points: 230

Any information about the current publisher usage packages right now?

how are the restrictions of kaltura free, kaltura 100, kaltura 500 etc. ?

Joined: 11/05/2009
Points: 334

partner usage package is a integer between 1 and 6, inclusive, that correlates to the Kaltura Free, 20, 50, 100, 250, and 500 built in packages, respectively. the free package is 10 gigabytes of storage space, while the remainder are limited by storage space equal to their namesake.

Joined: 08/10/2010
Points: 230

thanks for this information. are there any official information about this partner usage packages? haven't found anything yet.

and is it possible to change the limitations?

Joined: 08/10/2010
Points: 230

would like to create my own partner usage packes including storage, bandwith/streaming.

what about the package e.g. kaltura 500. is there are limitation for bandwith too or just a limit for storage?

Joined: 02/14/2011
Points: 53

I have to look for info about this too, but for starters, you should take a look at the folder /opt/kaltura/app/alpha/apps/kaltura/config and the xml files in it (e.g. partnerPackages.xml).

Joined: 08/10/2010
Points: 230

Thanks for this information. Summing up there are 3 xml files with different settings:

Service Edition Type

        <package>
                <id>3</id>
                <name>Kaltura 50</name>
                <cycle_type>1</cycle_type>
                <cycle_bw>50</cycle_bw>
                <cycle_fee>100</cycle_fee>
                <overage_fee>2</overage_fee>
                <support_types>2</support_types>
        </package>

Class of Service

        <package>
                <id>3</id>
                <name>Class of Service  Level - 3</name>
                <cycle_type>1</cycle_type>
                <cycle_bw>100</cycle_bw>
                <cycle_fee>150</cycle_fee>
                <overage_fee>1.5</overage_fee>
                <support_types>6</support_types>
        </package>

Vertical Clasiffication

        <package>
                <id>1</id>
                <name>Vertical Market 1</name>
                <cycle_type>1</cycle_type>
                <cycle_bw>20</cycle_bw>
                <cycle_fee>50</cycle_fee>
                <overage_fee>2.5</overage_fee>
                <support_types>2</support_types>
        </package>

Whats the difference between these services packages delivered by Kaltura CE?

What about the settings in detail? "type", "bw", "fee", "overage_fee", "support_types". How can I understand these?
In my opinion the service edition types should control things like "bandwith" ("cycle_bw" ?) or storage in Gigabyte.

But I can't imagine how these three settings should work along with each other. Especially when setting up e.g. "partner package 2, class of service level 2 and vertical market 3" which all consist of different "cycle_bw" values.

Anyone of you got experience with this?