Question 10
Your client has an existingvideo streaming service thatis performing well. Videosare of high definitionand can measure ingigabytes of data each.The Marketing team wantsthe ability to allow itseditors to embed videos in the middle of their CKedit body attributes, with the stipulation that there is no need for any coding for the editors. Assume that the editors already know how to use all the OOTB features of CKedit.
Additionally, the Marketing team wants video links to appear in lists with other heterogeneous assets throughout the website.
Which solution will best meet these requirements?
Create a basic asset that has several metadata attributes, one of which stores a reference to the video stream server URL. Create a typed template that builds the JavaScript code to render the video "in situ."
Train the editors to simply type the URL of the video server in their CKedit body attribute by using the source code feature.
Migrate the video blob data to the WebCenter Sites database as assets. Create a typed template that streams each video asset via blob server tags "in situ" just like any other blob asset.
Create a flex video asset definition that has a single attributes that stores the JavaScript to embed the video player. Create a template that simply streams the JavaScript "in situ."
Correct answer: D