Kaltura Player not showing up in View

1 reply [Last post]
Joined: 03/17/2010
Points: 2

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

Joined: 03/17/2010
Points: 2

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?