Hi guys, Please, give your vote, if you want to see support for subtitles in RadMediaPlayer. Best regards, Rumen
Add option to auto play all videos in playlist. After it finishes first video, the next video in playlist should get highlighted in PlayList and video should start playing. Continue until the end of the playlist.
e.g. https://www.youtube.com/embed/VIDEO-ID?modestbranding=1 should not display the YouTube watermark.
Was poking around on the media player demos page in FF and I noticed that your transitions for the overlays are animating out with javascript? Why are we doing this on a new control...I know you guys like maintaining consistency...but it makes the control feel so "dated" as the elements choppily disappear.
Would like to see more events added to the control, specifically events when entering or leaving fullscreen mode.
Add an option to support the automatic repetition of the video.
Hi, I have used rad controls from past few years. They are really awesome. Now I have a requirement to add Rad Media Player in a webpage and making cue points as shown in the attached image. The required feature is described below. I have to create a XML file / Database table consist of Cue points name and time intervals. When I want to play a movie it will take cue points from XML file or Database Table and show it in auto hide-able panel which is linked to the cue points. This should be beneficial to anyone who use this control. I am requesting you kindly add this feature at your earliest. Thanks and regards Chandan Mohanty
It would be great if RadMediaplayer could have support for primarily rtmp streams and in addition ums and mms streams.
The ability to add a watermark (either image or text) to the mediaplayer would be fantastic. As an example, I would like to watermark the username and time on my videos so if someone screencaptures the video and distributes it, I will know who it was. Also useful for copyright information etc...
Add new properties to the RadMediaPlayer control to enable loading of subtitles from an in-memory String
Reproduction:
<telerik:RadMediaPlayer RenderMode="Lightweight" ID="RadMediaPlayer1" runat="server" AutoPlay="true"
Height="360px" Width="640px">
<PlaylistSettings YouTubePlaylist="PL28149B23F489D223" Mode="Buttons" ButtonsTrigger="MouseDown" />
</telerik:RadMediaPlayer>
WebVTT file with a text header is not being displayed and cues with identifiers are also not shown.
Not working sample .vtt file:
WEBVTT - This file has cues. 14 00:01:14.815 --> 00:01:18.114 - What? - Where are we now? 15 00:01:18.171 --> 00:01:20.991 - This is big bat country.
Working sample .vtt file:
WEBVTT 00:01:14.815 --> 00:01:18.114 - What? - Where are we now? 00:01:18.171 --> 00:01:20.991 - This is big bat country.
Using the 2015 Q2 version, there will be no error when the playlist is invalid. The RadMediaPlayer playlist will remain empty, and you can handle the PreRender event if you want to do further configurations