[android-developers] Re: MediaPlayer example: Has anyone been able to stream an .mp4 file yet?

2008-04-05 Thread acopernicus

Got a solution here...I was able to successfully stream a .mp4 file.

Turns out my .mp4 file was not contain "progressive streamable
content".  I'm still trying to determine how to convert all my .mp3
files so they contain "progressive streamable content".  Even anyone
has a software conversion recommendation, then please email to me
using the "Reply to Author" button below.

Megha Joshi discusses this req in more detail here:
http://groups.google.com/group/android-challenge/msg/114f11e31351840d

Here's a .mp4 files that is "":
path = "http://kosmaj.sakura.ne.jp/vids/cm/copy_cm.mp4";;

Kosmaj posted the link above and talks a little more about it here:
http://groups.google.com/group/android-developers/browse_thread/thread/6162d55b73916083/3c3d4479be7f7ca0#3c3d4479be7f7ca0

Cheers,
Anthony


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: MediaPlayer example: Has anyone been able to stream an .mp4 file yet?

2008-04-04 Thread acopernicus

I decided to take matters into my own hands and to write my own
streaming utility for the MediaPlayer.

I created a tutorial on my solution and posted everything including
source code onto my blog:  blog.pocketjourney.com.

Please check it out & leave a comment on my blog if you have
questions.

Best of luck,
Anthony

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: MediaPlayer example: Has anyone been able to stream an .mp4 file yet?

2008-04-04 Thread Markiv

I am having the same issue...let me know if you figure out a
solution...

Vikram

On Apr 4, 1:46 am, acopernicus <[EMAIL PROTECTED]> wrote:
> Please feel free to test your working code against my .mp4 file if
> your code works.  It's possible there's something wrong with my .mp4
> file, but I doubt it.
>
> Thanks...again!
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: MediaPlayer example: Has anyone been able to stream an .mp4 file yet?

2008-04-03 Thread acopernicus

Please feel free to test your working code against my .mp4 file if
your code works.  It's possible there's something wrong with my .mp4
file, but I doubt it.

Thanks...again!
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---