Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
78 views

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>

Thank you all for help in advance
Doncho
Telerik team
 answered on 16 Nov 2021
1 answer
48 views

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.

Vessy
Telerik team
 answered on 22 Mar 2021
4 answers
62 views

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

Denis
Top achievements
Rank 1
 answered on 26 Jan 2021
1 answer
162 views

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

Eric R | Senior Technical Support Engineer
Telerik team
 answered on 14 Sep 2020
5 answers
94 views

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

Rumen
Telerik team
 answered on 10 Sep 2020
1 answer
31 views

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

Peter Milchev
Telerik team
 answered on 14 May 2020
1 answer
53 views

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.


Vessy
Telerik team
 answered on 13 Apr 2020
3 answers
36 views

I'm looking here -https://docs.telerik.com/devtools/aspnet-ajax/controls/mediaplayer/overview

and don't see any documentation regarding accessibility keyboard support?

Rumen
Telerik team
 answered on 05 Mar 2020
1 answer
47 views

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>

Rumen
Telerik team
 answered on 12 Feb 2020
4 answers
211 views

I have a gallery of three RadMediaPlayer controls.  The sources are added in the code behind.  The mp4 files are sitting in a folder at the root of the app.  The videos play in debug mode, but when I publish and upload to the dev web server, the video players don't play.  They are just black boxes.  I'm using IE11 and Chrome.  In debug mode, the videos all play in both browsers, but after publishing none of them play in either browser.  I have confirmed that the video files are included in the deployed published content and that the folder's path is consistent.  What would cause them to not play after publishing?

Code behind snippet:

protected void Page_Load(object sender, EventArgs e)
   {
       videoPlayer1.Source = ConfigurationManager.AppSettings["MediaUrl"] + "Video01_EMISPurposeOverview.mp4";
       videoPlayer2.Source = ConfigurationManager.AppSettings["MediaUrl"] + "Video02_AccessHomepageOverview.mp4";
       videoPlayer3.Source = ConfigurationManager.AppSettings["MediaUrl"] + "Video03_PrintingInspections.mp4";
       videoPlayer4.Source = ConfigurationManager.AppSettings["MediaUrl"] + "Video04_EnteringResultsResolutionOptions.mp4";
   }

HTML snippet:

    <tr class="galleryRow">
<td>
<div class="videoWrapper">
<telerik:RadMediaPlayer ID="videoPlayer1" runat="server" Source="" Width="300" />
<p class="videoCaption">EMIS Purpose Overview</p>
</div>
</td>
<td>
<div class="videoWrapper">
<telerik:RadMediaPlayer ID="videoPlayer2" runat="server" Source="" Width="300" />
<p class="videoCaption">Homepage Access & Overview</p>
</div>
</td>
<td>
<div class="videoWrapper">
<telerik:RadMediaPlayer ID="videoPlayer3" runat="server" Source="" Width="300" />
<p class="videoCaption">Printing Inspections</p>
</div>
</td>
</tr>

Stuart at Enjo Oz
Top achievements
Rank 1
 answered on 11 Feb 2020
Narrow your results
Selected tags
Tags
+? more
Top users last month
horváth
Top achievements
Rank 2
Iron
Iron
Steve
Top achievements
Rank 2
Iron
Erkki
Top achievements
Rank 1
Iron
Mark
Top achievements
Rank 2
Iron
Iron
Veteran
Jakub
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
horváth
Top achievements
Rank 2
Iron
Iron
Steve
Top achievements
Rank 2
Iron
Erkki
Top achievements
Rank 1
Iron
Mark
Top achievements
Rank 2
Iron
Iron
Veteran
Jakub
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?