[android-developers] Re: progressive video play over https

2010-07-17 Thread Indicator Veritatis
But why even bother? If Dave Sparks tells us it is not supported, we really should be able to trust that he knows what he is talking about: take the hint from his email address domain! On Jul 15, 7:12 pm, Jenus Dong jenus.ne...@gmail.com wrote: try use media player to play the https url, find

Re: [android-developers] Re: progressive video play over https

2010-07-16 Thread Jenus Dong
try use media player to play the https url, find out. the manifest of media player should include the filter like, data android:scheme=http / data android:scheme=https / or some permission problem, anybody have more experience in this field? On Fri, Jul 16, 2010 at 5:02 AM, Dave Sparks

[android-developers] Re: progressive video play over https

2010-07-15 Thread Dave Sparks
The media player currently does not support https. On Jul 13, 7:18 pm, zhao zhaoyang...@gmail.com wrote: I am trying to stream video over https from Android browser. If the video url is http, everything works fine. But when I switch the url to https, no video can be played. I tried 2 methods