Reputation: 2647
I am using MediaPlayer to play an online video. The link for the video I use is "https://" link. But it shows the following error:
Command PLAYER_SET_DATA_SOURCE completed with an error or info PVMFErrNotSupported
And when I change this link to "http://" the video playback starts perfectly. What can be the problem.
Thanks in advance.
Upvotes: 2
Views: 1811
Reputation: 53687
HTTPS is not supported before Android 3.1. Please have a look on the following link
http://developer.android.com/guide/appendix/media-formats.html
Upvotes: 4