Media :: Find A Media Player To Play Streaming Videos On Andro?

Sep 1, 2010

Does anyone know where to find a media player that would allow you to play streaming videos on Android Browser?

I want to know if you can play streaming videos on your web browser on your android os phone.

Media :: Find a media player to play streaming videos on Andro?


General :: Find And Use Windows Streaming Media Player For DROIDX?

May 25, 2012

How do you find and open the Windows Streaming Media Player for DROIDX

View 1 Replies View Related

Android :: Possible To Use Media Player To Play Streaming Audio?

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

Android :: Getting Streaming Audio To Play With Media Player Class?

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

Media :: Converting Videos Recorded With MT3G For Use In Windows Media Player / Movie Maker

Apr 8, 2010

I want to be able to use/view the video's I record with my phone on my computer. (open from an email or use in window's movie maker)I have a new computer with Windows seven at work and a Vista laptop at home. I can send the video to myself and try to open in from my email or tether to the computer and transfer the file manually. Either way I can't open with windows media player. Video's taken with default "Camcorder" app on a myTough 3G running Android 1.6.I know it has something to do with the codec's the phone uses but wonder why they wouldn't use codec's that are compatible with the most commonly used pc's?Is there any way around this? Some kind of converter for the computer or for the phone?Is there another camcorder app that can record video with a different codec or is it phone hardware specific?So far have been able to use these forum's to sort out most of my Android problems but I'm stumped on this one. It doesn't seem like it should be this hard to do. Should be more user friendly.

View 5 Replies View Related

Media :: No Media Player Will Play Music In Order As CD

Jul 7, 2010

I guess no one cares to listen to their favorite music in the order the artist intended? we now listen to timeless classic Opera in whatever order? makes no difference? Classic Rock albums out of order? Pink Floyd "Dark Side of the Moon"?

View 6 Replies View Related

Media :: Media Player Not Play Downloaded MP3 Files?

Oct 23, 2010

My application gets playlist from a XML file, requests URL of mp3 file from server, downloads and plays it. It was able to download mp3 file but unable to play it. When I used emulator with Android 2.1, it was displayed in LogCat:

[Quote]

View 5 Replies View Related

Media : What Media Player To Use To Find Some Movies

Jul 18, 2010

I have owned a couple Android phones but I never messed with movies on them.

Picked up a droid X the other day.

I want to get some movies on this bad boy. Can anyone tell me where to start? What media player to use? What format do the movies have to be in? Where to find some movies?

View 3 Replies View Related

Media :: How Can I Create Streaming Mp4 Videos?

Jul 21, 2010

I'm trying to create .mp4 video clips that when you click on the link in a browser (I have an Evo 4G) the clip will buffer and stream in the HTC Streaming Media Player. So far I only get this error message when the streaming media player launches: "Warning - Video is not for streaming play. Would you like to download the file." All my clips play great when downloaded to the SD card and they all stream flawlessly on the iPhone. Not sure if this problem is HTC specific or all Android phones. Has anyone created .mp4 clips that can be streamed from a website? What software and settings are you using? I'm using Handbrake which obviously isn't working.

View 2 Replies View Related

Media :: Player Url Streaming

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

HTC EVO 4G :: Streaming Media Player

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

Android :: RTSP Streaming Using Media Player

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

Media :: Streaming Windows Player To Droid X

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

Android :: Java Io Exception In Streaming Media Player

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

HTC Incredible :: Streaming Video That Requires Media Player

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

Media :: Can't Play Mp4 Videos

May 19, 2010

I've had my HTC Desire for a couple of months now and it's truly a great phone! Today my 32Gb micro SD card arrived for it and I set about moving my media onto it. I wanted to see if I could watch movies on my phone so I set about converting one from a full HD .mkv file to an .mp4 using handbrake. I read up on what the best parameters are and stuck to them religiously.I can play other videos on it no problem but when it comes to my own it just says that it can't play them, I've tried Meridian (which seems unstable as hell btw) but that doesn't help. My file is a couple of gigs in size when the encoding is done but I'm not short on space so that's not such an issue. I don't know why the phone is being so picky, can anyone please suggest what I might be doing wrong?

View 10 Replies View Related

Media :: Player That Can Handle Videos With 5.1 Audio

Sep 3, 2010

I really want to know why I can not hear any sound whatsoever simply because the video uses 5.1ch aac instead of 2ch aac. The video part of mp4 plays perfectly, encoded to h.264. I would really like to know if there is any media player able to play these videos correctly without having to resort to any kind of re-encoding (a waste of time when the original encodes should play fine) or having to use special 5.1ch headphones (bulky and not practical to keep on hand all the time). Also, does anyone know if this might be corrected with Froyo 2.2? And last, all my videos that have 2ch audio play as they should, sound and all. Same codec settings were used.

View 7 Replies View Related

Media :: Real Player App - View Videos

Jul 15, 2010

I have downloaded the free REALPLAYER app. How do i view videos through this on the web? And allso, I just downloaded a free MUSIC SEARCH app too. I'm downloading music now and i just wanted to no if im safe and i don't have to pay for these MP3 files.

View 1 Replies View Related

Media :: Is There App That Play Facebook Videos?

Oct 25, 2010

Can't seem to play videos that are in Facebook posts. I've tried all the free video players and the trials of the pay versions, but none will work. Is there an app that will play these?

View 5 Replies View Related

Android :: Media Player Application - Video Streaming Through RTSP Protocol

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

Media :: Videos / No Support For Adobe Flash Player

Sep 4, 2010

I am new to this site not so much to the android world, but there is something that keep annoying me and its when I go to youtube or to watch my anime episodes on my Motorola blur and it tells me a need a adobe reader but when I go into the website it tells me my phone doesn't support the software. Is there an app for this?

View 2 Replies View Related

Jelly Bean :: Tab 3 - Media Player For IPhone Videos

May 20, 2014

I moved some videos over to my tab 3. Using MX player the videos cut in and out inslow motion.

View 1 Replies View Related

General :: Find Downloader That Downloads Web Media Such As Movies And Videos?

Dec 5, 2011

where I can find a downloader that downloads web media such as movies and videos?

View 2 Replies View Related

Media :: Play Mutliple Videos Simultaneously?

Aug 31, 2010

I created multiple windows..so i need to play mutliple videos simultaneously..any one knws code to play videos simultaneously...plz send a code to this email id:anands_rocky@yahoo.co.in

View 3 Replies View Related

Media :: Play Full Length Videos Via MicroSD?

Jun 10, 2010

I assume that the EVO 4G can play full length videos (via microSD?). How do you put the video onto the device and play it. Is there a designated application & software client, or is it just drag and drop (onto the microSD) and watch the video through the HTC Player? The reason I'm asking is because I do not have an EVO, but i do have a HTC Sense enabled phone. So by theory, since the phones are both running the same OS/UI, couldnt i watch movies on my HTC Eris?

View 1 Replies View Related

Media :: 3gp And Mp4 Videos Wont Play On Samsung Galaxy S

Nov 26, 2010

We are developing apps for android. One recent app has links that play videos hosted on amamazon servers. We have fromated for 3gp and or mp4.

When we run app, we get error,

Video file cannot be played

This happens on wifi, 3g, and 4g connections

Samsung epic, (galaxy s)

Do we have to intall some media server on the server perhaps? The iphone version of the app works fine.

View 1 Replies View Related

Media :: Which Player Will Play .mov Files?

Jul 15, 2010

As the headline say:How can I play .mov files on my HTC Desire?

View 3 Replies View Related

General :: Air Play Media Player

Feb 8, 2014

I'm looking for an app or combination of apps where I can find a link to a movie online, stream it on my phone then using air play push it onto my tv. They only released the sony screen mirroring app to a couple of sony xperia phones so I cant use that. I dont want to have to download the movie first either.

View 2 Replies View Related

Android :: Media Player Could Not Play RTSP?

Sep 9, 2009

I create a "mplayer" to play the rtsp on the emulator. When the "mplayer" play the http ,it is ok.
MediaPlayer mplayer = new MediaPlayer();
mplayer.setDataSource("rtsp://test.intra.3g.sina.com.cn/streaming/ 20090313/wenjiabao1.mp4");
mplayer.prepare(); mplayer.start(); but when it play the rtsp, it doesn't work. The Wireshark shows UDP Checksum Incorrect.

View 10 Replies View Related

Media :: Player - Converter To Take A DVD And Play It With Menu / All?

Nov 3, 2010

I am interested if there is any programs out there that mimic the DVD player. On a DVD you first start off with a Menu then can decide to either play the movie or see different interviews ect. Is there a player or a converter that allows you to take a DVD and play it with menu and all?

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved