The specific Kaltura functionality which we cannot implement within the CMSMS framework is to have the correct video load when clicked .. right now clicking on a video on our main page gallery just takes us to the default video player. Here's Kaltura's answer:
We do have a modest budget to work with to get this accomplished ... it's important that we can maintain the Kaltura features from the CMSMS Admin Panel to ensure continuity over the years.If you have a gallery with thumbnails representing a video, and you want to set it up so that when a users presses a thumbnail it will go to a page with the playlist and will play the selected video first, before playlist any other videos.
So you know what video the user is trying to play based on the thumbnail and have its entry_id. All that’s left to do is have the Flashvar “entryid=1234” in the embed code a dynamic parameter.
I think what you are asking below is if you get the entry id from the URL, and my answer is not necessarily. Another option is to keep a local DB with that info – when a user uploads a video through our ContributorWizard there is a callback function with the entry id. By calling the getEntry API you can get all the Metadata on that entry id and store it on your DB. That way you have all the information you need.
Thanks!
- Nate Wright -
Marketing Dude - National Film Festival for Talented Youth
----------------------------------------------
Cms Version: 1.6.6
Installed Modules:
* CMSMailer: 1.73.14
* FileManager: 1.0.1
* MenuManager: 1.6.2
* ModuleManager: 1.3.1
* News: 2.10.3
* nuSOAP: 1.0.1
* Printing: 1.0.4
* Search: 1.6.1
* ThemeManager: 1.1.1
* TinyMCE: 2.5.5
* Twitter: 0.0.4
* Blogs: 0.3.3.1
* RSS2HTML: 1.2.4
* CGExtensions: 1.17.6
* SiteMapMadeSimple: 1.2.1
Config Information:
* php_memory_limit:
* process_whole_template: false
* max_upload_size: 64000000
* default_upload_permission: 664
* assume_mod_rewrite: true
* page_extension: .html
* internal_pretty_urls: false
* use_hierarchy: true
Php Information:
* phpversion: 5.2.9
* md5_function: On (True)
* gd_version: 2
* tempnam_function: On (True)
* magic_quotes_runtime: Off (False)
* memory_limit: 64M
* max_execution_time: 60
* safe_mode: Off (False)
* session_save_path: /tmp (1777)
* session.use_cookies: On (True)
Server Information:
* Server Api: cgi-fcgi
* Server Db Type: MySQL (mysql)
* Server Db Version: 5.0.85
----------------------------------------------