[android-developers] Re: how to save a streaming into SD card?

2010-10-09 Thread 097
I'm afraid you can't at app level. On Oct 9, 12:02 pm, Charlie88 charliel...@gmail.com wrote: hi cindy, Do you know how can I save a streaming video from the position the MediaPlayer is currently playing? Because since the streaming is already playing, I assume all the connection is fine.

[android-developers] Re: how to save a streaming into SD card?

2010-10-09 Thread Charlie88
hi 097, which task do you mean I can't do at app level? Charlie On Oct 9, 2:22 pm, 097 sphinxdw...@gmail.com wrote: I'm afraid you can't at app level. On Oct 9, 12:02 pm, Charlie88 charliel...@gmail.com wrote: hi cindy, Do you know how can I save a streaming video from the position

[android-developers] Re: how to save a streaming into SD card?

2010-10-08 Thread cindy
you can open a file, and write the content to file. On Oct 8, 8:42 pm, Charlie88 charliel...@gmail.com wrote: Anyone know the mechanism of saving streaming in Android? Is it related to the network condition? And how should I specify the path of the file in SD card in my saving command? Thanks.

[android-developers] Re: how to save a streaming into SD card?

2010-10-08 Thread Charlie88
hi cindy, Do you know how can I save a streaming video from the position the MediaPlayer is currently playing? Because since the streaming is already playing, I assume all the connection is fine. Can I use some shortcut commands to save the current playing streaming video? Thanks. Charlie On