Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Android


Advertisements:








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


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.


View Complete Thread with Replies

Sponsored Links:

Related Forum Messages:
Android :: Possible To Use Media Player To Play Streaming Audio?
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 Replies!   View Related
Android :: Getting Streaming Audio To Play With Media Player Class?
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 Replies!   View Related
Media :: Converting Videos Recorded With MT3G For Use In Windows Media Player / Movie Maker
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 Replies!   View Related
Media :: No Media Player Will Play Music In Order As CD
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 Replies!   View Related
Media :: Media Player Not Play Downloaded MP3 Files?
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 Replies!   View Related
Media : What Media Player To Use To Find Some Movies
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 Replies!   View Related
Media :: How Can I Create Streaming Mp4 Videos?
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 Replies!   View Related
Media :: Player Url Streaming
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 Replies!   View Related
HTC EVO 4G :: Streaming Media Player
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 Replies!   View Related
Media :: Can't Play Mp4 Videos
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 Replies!   View Related
Android :: RTSP Streaming Using Media Player
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 Replies!   View Related
Media :: Streaming Windows Player To Droid X
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 Replies!   View Related
Media :: Is There App That Play Facebook Videos?
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 Replies!   View Related
Android :: Java Io Exception In Streaming Media Player
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 Replies!   View Related
HTC Incredible :: Streaming Video That Requires Media Player
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 Replies!   View Related
Media :: Play Mutliple Videos Simultaneously?
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 Replies!   View Related
Media :: Play Full Length Videos Via MicroSD?
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 Replies!   View Related
Media :: 3gp And Mp4 Videos Wont Play On Samsung Galaxy S
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 Replies!   View Related
Media :: Player That Can Handle Videos With 5.1 Audio
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 Replies!   View Related
Media :: Real Player App - View Videos
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 Replies!   View Related
Android :: Media Player Application - Video Streaming Through RTSP Protocol
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 Replies!   View Related
Media :: Which Player Will Play .mov Files?
As the headline say:How can I play .mov files on my HTC Desire?

View Replies!   View Related
Media :: Videos / No Support For Adobe Flash Player
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 Replies!   View Related
Android :: Media Player Could Not Play RTSP?
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 Replies!   View Related
Media :: Player - Converter To Take A DVD And Play It With Menu / All?
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 Replies!   View Related
Android :: Phone Play Video In Media Player From Given URL?
Can anyone please tell me if Android Media Player is able to play a video that is placed in a remote server, in a supported format?

View Replies!   View Related
Android :: Can Media Player Play .wav Fomat Audio?
I tried to play a piec of 16-bit .wav audio file, no sound came out from my earphone, but .mp3 file would be OK. Do any one else have this kind of experience? This is the code: player = MediaPlayer.create(this, R.raw.test); // I put test.wav in /res/raw player.start();

View Replies!   View Related
Media :: Stock Music Player / Play Ringtones Too?
I am using the stock music player. Why does it also play the ringtones that I have added to my SD card?

View Replies!   View Related
Android :: Media Player - Play Video From Sdcard
I am new to android.I am trying to play a video from sdcard. this is the sample code I have used..

public class videoa extends Activity {
/** Called when the activity is first created. */
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
this.setContentView(R.layout.main);

VideoView videoView = (VideoView)this.findViewById(R.id.videoView);
MediaController mc = new MediaController(this);
videoView.setMediaController(mc);
// (1) Web
//videoView.setVideoURI(Uri.parse(
//"http://www.bogotobogo.com/Video/sample.3gp"));
//"http://www.bogotobogo.com/Video/sample.mp4"));................Please help me out.

View Replies!   View Related
Android :: Media Player Sluggish To Play Sounds
I have an Activity that plays a brief OGG "pop" sound effect when bubbles pop. To keep it fast and to ensure I can play several pops, I create four MediaPlayer instances. I synchronize access to a pool of instances, so I can play up to four pops at once. Once a sound completes, I call seekTo(0) and return the MediaPlayer instance to my pool.

Here is a rough sketch of the code:
// when the activity resumes... for (int i=0; i<4; i++) {
MediaPlayer mp = MediaPlayer.create(context, R.raw.pop);
mp.setOnCompletionListener(this);
mp.setVolume(1f, 1f); players.add(mp); // put into a pool of available players }

View Replies!   View Related
Android :: Media Player To Play AVI And Other File Formats?
Is there any support for avi and other media formats except mp4 and 3gpp? If there is no support may I develop a support through correct the program? Will that be too difficult ?I don't know where to put my hands into first, should I correct programs in opencore first or should I just correct programs in directory frameworks/base/include/ media . I want to have a clear mind how I can achieve my goal, I need a roadmap to guide me how to do it.

I am trying to get familiar with the SDK 1.0 now. another question, my chip is from freescale and it supports hardware codecs of mpeg4, h.263 and h.264, I don't know whether I can change the program or the architecture of mediaplayer to utilize my hardware codecs instead of software codecs provided by android opencore. I once implement an mplayer to my platform, there is problems about sync of audio and video due to the quality of my chips(CPU can support software codecs but is not fast enough to make sure sync of audio and video), So I am worried about when the android is implemented, there would also be the same problem, and for this reason, I am thinking whether I can utilize my hardware codecs for mediaplayer.

View Replies!   View Related
HTC Hero :: Media Player To Play .flv Files Without Having To Convert To .mp4 / .3gp?
Anyone know of a media player that will play .flv files without having to convert to .mp4 or .3gp ?

Seems strange that youtube streams fine, but you can't play the downloaded files in the default media player.

View Replies!   View Related
Android :: Media Player Cant Play From Program Data Folder
When i record my audio from MIC and store file in /data/data/. why Media Player can't play this file ? If i change destination to / sd card/..... - all works great. I do something wrong ? I not found limitation for Media Player.  Device - Samsung T959 (Galaxy S).

View Replies!   View Related
Android :: No Update Buffering When Media Player Play RTSP?
Why Update buffering is always 0% when mediaplayer play the rtsp? I try to play this both on the emulator and on the device. But eveytime it shows that the Update buffering is always 0%. Could anyone give me a reason?

At last it always shows the log
E/MediaPlayer( 1455): stop called in state 4
E/MediaPlayer( 1455): error (-38, 0)
E/PlayerDriver( 1088): Command (7) was canceled

View Replies!   View Related
Android :: Play RTSP Stream Using Media Player Or VideoView
I wanted to stream A/V from my machine to Android over HTTP
(http://lists.mplayerhq.hu/pipermail/libav-user/2010-July/004944.html).
But that does not seem feasible using FFMpeg. I am planning to try FFMpeg streaming over RTSP. But I am not sure whether MediaPlayer or VideoView classes on Android support RTSP playback. Is playing RTSP stream possible in simple application?

View Replies!   View Related
HTC Hero :: Media Player Apps Which Can Play AVI , Mpeg , DivX , FLV?
Are there any MEdia Player Apps. which can play AVI, Mpeg, DivX, FLV, etc?

View Replies!   View Related
Android :: How To Play Media Player With Non-file And Non-rtsp Source
We've a mpeg4 source that we would like to play in the media player. Our source is not in a file or on an rtsp server. It is hand coded to generate mpeg4 source on the fly. Imagine the data is coming from an unix pipe stream instead of rtsp or a file. How can I use that stream in media player?

View Replies!   View Related
Android :: Media Player On HTC Hero Misbehaving And Intercepting Bluetooth Media Buttons
Even registering the broadcast receiver at the highest priority still fails to receive the Bluetooth media button events on the HTC Hero phone. The Bluetooth media button registration code works fine on the other Android phones that I have tested. Apparently this isn't the first time HTC has done something like this, as I also found a report of a similar problem on one of the HTC Microsoft Mobile Devices reported here

It seems extremely short sighted of HTC to code their media player so that it grabs the Bluetooth AVRCP media button events in such a way that other applications are unable to work with the Bluetooth head phone buttons and Bluetooth in car stereo systems.................

View Replies!   View Related
Media :: How To Sync Android To Windows Media Player (including Playlists)
I use Windows Media Player to manage all my mp3s and playlists. I want my Samsung Galaxy S to be synchronized with my PC. I can connect my Galaxy S using "Media Player" mode and use the built-in sync with WMP, but there are issues:
1) Some mp3s get "corrupted" - how do I force WMP to "re-sync" them without losing my playlist association (if I manually add it as a file to sync, it is no longer associated with the playlist)

2) If I delete an mp3 from the device, WMP doesn't realize and won't re-sync the file again... is there a way to re-sync?

3) Sometimes WMP will re-sync playlists and each song shows up 3-4+ times when I load up a playlist on my device. I then have to wipe the Music and Playlist folder and re-sync from scratch any way around this?

4) Where are android playlists stored? The Playlists folder on the sd card can be wiped, but the playlists still show up in the music player?

5) If I make a change to a playlist on my PC, WMP will freeze and start skipping random files the playlists get corrupt and I see problem #3 occur. Essentially, if I change a playlist, I have to wipe the Music and Playlist folder and re-sync from scratch.

View Replies!   View Related
Media :: Sync Music With Itunes And Windows Media Player
Sync Music to Nexus One using itunes and Windows Media Player. This process automatically creates a Music folder at the root level of the SD card. Hopefully some of you find this useful, especially coming from using iTunes Read more

View Replies!   View Related
Media :: HTC Desire - Media Player Doesn't Work
I have just got a HTC desire and like many people would like to be able to get rid of my iPod all together and have just my phone. The problem I'm having is that the media player on the HTC desire doesn't work nearly as well as iTunes. I have several issues that would needed to be resolved and wanted to know if anyone had a solution to any of them

1) Audio books, I have many of these on my iTunes and on an iPod they are displayed in a separate folder and are removed from shuffles, not so on the HTC, solution?

2) Podcasts, Again i subscribe to many podcasts on my iTunes and wanted to know if there was any way of adding them to my HTC automatically or having them download automatically (Despite this being very annoying and clogging up my hard drive with duplicated podcasts)

3)Playlists I am currently using iTunes agent to sync from my iTunes but it means that I cannot sync playlists that i can then play on my phone. (I can sync playlists just not then play them on their own once they are on my phone)

View Replies!   View Related
Media :: Media Player Playing Alphabetically Instead Of Track
The tracks in an album playing alphabetically instead of by the track number?

View Replies!   View Related
Media :: Synching Music Using Windows Media Player
After hours of hit and miss using programs like Double Twist etc. I found that the easiest way to sync music to the iHTC Music player is to use Windows Media Player and buy Album Art Grabber to load the album art. Once you have done the initial sync with WMP you can go back and load individual albums simply by dragging them to the sync area. Connect your phone to the PC and unmount the SD card Open WMP and click the sync tab. Click the drive that represents your SD card (mine was H You will be prompted to sync everything for either this session or all sessions. (I always click this session only). Works great and all I will need in the future!

View Replies!   View Related
Media :: Media Player On Hero Not Recognizing All Music
I've got a ton of music on my SD card in my phone, approx. 6.5GB worth on an 8GB card. The problem is, the music players in Android (I've used the default, RockOn and MixZing, though I want to stay with MixZing) only recognize about 80% of the music, in their libraries. The thing is, the music is there! If I browse to the folder and launch the file it will play, but there's no artist/title data, even though all the files are properly tagged (mp3s), plus, it opens in a weird verion of the default music player that will stop playing if it loses focus.

This has been a issue ever since I got this phone. It's a brand new SD card (my previous one, in addition to this problem, had major corruption issues; I originally thought it was the card but I guess that's not the case). Also, I've gone through two different ROMs (one when I first got the phone, and a second that I upgraded to about a month ago), so I don't think that's the issue. It seems to affect random folders (albums) at different times, whenever the library is refreshed, but I can't refresh the library manually (that I've found) to see if it's just not scanning those files, or if it's a more underlying issue. I'm stumped

View Replies!   View Related
Media :: Game Media Showing Up As Mp3 / Video Player / Way To Fix?
I recently bought some gameloft games for my droid incredible but i noticed all the sounds of music of the games are showing up on my media players. Is there any fix for this issue?

View Replies!   View Related
Media :: Stream From Itunes / Windows Media Player
I'm looking for an app which will let me listen to music through a shared itunes library, or windows media player library - any suggestions?

View Replies!   View Related
Media :: Sync Windows Media Player With Droid
I found this site that says when you mount the phone, is should show up on the list of devices within WMP, mine isn't for some reason

https://supportforums.motorola.com/thread/17148

Does any know what is going on? I am mounting the phone, and can see it as a removable drive under my computer, am I doing something wrong?

View Replies!   View Related
Media :: Best Media Player For Long Running Podcasts
I listen to podcasts and recorded shows that can go on for several hours. I'm looking for a media player with a "skip to" function, so if I get interrupted, I don't have to fiddle with my finger on a slider to find the right section. I just enter "1:33" or whatever and the player goes to that location. Neither the stock media player nor mixzing support that (that I can see). I don't need full RSS support, automatic downloading, I just want a media player that I can skip to a particular spot in a track by specifying the time.

View Replies!   View Related
Media :: How To Listen Streaming Media
I'm trying to figure how to listen to some streaming media on my Droid with 2.01 Firmware. I've tried the following files and default media player won't recognize them. I tried downloading a couple of apps from the app market, but they didn't seem to associate themselves with these files.

.asx
.ram
.m3u
.pls

The site that I'm finding all of these different formats is Orthodox Christian Network | The Premier Source for Orthodox Podcasts, Internet Radio, Video, Blogging, and News. Any help from the forum gods?

View Replies!   View Related
Copyright © 2005-08 www.BigResource.com, All rights reserved