Android :: 2.1 Supports Http Streaming For Mp3?
Sep 1, 2010Does Andriod2.1 supports http streaming for mp3?
View 2 RepliesDoes Andriod2.1 supports http streaming for mp3?
View 2 RepliesI connect to my network at home and wanted to stream music to my phone, but the Inc says the player can't stream. Anyone know of a player that can stream music and maybe even video?
View 2 Replies View RelatedIm experiencing an intermittent and very frustrating issue with MediaPlayer on Android when streaming MP3 over HTTP. Ive done as much research and debugging as I possibly can to try and find a solution, but am coming up short. I cant find reference to this issue anywhere, including b.android.com. Essentially, whats happening is MediaPlayer will not come out of the preparing state. The device is receiving audio data during this time, as indicated by network sniffs and the MediaPlayer buffering callback being invoked repeatedly with increasing percentage values, but eventually the buffer appears to become full and stops receiving. Because prepare() never returns, or more accurately when prepareAsync() is used and the onPrepared callback is never invoked, and neither the onError() nor onInfo() callbacks are invoked, the application can neither call MediaPlayer.start() nor make any sort of recovery. Other notable observations: The problem is intermittent, meaning that subsequent attempts to play the exact same MP3 stream from the exact same server may exhibit this behavior or not - The problem seems to be exasperated when the device is connected via 3G versus wifi - The problem occurs on different MP3s encoded by different software - The problem occurs when streaming from different HTTP servers - The problem cannot be reproduced on any of the Android SDK emulators - The problem can be reproduced on the HTC Incredible, Verizon Motorola DROID, and HTC Touch - When MediaPlayer successfully returns from the preparing state, there is an info message (what=1, extra=44) received. This info message is not received during the problematic case. Anyone ever experienced this, or even find a solution?
View 10 Replies View RelatedI need HTTP/RTSP Video Streaming with Android. Any Ideas ?
Is that possible to go with JMF with Android ? Any Working examples ?
Already tried with
http://davanum.wordpress.com/2007/12/29/android-videomusic-player-sample-from-local-disk-as-well-as-remote-urls/
Its not working with my case. Are there any specific types of videos that Android can stream?
i have read many posts related to http streaming but i haven't found any solution yet. My objective is to stream a video using http protocol.
i also want to know about streaming flash video too.
AudioRecord can record audio data in pcm format in realtime, but there is no audio-encoder who can encode pcm data to amr format. may be third-party java code can do this, but the performance may be very low.MediaRecorder just record audio data to disk. not realtime.It seems that this is a real miss-impossible?
View 2 Replies View RelatedIs it possible to stream video to an Android device by using Windows Media Services? Which protocol should I use between RTSP and HTTP? Actually, I have a video file (MP4 format) at a server and I want to stream video files to an Andriod device.
View 1 Replies View RelatedI have source code from an appli running on android 3.2 with a WAMP Server and WowZa Server on my desktop. I have to make it accept the HLS (Http Live Streaming). I saw on the web that the Vitamio Library can do that so i used it. I know that natively, android 3.0+ do it well but i do not succeeded make it work successfully.
The player is successfully displayed but no video starts..After a reboot of my router (because my server didn't answer), the player crash each time.
Somestimes yes, sometimes no, i have some logs, they are as attachment.I think a buffer problem...
I think I have to implement this method (at the end of my code) but i know what type in it.public void onBufferingUpdate(MediaPlayer mPlayer, int percent)
IT WORKS VERY WELL WITH .MP4
Here's my code from the Player Activity :
Code:
package fr.niji.broadpeak.activity;
import java.io.File;
import java.io.UnsupportedEncodingException;
import java.util.ArrayList;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
/*import android.media.AudioManager;
import android.media.MediaPlayer;
import android.media.MediaPlayer.OnBufferingUpdateListener;
[code]....
Commented lines are the lines when i had still not used Vitamio.
I need your help regarding streaming in android. I read some of the previous discussions but I have a few doubts which I thought of clarifying from you. Please help me with the following aspects:
(i) Does android supports RTSP and HTTP streaming?
(ii) One discussion read -> "Streaming does not work in the emulator environment due to some firewall issues in the emulator network layer". Is this issue not resolved till now?
(iii) I used the api demo code available
@ ApiDemossrccomexample androidapismediaMediaPlayerDemo_Video.java
Here I set the path as->
path = "Rtsp://10.2.5.220/sample_50kbit. 3gp"; OR as ->
"path = "rtsp://10.2.5.220/sample_100kbit.mp4"
This is crashing @ mMediaPlayer.prepare();
(I am using darwin streaming server)
This is playing fine in local playback. But, I am not able to understand why it is crashing here.
(iv) The supported codecs are MPEG4 Video, AVC, MPEG4 Audio, AMR, and H263. Am I correct? I await your response. Kindly assist.
I've just got a milestone and the Messaging app that comes with it only supports sms... unlike the droid's one which supports sms, msn and yahoo. Can somebody help me get the droid's Messaging app? Should I have any problems installing it on my milestone?
View 1 Replies View RelatedBeen looking through all the readers & have yet to find one that supports this format.
View 1 Replies View RelatedAndroid 1.6 supports video capture, however, not all phones will support video capture. Is there a way I can tell if the phone I am running on supports video capture or not?
View 1 Replies View RelatedDoes window 7 support android installlation?
View 5 Replies View RelatedIs there any way to discover which intents a given app supports? An old post indicated that PackageManager.GET_INTENT_FILTERS isn't supported, might there be some other way to do this?
View 18 Replies View RelatedIs Android supports Silverlight?
View 2 Replies View RelatedI am looking for a way to play a live video stream on android. At this moment I publish webcam from Flash application to Red5 and transcode it there into the second live stream using Ffmpeg.
How can I play the second stream on Android ? I tried to transcode the stream into mp4 file, and hint it with MP4Box, but it doesn't work because file is busy by ffmpeg process...I see Red5 RTSP plugin, is it possible to receive the published RTMP stream via this plugin on Android ?
The Typeface can not read a TTY font from external file. I just want to know why. Why this feature is denied even in 1.5r1? And have any plan to open the feature?
View 6 Replies View RelatedMeridian Player Pioneer for Android - Android and Me according to this article Meridan player now supports LOSSLESS now i don't have to convert some of my collect for when my incredible comes
View 1 Replies View RelatedIs it possible to play continuous audio stream (MP3 / AAC) in Android browser using <audio /> tag?
If you're not sure, could you at least recommend some good testing page containing and using <audio /> tag?
I am looking for an Android box, it supports 3D movies completely.
View 2 Replies View RelatedAs i am being an Android developer, and android is supporting SQLite database, i would like to know that which are the other mobile platforms supports the SQLite Database so that i can make SQLite database common and can place it at one place,and thereafter i can make database transaction from different mobile platforms.
View 3 Replies View RelatedI use Adium on my mac, and I'm looking for something as close as possible to that, and a big feature for me is the multiple name management thing. (As in signing in with multiple AIM accounts simultaneously)
Do any of the current ones support that? I tried the regular AIM one, but had no luck as it only supports one at a time.
I wish to know if Android supports dynamic font resizing at all? Say, if I have a button with 100dip width and 15px font text in it. If this button gets a longer text at some time, how can I make font size smaller so that I can fit in all text. PS: It just cuts-off the text and doesn't change font dynamically now.
View 2 Replies View RelatedHow can I determine if the phone my app is running on, supports video capture?
View 2 Replies View RelatedWhich music players use phones eq not their own?
View 5 Replies View RelatedThis might change some people minds. Sony Ericsson X10 2.1 update release date (supports multi-touch after all!) . It doesn't seem categoric, but it sure sounds exciting. I have to say that an X10 with 2.1 and multi-touch would be the best Android phone this year!
View 3 Replies View RelatedI'd like to create a custom component which supports voice recognition. (Custom Component which displays voice recognition button if available). It will primarily be an extended EditText which should show the microphone button for voice recognition if it is available. I wanted to to look at the search app-widget on the homescreen but I don't find it in the source. This is intended to use the voice recognition as some sort of dictation device, i.e. the user does not have to type but use his voice instead. So could anyone please point me in some direction?
View 1 Replies View RelatedDoes android 1.5 or 1.6 support android.media.MediaFile?
View 3 Replies View RelatedNow i want to record audio in WAV format. What should i do now because android only supports *.3gp or *.AMR type?
View 6 Replies View RelatedI have had several emails from people with HTC Tattoo devices who say they cannot find my app in the Market.
After reading this page (http://d.android.com/guide/practices/ screens_support.html) I believe I have to add the <supports-screens> tag to my manifest file. However, when I try to do this I am confronted with "Error no resource identifier found for attriute support-screens in package 'android'" messages. What does one have to do to update their manifest to tell the market an app supports all screen sizes?
Furthermore, if I need to change the android:minSdkVersion from "3" to something higher or add the android:targetSdkVersion tag, will this prevent people with older versions of Android from using my application?