Completed
Last Updated: 27 Aug 2021 12:40 by ADMIN
Release R3 2021

Reproduction:

<telerik:RadMediaPlayer RenderMode="Lightweight" ID="RadMediaPlayer1" runat="server" AutoPlay="true"
Height="360px" Width="640px">
    <PlaylistSettings YouTubePlaylist="PL28149B23F489D223" Mode="Buttons" ButtonsTrigger="MouseDown" />
</telerik:RadMediaPlayer>

Unplanned
Last Updated: 28 Aug 2020 11:15 by ADMIN

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.
See: 

 

 

Completed
Last Updated: 17 Apr 2014 10:49 by ADMIN
ADMIN
Created by: Radoslav
Comments: 0
Category: MediaPlayer
Type: Bug Report
0

			
Completed
Last Updated: 09 Jun 2015 07:53 by ADMIN
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
Unplanned
Last Updated: 03 Aug 2017 13:02 by ADMIN
ADMIN
Created by: Vessy
Comments: 0
Category: MediaPlayer
Type: Bug Report
0
RadMediaPlayer requires multiple taps to play videos in Safari in IPad. The problem is not reproducible in other mobile browser.

Steps to reproduce:
1. Open http://demos.telerik.com/aspnet-ajax/media-player/examples/overview/defaultcs.aspx  in Safari in iPAD
2. Tap to play the video

Result: The video will be not played on the first tap. 
Completed
Last Updated: 12 Feb 2020 11:21 by ADMIN
Release R1 2020 SP1
Created by: david
Comments: 1
Category: MediaPlayer
Type: Bug Report
0
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>