[android-developers] Re: AACPlus - Decoding a Stream? - Anyone Shoutcast?
The reason you can't play the file is the media player doesn't support raw AAC files. You could wrap them in a M4A format and that should work, but you won't be able to get a seamless playback stream. I know there are use cases we can't adequately support and I will be pushing hard to fill in the gaps in future releases. On Nov 7, 7:44 am, Jona <[EMAIL PROTECTED]> wrote: > Dave thanks so much for your reply! I really appreciate it! > > I'm trying to understand why it wouldn't work... I handled my > connection properly to one of the radios on ShoutCast and stored > around 1MB of data to be later tested if the correct information was > sent... It was successful on playing the file on my PC but not > MediaPlayer on android... So that would tell me I achieved a proper > connection via HTTP... maybe I'm confusing my self? > > About the metadata tags I could just write a function to parse my > stream data and give me my metadata tags... right? > > Thanks for your time and patience ^.^ > > Jona --~--~-~--~~~---~--~~ 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] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~--~~~~--~~--~--~---
[android-developers] Re: AACPlus - Decoding a Stream? - Anyone Shoutcast?
Dave thanks so much for your reply! I really appreciate it! I'm trying to understand why it wouldn't work... I handled my connection properly to one of the radios on ShoutCast and stored around 1MB of data to be later tested if the correct information was sent... It was successful on playing the file on my PC but not MediaPlayer on android... So that would tell me I achieved a proper connection via HTTP... maybe I'm confusing my self? About the metadata tags I could just write a function to parse my stream data and give me my metadata tags... right? Thanks for your time and patience ^.^ Jona --~--~-~--~~~---~--~~ 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] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~--~~~~--~~--~--~---
[android-developers] Re: AACPlus - Decoding a Stream? - Anyone Shoutcast?
The codecs are there. The issue is that ShoutCast doesn't use HTTP1.1 protocol for streaming. You could probably hack up a proxy to make it work though. Also, there is no support for extracting metadata tags from a live stream (for artist, title, etc). On Nov 4, 4:45 pm, Jona <[EMAIL PROTECTED]> wrote: > OpenCORE includes: > • PV’s multimedia platform, including interfaces for > third-party and hardware media codecs, input and > output devices and content policies > • Media playback, streaming, downloading and > progressive playback—including 3GPP, MPEG-4, > AAC and MP3 containers > • Media streaming, downloading and progressive > playback—including 3GPP, HTTP and RTSP/RTP > • Video and image encoders and decoders: > MPEG-4, H.263 and AVC (H.264), JPEG > • Speech codecs: AMR-NB and AMR-WB > • Audio codecs: MP3, AAC, AAC+ > • Media recording: 3GPP, MPEG-4 and JPEG > • Video telephony based on 324-M standard > • PV test framework to ensure robustness and stability; > profiling tools for memory and CPU usage --~--~-~--~~~---~--~~ 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] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~--~~~~--~~--~--~---
[android-developers] Re: AACPlus - Decoding a Stream? - Anyone Shoutcast?
OpenCORE includes: • PV’s multimedia platform, including interfaces for third-party and hardware media codecs, input and output devices and content policies • Media playback, streaming, downloading and progressive playback—including 3GPP, MPEG-4, AAC and MP3 containers • Media streaming, downloading and progressive playback—including 3GPP, HTTP and RTSP/RTP • Video and image encoders and decoders: MPEG-4, H.263 and AVC (H.264), JPEG • Speech codecs: AMR-NB and AMR-WB • Audio codecs: MP3, AAC, AAC+ • Media recording: 3GPP, MPEG-4 and JPEG • Video telephony based on 324-M standard • PV test framework to ensure robustness and stability; profiling tools for memory and CPU usage --~--~-~--~~~---~--~~ 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] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~--~~~~--~~--~--~---
[android-developers] Re: AACPlus - Decoding a Stream? - Anyone Shoutcast?
Ok so now I understand a little more! We need a decoder for AACPlus. for some reason I thought the G1 phone supported aacPlus™ and Enhanced aacPlus? please correct me if I'm wrong... Are this codecs available? --~--~-~--~~~---~--~~ 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] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~--~~~~--~~--~--~---