Copyright © 2011 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.
EduVideo.org
I have a CCK Content Type with a Kaltura Field. When I try to make a View that displays the video (selecting Default as the formatting option for the Video field), the resulting output only displays the raw placeholder code
[kaltura-widget media_type="video" entry="0_3sm54n7g" size="large" width="500" height="400" /]
Selecting Full as the Display Format in the View, properly displays the Full node (Title, Thumbnail, and Video)
Any thoughts or suggestions as to how to get the Default formatter to display the Player?
Thanks
I thought I figured out what was up:
Because the Kaltura CCK field is a node reference to the Kaltura Media Type you have to not only include your specific Media Type that has the CCK field in the Filters Type section but you must also include the Kaltura Media Node in the list of Types. That way the View knows what to reference.
But alas, that didn't work. Still need a hand...
Thoughts?