Video streaming?
Hello,
I've created a project, in wich i add the Video and the Video gallery modules. I have some questions about it:
1) is the video in streaming or "downloaded" and after executed?
2) is possible manage the videos with CDN (Content distribution network)?
3) in the Video module, can I assign at runtime the video to show (ex. the last uploaded)?
Thanks
Ilaria
Hello Ilaria,
1. We do not use Streaming.
2. Currently this is not supported, but we have plans to implement provider for AmazonS3 or Viddler.
3. When you open the Video control for editing there is a property AutoPlay which you can set to true or false.
Kind regards,
Ivan Dimitrov
the Telerik team
About the Autoplay, I st it to TRUE, but i have to assign it...i need that the module show the last uploaded video, without I assign it to the module.
Hi Ilaria,
If you don't want to do this programmatically you can use VideoGallery control
1. Drop the control on a page
2. Open the control for editing
3. Set Sort videos - Newestfirst
4.Go to Settings and set Use Limit to 1
Note that this control does not support autoplay.
If you want to show the last item and use AutoPlay, you have to create a custom control that inherits from MediaPlayerControl. The control has a property MediaUrl which you can set to the last uploaded item. To get the last uploaded item you can use the Media Modules API
Regards,
Ivan Dimitrov
the Telerik team