Copyright © 2008 Kaltura Inc.
All Rights Reserved. Designated trademarks and brands are the property of their respective owners.
Use of this web site constitutes acceptance of the Terms of Use and Privacy Policy.
famfamfam
Installation
$ gem install kaltura-ruby
Usage
# These values may be retrieved from your KMC account
login_email = your_login_email
login_password = your_login_password
partner_id = your_partner_id
subpartner_id = your_subpartner_id
administrator_secret = your_administrator_secret
user_secret = your_user_secret
config = Kaltura::KalturaConfiguration.new( partner_id )
client = Kaltura::KalturaClient.new( config )
session = client.session_service.start( admin_secret, '', KalturaSessionType::ADMIN )
client.ks = session
filter = KalturaFilter.new
pager = KalturaFilterPager.new
media = client.media_service.list(filter, pager)
puts "\nmedia:"
puts media.to_yaml
#video = File.open("/home/papyromancer/ovb.ogv")
#client.media_service.upload(video)
You may check out a read-only working copy anonymously over HTTP:
svn checkout http://www.kaltura.org/kalorg/kcl_ruby
Maintainers may also commit using their site user name and password [remind]