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

MP4 videos are not playing on Android Tab using HTTPS

1 Answer 49 Views
Android Devices
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
SAM
Top achievements
Rank 1
SAM asked on 02 Nov 2015, 12:30 PM
Hi Tina,
 In our application, we are serving mp4 videos using HTML5 like-


<video controls="" autoplay="" name="media">
<source src="http://testsystems.com/data/20150918_103225_9826/1B_Structure_v1_1.mp4" type="video/mp4">
</video>

mp4 videos are playing well without any issue on Desktop, Laptop, Andriod Tab and iPad using HTTP. 

But when we are trying to play mp4 videos using HTTPS on Andriod Tab (Samsung Galaxy), we are geeting black screen. Although there is no issue on Laptop, Desktop and iPAD. The only issue on Android Tab. 

We are using following HTML5 mark up to play mp4 videos using HTTPS-



<video controls="" autoplay="" name="media">
<source src="https://testsystems.com/data/20150918_103225_9826/1B_Structure_v1_1.mp4" type="video/mp4">
</video>

What could be the possible cause? Does Android not support mp4 videos using HTTPS?


Regards,
Samir

1 Answer, 1 is accepted

Sort by
0
Tina Stancheva
Telerik team
answered on 05 Nov 2015, 01:22 PM
Hello Samir,

I was able to play a video file over HTTPS in a sample app. You would only need to ensure that the Hardware Acceleration feature is enabled for Android devices. I further commented your case in this forum post.

Let me know your thoughts and progress on this.

Regards,
Tina Stancheva
Telerik
 

Visit the Telerik Verified Plugins Marketplace and get the custom Cordova plugin you need, already tweaked to work seamlessly with AppBuilder.

 
Tags
Android Devices
Asked by
SAM
Top achievements
Rank 1
Answers by
Tina Stancheva
Telerik team
Share this question
or