This is a migrated thread and some comments may be shown as answers.

video in kendo ui problem

4 Answers 66 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
abdalahde
Top achievements
Rank 1
abdalahde asked on 26 Jul 2014, 10:52 PM
hi i work in new app in visual studio in telerik extension.
i am try to put video .
i use this code.
-------------------------------------------------------------------------
<video width="360" height="240" controls>
        <source src="video/HowBrushYourTeeth.mp4" type="video/mp4">
</video>
-------------------------------------------------------------------------
but it does appear when i see the app in the simulator.
did i need to do some more action to get it work.
-------------------------------------------------------------------------
and i need a dynamically way to load video in jquery..
thank you very much

4 Answers, 1 is accepted

Sort by
0
abdalahde
Top achievements
Rank 1
answered on 29 Jul 2014, 01:23 PM
no one can help me .... 
0
Tsvetina
Telerik team
answered on 29 Jul 2014, 02:39 PM
Hi Abdalahde,

You cannot play audio or video in the simulator using the <audio> or <video> tags. To see the video in your app, run the app on a physical device.

This is part of the limitations in AppBuilder listed in this help article: Known Issues.

Let us know should you still encounter problems with the video playback when you run the app on a physical device.

Regards,
Tsvetina
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
abdalahde
Top achievements
Rank 1
answered on 29 Jul 2014, 09:26 PM
That's what i get when try it in my iphone ... not playing why .. ??
0
Tsvetina
Telerik team
answered on 30 Jul 2014, 03:52 PM
Hello Abdalahde,

Can you confirm that the video that you are trying to play is supported by the mobile Safari browser?

According to this Apple resource, if the iOS device cannot play the specified media, there is a diagonal bar through the control, indicating that it cannot play. You can see here that the iOS Safari supports only baseline profile MPEG-4 video. If the video is not of this type, the hybrid app won't be able to play it and will display the diagonal bar.

Regards,
Tsvetina
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
General Discussions
Asked by
abdalahde
Top achievements
Rank 1
Answers by
abdalahde
Top achievements
Rank 1
Tsvetina
Telerik team
Share this question
or