Unplanned
Last Updated: 25 Oct 2022 08:08 by Thomas

Bug report
MediaPlayer Toolbar does not react to touch input in iPadOS 15.7 and Safari

Reproduction of the problem

Go to https://docs.telerik.com/kendo-ui/controls/media/mediaplayer/multiple-sources

Click on Preview

Touch the MediaPlayer to show the toolbar. /no toolbar is shown/

Expected/desired behavior
The toolbar shall appear on touch input

Environment
Kendo UI version: [all]

Browser: Safari

Unplanned
Last Updated: 12 Oct 2022 10:50 by Hadi
Created by: Hadi
Comments: 0
Category: MediaPlayer
Type: Feature Request
0
The HTML video tag has a playsinline attribute that indicates whether the video will be played "inline", that is within the element's playback area or in full screen. Expose an option that allows setting the attribute for the MediaPlayer's video tag.
Unplanned
Last Updated: 02 Dec 2021 12:24 by ADMIN
Created by: Martin
Comments: 0
Category: MediaPlayer
Type: Feature Request
4
The media player control supports playback from static files. I would like to suggest to add live media streaming capability to the media player control. This would allow for live broadcasting.
Unplanned
Last Updated: 11 Feb 2021 12:29 by ADMIN
Is it possible to play the videos at 1.25x, 1.5x speed similar to what Youtube allows
Unplanned
Last Updated: 01 Dec 2020 22:25 by ADMIN
Created by: William
Comments: 0
Category: MediaPlayer
Type: Feature Request
1

Hi Team,

I'd like to request the Kendo UI MediaPlayer to be able to play Loom Videos.  

Thank you!

Completed
Last Updated: 21 Jan 2020 12:13 by ADMIN
Created by: Ross
Comments: 6
Category: MediaPlayer
Type: Feature Request
13
Unplanned
Last Updated: 19 Sep 2019 10:20 by ADMIN
Need some Video, Audio, Thumbnail player features under Kendo UI for jQuery > MEDIA for Video & Audio playing, including loading/buffering, with control buttons and animations. Right now there is almost nothing for Audio, Thumbnail or Video.
Unplanned
Last Updated: 09 May 2019 10:12 by ADMIN

Reproduce the problem:

  1. Create a page with 6 kendo UI MediaPlayers and stream 6 videos (YouTube or live HTTP stream). This should work fine.
  2. Create a page with more than 6 kendo UI MediaPlayers and stream that many videos (YouTube or live HTTP stream). This will not work properly

In kendo dojo (https://dojo.telerik.com/iLASIwUw and KendoError.jpg) 1 or more of the MediaPlayers give this error: "Your browser does not currently recognize any of the video formats available. "

Using my own application (see attached page zip and CustomError.jpg) I create multiple MediaPlayers. The first 6 work perfectly. Every video I add after the first 6 just shows a white screen. No errors are given.

I did note, when using my own example, that when one of the 6 working streams is closed, one of the 4 not working MediaPlayers starts playing, i.e. no more than 6 running MediaPlayers at any one time.

 

For the kendo dojo example, each MediaPlayer is attempting to stream from the same YouTube video.

For my example, each MediaPlayer is streaming from a different HTTP stream.

 

What can I do to play more than 6 MediaPlayers at once on one HTML page?

Kind regards,

Keyan Monadjem

Dojo example link: https://dojo.telerik.com/iLASIwUw