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
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
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.
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
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
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
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
Oct 27, 2010
I recently flashed a rom to my EVO. Ever since then, when i try to play a video and choose to use streaming media player, I get a music note icon and get the audio and no video. How can i fix this?
View 3 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
May 25, 2012
How do you find and open the Windows Streaming Media Player for DROIDX
View 1 Replies
View Related
Jul 21, 2010
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 2 Replies
View Related
Nov 8, 2010
I've just recently released a first Beta version of AndroidVideo.mobi app, wich allows you to play tv shows and episodes on your phone. I'd be glad if anyone had time to test it and let me know of any quirks and bugs in it.
View 6 Replies
View Related
Jul 3, 2010
good mp3 player and video player / HTC EVO. is there anything better than stock
View 5 Replies
View Related
Jul 12, 2010
I want to develop an android application for video streaming if someone knows please guide me
View 2 Replies
View Related
Aug 15, 2010
I am on the brink of buying my first Android phone (HTC Desire) and have just stumbled across some postings about Vodafone's restrictions on streaming audio and video. I have read a few articles on this now, but I really don't understand exactly what the blocks apply to. It seems to apply to "RTSP" streaming, but I'm not clear about what this is and whether this just applies to live streaming, or also to recorded video such as clips on the BBC News site.Does this apply only to Vodafone, or also to other networks? I was thinking of getting a new contract with Vodafone because the coverage with my current provider Orange in my area is very poor, and because Vodafone have the best price for the Desire. However if this streaming problem applies to all video on Vodafone, I may well pay a little more and go for O2. I don't know whether this would make any difference, but I will be going for an unbranded and unlocked phone through CPW.
View 2 Replies
View Related
Nov 11, 2010
If you have an HTPC (home theater pc) you can use "Orb". The Orb live app doesn't work on the Evo yet, but I can watch all my shows using the Orb mobile website and set the stream to flash. Seems to cut out if the signal is switching between 3g and 4g (like on the road). Also, if you use your phone to initiate a torrent on your HTPC, you can't watch it until you log into your HTPC with "logmein" or something similar and click *refresh* on the orb server app. Also, doesn't stream WMC (windows media center) recordings in flash format (any know how to fix?).
For pictures and music, "Pogoplug" is what I use. It's a user friendly NAS (network attached storage) with a web interface. Just buy the adapter and use an old usb hard drive and you have an NAS that you can use from any internet capable device. Pogoplug android app is great! Warning: Do not use pogoplug for movies! It takes 6 hours to convert a 2 hour movie into a stream-ready-movie. That means once your torrent is downloaded, you can't watch it till blueray is obsolete.
Anyone try other solutions? Homepipe? iTunes?
View 4 Replies
View Related
Mar 16, 2010
I want to transfer my instant video streaming from my android phone to my computer using java. I have to watch it on my computer as instantly.
View 1 Replies
View Related
May 14, 2011
I have installed Flash Media Server 3.5 and Flash Media Live Encoder 3.1 on my PC. I want to stream live video from my PC to my Android device (android 2.3.4)
right now I can stream live video from my pc to another pc. for that I used flash player to run the live video streaming.
how to use these tools to stream live video from my pc to Android device. for example what is the encoding technique, what is the frame rate and so on.
View 2 Replies
View Related
Oct 21, 2008
Where can i download the Video player for G1?
View 15 Replies
View Related
Aug 7, 2010
I'm working on an app for a client that requires streaming of an AAC audio stream. Unfortunately, there's nothing I can do about the stream format on the server. I'm working on Android and have discovered that Android's media player does not support raw AAC streams (which is what I'm getting). I found a project on Google Code that supports it (I tested it with the stream) but it's GPL'ed and that doesn't work for my client. I don't have much experience with this sort of thing so forgive me if my ideas aren't great. I know Android can play AAC encoded content if it is in an MP4 wrapper so I had thought about creating an MP4 wrapper on the fly on the client-side or perhaps even just doing some conversion to another format on the fly. Are these reasonable options? Does anybody have better suggestions?
Edit To rephrase, is it possible to put a raw AAC stream from a web server in an MP4 container in real time? If so, does anybody know of resources to help me with the process?
View 1 Replies
View Related
Feb 23, 2010
I recently wanted to watch a video on my N1 I had the default player on my home page but the icon went away. I figured I must have accidently moved it to the trash but I cannot find it in the apps list either. Has anyone else had this problem?
View 3 Replies
View Related
Mar 26, 2010
Is there such an app that can play almost all video formats/codecs? I'd like an app where I would just transfer a video file (dix, xvid, whatever) to my SD card, and the app would let me play it. Kinda like what "Media Player Classic" does for windows.
View 1 Replies
View Related
Jun 2, 2009
I am trying to play mp4 video file from mediaplayer demo given in the api demos along with android sdk.I changed the path to /sdcard/video.mp4.If i run mediaplayer_video demo, the audio output is coming, but no video is being displayed, the screen is black.when i seen the logcat,it reports, surfaceCreated called and surfaceChanged called.
View 4 Replies
View Related
Jun 23, 2012
I'm developing an application that makes video stream to an internal network, so I need to broadcast to listeners devices (connected to this network), found an application called VPLAYER receiving video stream, but it performs HTTP, which makes the broadcast. So, I wonder if there is any player that receives video stream and run under the UDP or whether it is possible to develop an application that receives the video stream and pass to the player's native android.
View 1 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
Oct 24, 2009
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 5 Replies
View Related
Sep 13, 2010
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 1 Replies
View Related
Jul 7, 2010
The stock media player is good but not so good when your looking at videos late at night like porn =/ lmao
i need a new media player that supports many of the video files whats in mind?
View 4 Replies
View Related