Android :: Streaming Of Wav Files Using Native Player
Apr 5, 2010
Our application needs streaming of audio files.I have done with streaming of mp3 files by calling the native player and passing the url to it. Whereas the default player is not able to play the wav format files from remote server. The following code worked for mp3 files...............
View 2 Replies
Apr 4, 2010
I have a Samsung Galaxy I7500 using android 1.5. I extended my phone with a 16GB microSD. I copied a big music collection (around 800 files) into a folder on this SD. Now the problem is that the music player can't find all the files.
I know that there are several threads about android not finding music. The answers are usually that the library hasn't yet been updated or that the ID3 tags are not correct.
I have checked both.
Btw. I can play the files using ASTRO.
In my opinion it seems as if android can't build up a library with too many entries. If I rename the files or put them into different folders, songs disappear and reappear quite randomly.
Do you have any solutions? Is there a music player which doesn't use the native music players index of files?
View 3 Replies
View Related
Oct 8, 2009
could not run any raw aac files (e.g xxx.aac) in native music player although OPENCORE has a raw aac parser ...
Aacfileparser.cpp (externalopencorefileformats
awaacparsersrc)
This looks like not integrated with Android framework layer through JNI. So music app does not have any knowledge of this file type ..
View 2 Replies
View Related
Mar 8, 2010
The native android player doesn't support .m3u playlists. A Online Radio, DroidLive, and StreamFurious all support .m3u playlists, but they are intended for streaming radio, not playing your own playlists. Because of this there is no next song or previous song functionality, which is pretty important for me. Anyone know a program that can do this?
View 1 Replies
View Related
Jun 23, 2010
Is there an application which alllows you to search for songs and stream them for play? Sorta like Slacker or Pandora, but they don't letter you choose your songs.
View 2 Replies
View Related
Jul 16, 2010
When the stock Android media player is playing a song, if you tap the album art box, you will discover that the Droid X has a visualizer for your viewing pleasure.
View 18 Replies
View Related
Sep 19, 2009
Recently I just create an app (that is using mediaplayer) to play the RTSP Streaming. At the beginning,I use the SIM card to connect to the internet. I try to let the app play for many times. But it was only success once. Many times the app could not play and the buffer always shows 0%. While I use the WiFi to connect the internet, the rtsp could be played but when I use the another WiFi to connect to the internet, to my surprise it failed. Both the SIM card and WiFi, it all could play the http Streaming. The RTSP Streaming is very strange, I can not understand. I guess there is maybe something wrong with Wireless.
View 4 Replies
View Related
Jan 11, 2014
My friend and I both have a Galaxy Tab 3.
When he uses his native android video player he can see media listed from DropBox (and a little drop-box icon on the bottom left corner of the thumbnail).He also has the options "View by" under the options button and can select "view by content on DropBox ".
-> This allows him to stream the videos from dropbox on the native vid player without downloading onto the device...
I do not have these options!How do i get them?
I need this because i want to use the AllShare option for streaming to my TV that is available on the native video player.
View 1 Replies
View Related
Aug 16, 2010
I downloaded a few episodes of my favorite series (futurama whoop whoop whoop) off of Megaupload.com to watch on the go. Now, the native player won't play .avi files, which is an annoying inconvenience for such an advanced device, but easily averted with a trip to the market. I personally use rockplayer to play these.
But now in an effort to get what little use the hdmi out offers I want to get them to play on the native player to be able to project them on my television.
Is there a way to play .avi or other formats on the evos native player? or a way to convert them?
View 9 Replies
View Related
Nov 5, 2009
i have a very simple test app (see below), that simply tries to play a streamed audio file below over and over. after running for about half an hour (the file itself is only like 3.5 minutes or so), I get the following error:
11-05 12:16:07.625: DEBUG/PlayerDriver(554): buffering (15) 11-05 12:16:07.635: DEBUG/PlayerDriver(554): buffering (16) 11-05 12:16:07.644: DEBUG/PlayerDriver(554): buffering (17) 11-05 12:16:07.654: DEBUG/PlayerDriver(554): buffering (18) 11-05 12:16:07.654: DEBUG/PlayerDriver(554): buffering (19) 11-05 12:16:07.724: ERROR/PlayerDriver(554): Command PLAYER_PREPARE completed with an error or info PVMFErrResource 11-05 12:16:07.724: ERROR/MediaPlayer(897): error (1, -17) 11-05 12:16:07.734: WARN/System.err(897): java.io.IOException: Prepare failed.: status=0x1 11-05 12:16:07.744: WARN/PlayerDriver(554): PVMFInfoErrorHandlingComplete 11-05 12:16:07.744: WARN/System.err(897): at android.media.MediaPlayer.prepare(Native Method) 11-05 12:16:07.744: WARN/System.err(897):at com.test.TestPlayer.onCompletion(TestPlayer.java:61) 11-05 12:16:07.754: WARN/System.err(897):.......
View 2 Replies
View Related
Mar 21, 2010
The dev guide suggests this
MediaPlayer mp = new MediaPlayer();
mp.setDataSource(this, Uri.parse("http://wamu-1.streamguys.com:80"));
mp.prepare(); mp.start();
I can't seem to get it working though.
I'm getting "java.io.IOException: Prepare failed.: status=0x1"
View 6 Replies
View Related
Nov 14, 2010
Are there any apps to help stream movies/music from my networked attached storage drive. I can do this with my Iphone but the files need to be of a certain format?
View 4 Replies
View Related
Oct 25, 2009
No apps exist yet that can play streaming .asx files? Sort of surprised by this.
View 1 Replies
View Related
May 5, 2010
I'm looking for the best music app outside of the native music player. It doesn't need to be fancy, just enough to play music and not hog resources.
View 9 Replies
View Related
Jul 21, 2010
I am currently new to android development I been working on the examples in the Dev Guide in the android website. I want to get a stream from a server I have to play in the emulator when I insert the url it doesn't seam to want to play. My question is there a way to get the emulator to play audio or is it all enabled also does MediaPlayer require a special kind of format like mp3 or ogg? his is the code i am running on my 'onCreate()' method.
MediaPlayer mp - new MediaPlayer();
mp.setDataSource(MY_URL_);
mp.prepare();
mp.start()
View 1 Replies
View Related
Nov 16, 2010
I've got my HTC Desire and i got to listen to my favorite radio station. To do that i got to have an media player that can use url's like win amp or windows media player from windows for example. I've tried most of the e-radio software like tune wiki last. FM etc but it does not help.
View 6 Replies
View Related
Sep 17, 2010
I am trying to figure out how to set the default player for streaming video on my EVO. I know there is a player on it from HTC called "Streaming Media Player" but it doesn't seem to be the default and I would like it to be. When I am using the Engadget app, and the article has a button to click for a video they have created, my phone seems to use the You Tube player and on occasion it just errors, but if I go to the actual article on the engadget web site and click the video, it opens in the HTC player and works fine. I don't get an option to choose which player I want to use when I click on videos, can I change any of this?
View 1 Replies
View Related
Aug 21, 2010
Invoked device native player to play audio file, it opens android native player on top of the application but when selecting to back out or return to the application, device automatically stops playing the current media.
Sample code:
Intent intent = new Intent();
intent.setAction(android.content.Intent.ACTION_VIEW);
intent.setDataAndType(Uri.fromFile(file),"audio/*");
startActivity(intent);
How can I implement so that Device should continue to play audio in the background when selecting to back out or return to the application
View 1 Replies
View Related
Jul 25, 2010
I am wanting to try the native Android Music Player. I did a search for Music Player in Market, and don't recognize that it is there.
View 6 Replies
View Related
Nov 25, 2009
what is a good music player app to get...one that has a STOP button? Hate the native app on the Droid
View 47 Replies
View Related
Jul 15, 2010
Is it possible to remove native music player and use Mixzing or some other player as default?
View 5 Replies
View Related
Feb 16, 2010
I am writing a media player application in Android when I calling a mp.prepare() it is giving a IllegalStateException. The same RTSP URL working with VLC or quick time Media Player.
View 2 Replies
View Related
May 24, 2010
I 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 Related
Feb 28, 2009
I am trying to stream mp4 file and play through programming. I got the following error:
E/PlayerDriver( 25): HandleErrorEvent: type=-11 E/PlayerDriver( 25): Content is truncated. E/MediaPlayer( 908): Error (-11,0)
and played for 10 seconds, and nothing has happened.....
View 2 Replies
View Related
Jul 20, 2010
Any music player that can stream audio formats aac+,pls,m3u.asx,.ram?
View 6 Replies
View Related
Jan 5, 2010
I'm looking for an audio player that will automatically launch when I click on a .m3u file/link from within my browser. So far I've had no luck finding one.
View 1 Replies
View Related
Jul 17, 2010
Within Windows Media Player 12 (Win 7 x64), I have checked "Stream > Automatically allow devices to play my media" Unfortunately, when I open up Media Share on the Droid X, and continue to the music folder, it doesn't show anything - instead it lists "no files found" Open Media Share -> Computer -> Play -> Next -> Next (DLNA) -> Next (allow remote playback stuff) -> Next (confirming we're connected to the same network) -> Then I go tot he All Music folder, and the Droid X says "No files to display"
View 8 Replies
View Related
Dec 14, 2009
I have a problem streaming live video files. When I stream a file say of duration 5 minutes, it stops after streaming 2 to 3 minutes and enters in to endless buffering state. The VideoViews's OnBufferingListener is endlessly executed, however it shows that the buffering is not progressing anymore : MediaPlayer's buffer says it has buffered for example 90% whereas when I call videoView.getBufferPercentage(), I get something very low, like 1% or 5% ... After a while in the buffering state, the application crashes. It seems like the buffering is taking all the memory.
View 2 Replies
View Related
Jun 24, 2010
Can i download something like flash or an app that will let me watch the live feed and streaming on the bbc website on my galaxy s?
View 1 Replies
View Related
May 5, 2010
I was wondering if there is a good app like TCPMP for windows based smart phones that can be used for streaming video that launch video in MediaPlayer.
Also, for some reason I have trouble watching HULU on my droid, even in the Skyfire2.0.
View 1 Replies
View Related