Hi all,
I can see support for Youtube and mp4 files, but can someone please confirm that videos hosted on Vimeo can be played using RadMediaPlayer?
We use the Radmediaplayer. However on page load, it loads the first chunk of the media file. When looking at the network logs we confirmed it loads on page load. Note this is not auto play, the file does not start until we press play.
What this means is that our stats are reporting very high file consumption and reporting downloads is not correct. We would like to stop the preload. Our current code is:
<telerik:RadMediaPlayer ID="RadMediaEpisodePlayer" Height="300" Width="100%"
EnableViewState="false" runat="server" AutoPlay="false"
HDActive="false"
RenderMode="Auto">
</telerik:RadMediaPlayer>
Dear Sirs or Madams,
just for your information: On your website "https://demos.telerik.com/responsive-web-design-aspnet/samples/adaptive/media-player.aspx", the video-source is currently not available.
Kind Regards.
I have a lot of .mpg files that I need to view. Very impractical to convert to .mp4. Is there a way to view these type of files through MediaPlayer? If not, can you suggest another media player that I can use?
Terry
Hi,
How can we set source for video in client side using radmediaplayer..I'm struggling with this problem can someone help me on this issue
Thanks,
Yogesh Kumar
I am using Start time property to keep video thumbnail.. it is working in all browsers but in safari browser those properties are not working like auto Play, Start Time properties can any one has solution for this please suggest.
Thanks,
Yogesh Kumar
The link for the Medial Player from the controls overview is dead:
https://demos.telerik.com/aspnet-ajax/errorpageresources.aspx?aspxerrorpath=/aspnet-ajax/media-player/examples/overview/defaultcs.aspx
Marc
Hello, all.
Just getting started with the RadMediaPlayer on a tight-deadline project, and I'm looking over the documentation, and I must be simply missing something.
I've got a playlist set up, and another control outside of the player -- a "featured video" display -- knows an index of an item within the playlist. I want to click the button and immediately go to the beginning of that video, client-side if possible.
Thanks in advance.
I'm looking here -https://docs.telerik.com/devtools/aspnet-ajax/controls/mediaplayer/overview
and don't see any documentation regarding accessibility keyboard support?
WAVE accessibility evaluation tool reports numerous errors with player button. How can we configure to avoid? Please attached image.
<telerik:RadMediaPlayer RenderMode="Lightweight" ID="RadMediaPlayer1" Skin="Bootstrap" runat="server" Width="340" BackColor="Black" AutoPlay="true" MimeType="video/mp4" EnableAriaSupport="true"
StartVolume="80" Height="200px">
</telerik:RadMediaPlayer>