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
Reproduce the problem:
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
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.