[android-developers] Audio streaming

2009-09-02 Thread Vlad
Hi, I am working on a music streaming application and cannot find APIs I can use for it (MediaPlayer supports files only local or HTTP). I have a few questions and would appreciate if someone can help me answering them. Does Android SDK 1.5 support audio streaming (MP3 stream for example)? If do

[android-developers] Audio Streaming

2012-11-22 Thread Karunakaran Vikash
Hi everyone.. I need to stream an audio file ,from an Android device to another Android device I need to seek it back... with out any breaks , i have to play the songs... Which rule is possible... !!! send me some ideas regarding that ... . Same for Video Streaming tooo... I ne

[android-developers] Audio streaming

2008-05-27 Thread David Given
Has anyone ever gotten MediaPlayer to play audio streams directly off the network without having to download them first? Here is my naive code straight out of the manual: ---snip--- _player = new MediaPlayer(); _player.setOnPreparedListener(this); _player.setOnErrorListener(this); _player.setOnBu

[android-developers] Audio streaming

2011-05-17 Thread Sebastian Breit
I'm interested in developing an Android app that is able to connect two android devices and stream audio so they are able to talk. Not as sofisticated as Skype :) What libraries or methods would you recommend me to use? Ive programmed a lot of things but never something like that (audio and stream

[android-developers] Audio streaming application

2012-12-21 Thread Ali
Hi All, We are looking to develop an Audio streaming application where we have the media files on a web server and have users browse them and play them on android phones. What is the best approach to develop this. Would be helpfule if you can share your experiences and best practices. Thanks f

[android-developers] Audio Streaming Integration

2009-01-27 Thread Tez
Hi, How can I integrate the cupcake audio streaming code into the existing android sdk? Cheers, Earlence --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email

Re: [android-developers] Audio streaming application

2012-12-21 Thread Talha Qamar
Hi i have sent u the simple code needed for audio streaming.Check it.Its working. HaPpY CoDiNg :) Regards, Talha Qamar. On Sat, Dec 22, 2012 at 11:05 AM, Ali wrote: > Hi All, > > We are looking to develop an Audio streaming application where we have the > media files on a web server and have use

Re: [android-developers] Audio streaming application

2012-12-21 Thread Ali
Thanks Talha for the quick response and code details. Will this support pause/play ? and navigation like next/prev tracks etc On Saturday, December 22, 2012 9:52:16 AM UTC+3, Talha Qamar wrote: > > Hi i have sent u the simple code needed for audio streaming.Check it.Its > working. > HaPpY CoDiNg

Re: [android-developers] Audio streaming application

2012-12-22 Thread Talha Qamar
no right now it does not support it. On Sat, Dec 22, 2012 at 12:03 PM, Asheesh Arya wrote: > Please find the enclosed attachment containg source code to play live > audio streaming from server > > -- > You received this message because you are subscribed to the Google > Groups "Android Developer

Re: [android-developers] Audio streaming application

2012-12-22 Thread Asheesh Arya
What? Can You Elaborate? -- 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 android-developers+unsubscr...@googlegroups.com

Re: [android-developers] Audio streaming application

2012-12-22 Thread Ali
Thanks Ashish On Saturday, December 22, 2012 10:03:58 AM UTC+3, asheesh arya wrote: > > Please find the enclosed attachment containg source code to play live > audio streaming from server > -- You received this message because you are subscribed to the Google Groups "Android Developers" group.

[android-developers] Audio streaming via Bluetooth

2011-03-28 Thread Rimma Sukhovsky
Is it possible to stream and play audio to the phone via Bluetooth? For example if i wanted to stream audio from my pc to my phone. I looked into the bluetooth api, and it seems that you can stream out of the phone (as a server) but not to stream in (as a client), or am i missing something? -- Yo

[android-developers] Audio streaming to Java server

2011-12-20 Thread Giuseppe
Dear Experts, I had now spend 10 days to find an answer to my question, but no way!!! I understood how to send an audio streaming to a socket using the following code, but I don't know how to listen the audio on the server side or how to save it in local file. Any help is welcome. String hostn

[android-developers] Audio Streaming with Media Player

2009-01-12 Thread Lukas
I want to play a radio stream directly from a url, without downloading it first to the phone. But MediaPlayer returns this error: (-10, 0) Does anybody know, what it means or what is the problem with the code below? The stream I want to play is wma: mp.setDataSource("http://asx.skypro

[android-developers] Audio Streaming with Media Player

2009-01-12 Thread Lukas
I want to play a radio stream directly from a url, without downloading it first into a temporary file on the phone and having MediaPlayer read it from there. But if I provide the MediaPlayer with a url it returns this error: (-10, 0) Does anybody know what it means or what is the problem with the

[android-developers] audio streaming from https site

2011-03-11 Thread usman
Hi all i am developing multimedia player in android which will play songs using live audio streaming from different sites. but i am unable to stream songs which are on HTTPS site. i am solving this issue from 3 days. i could not find any solution's on net. has anyone some idea to solve this

[android-developers] Audio streaming/progressive download over HTTP

2009-04-14 Thread Alexander
Hi All, I have a couple questions regarding audio streaming/progressive download over HTTP. Could you please help me? 1. MediaPlayer supports progressive download according to the developer guide from this link http://developer.android.com/guide/topics/media/index.html ("If you're passing a URL

[android-developers] Audio-Streaming IOException: Prepare failed.: status=0xFFFFFFF6

2012-08-25 Thread Dmitriy F
Android 2.3 Mediaplayer can't play none of those audiostreamsresulting in `W/System.err(19610): java.io.IOException: Prepare failed.: status=0xFFF6`. However, the same stream works fine on Android 4.0. Is there anything I can provide the app with t