Media :: How To Play Video On Computer?

Oct 18, 2010

I took a video using my phone and would like to move it over to my computer where I can watch it. I copied the file over no problem, but the computer doesn't seem to know what to do with it. It tries to play the file with windows media player, but can't - what can I try?

Media :: How to play video on computer?


Media : Want To Upload A Video I Took With Evo To Computer?

Jul 6, 2010

I shot a video today and i cant upload it.

View 8 Replies View Related

Media :: Video Have No Sound When Imported On Computer

Sep 6, 2010

I'm somewhat new to Android. I just bought my first Android phone (the Evo) Saturday, I'm having one bit of trouble. I just recorded some footage of our family reunion for my cousin, and really want to get it off of my phone. So I decide to put it in my computer. However, when I put the video on my desktop, the video has no sound. How do I fix this problem?

View 3 Replies View Related

Media :: Transfer Instant Video Streaming To Computer Using Java

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

Media : Audio Won't Work On Computer When I Email A Video From Phone

Sep 3, 2010

The audio/video works perfectly if I watch the recording on my phone, but when I email the video to my gmail account and save it to my computer, it opens in Media Player and there's no sound. Does anyone know how to fix this? I have a Samsung Moment.

View 3 Replies View Related

Media : Droid Eris Video Camera / Cannot Copy It To My Computer

Apr 2, 2010

I used the video camera on my Eris to record a video, but I can't seem to find the folder that the video is stored in when I connect it to my computer, so I cannot copy it to my computer. I used Astro to try to find it on the phone, but I can't seem to find it that way either.

The file is too large to send via email, and I cannot use bluetooth transfer. I would like to get the video off of my phone, and onto my computer. Any suggestions?

View 1 Replies View Related

Media :: Since 2.2 Phone Won't Play Video's

Oct 19, 2010

Since the 2.2 update for most phones, I've noticed that my 2.1 (Samsung Moment) won't stream video's now. Before video's would stream over my connection, however 2.2 comes out and know I keep getting error's or programs just shut down. Is this just a case of host programs switching to the new android format?

View 1 Replies View Related

Media :: Can't Play Embeded Video

Jul 11, 2010

Can't play embeded video from any web pages on my HTC Desire. BBC site said i needed to download the correct version of flash player from Adobe. Adobe support stated that 'flash player for the operating system or browser' in not available as it only supports Google Nexus One.Its a 2 day old Desire so me thinks there may be a problem with the Desire or more likely i have been a bif and missed something.Apologies if this has been covered else where in the forums but the search didn't throw up anything useful and i was losing the will to live ploughing through page after page.

View 2 Replies View Related

Media : Way To Convert Video To Play On EVO

Jul 10, 2010

I tried out Handbrake and followed the directions from the forum. I am having trouble getting any movie to convert. I've tried dvd's, and even a movie from Amazon. Any tips for a nob? A simpler converter perhaps?

View 9 Replies View Related

Media :: Despite Successful Conversion / Video Will Not Play

Jul 6, 2010

I have looked at several forum posts on several sites to find a solution to my problem, but have failed. I have a G1 that does not seem to like mp4s. The various forums all recommended this file type (some recommended ipod presets, others iphone) but I've successfully converted files to mp4 using a few different converters that will still not play on my G1. Is there some problem with my specific phone?

View 1 Replies View Related

Media :: Way To Play A WMP DRM'd Video Stream On Droid

Nov 24, 2010

I want to subscribe to tennistv.com so I can watch tennis and would love to watch it on my Samsung Galaxy S phone too.

It uses a WMP DRM'd stream for live matches, is there any media players on android that I can use or maybe a 3rd party service which can transcode the stream in a format the phone can understand?

View 1 Replies View Related

Android :: Phone Play Video In Media Player From Given URL?

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

Android :: Media Player - Play Video From Sdcard

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

Media :: Moto Droid Video Not Play On Eris

May 4, 2010

I took a video on my Moto Droid, and sent it to my friend on his Eris. He downloaded the file from Gmail and but when goes to play the file, it states that the video is not supported. We have tried converting it to a .mp4 and it will not play either, even with a couple of App's from the Marketplace same result. Yet I thought the droid/Eris both supported .3GP? Works fine on his PC with Quicktime, and the video plays fine on my Droid. Is it because I took it in Hi-Res mode, and the Eris does not support that screen resolution? Or did we screw something up?

View 5 Replies View Related

Motorola Droid X :: Video - Doesn't Play Or Says Media Type Unrecognized

Nov 17, 2010

whenever my phone has been on for a while, i go to play a video that i have taken, or a mp3 file on my phone, it doesn't play or says media type unrecognized. phone also randomly restarts, but thats a whole different issue

View 1 Replies View Related

Play Video File On Android Device But Getting Error - Cannot Play Video

Aug 7, 2011

Im using Eclipse created new android project.First thing i added to the menifest xml file two lines:

Code:
uses-permissionandroid:name="android.permission.INTERNET"></uses-permission>
<uses-permissionandroid:name="android.permission.STORAGE"></uses-permission>

And this is the complete menifest file code:

Code:
xmlversion="1.0"encoding="utf-8"?>
manifestxmlns:android="http://schemas.android.com/apk/res/android"
package="com.AllFormatsVideoPlay"
android:versionCode="1"
android:versionName="1.0">
[code]....

Now i tried to play a video file .3gp from the internet youtube link via my android device ! not emulator. And it worked! But when i tried to play a video file .3gp or .mp4( i converted the mp4 from 3gp ) its not working. Im getting error "Cannot play video Sorry, this video cannot be played"

Tried to play with the link to my device wich is: I:DCIM100MEDIAVIDEO0030.3gp or .mp4 or tried this: I:/DCIM/100MEDIA/VIDEO0030.3gp with "" like: "I:/DCIM/100MEDIA/VIDEO0030.3gp ";

I tried to remove the I: but it didn't change anything.This is the main code im using to play the video files on my device. And there some lines i marked with // wich i used to play from the internet and im not using now.

Code:
com.AllFormatsVideoPlay;
import
android.app.Activity;
import
android.graphics.PixelFormat;
import
[code]....

View 7 Replies View Related

HTC EVO 4G :: Media Swipe To Unlock / "cannot Play Video"

Jun 5, 2010

So far the phone's been great (except for the part where i always have to swipe to unlock, and then swipe my code). but i have a couple of more noob questions:i was able to copy some songs from my itunes library(bought from itunes) to the phone with no problems. i was kinda surprised they played.I then tried to copy a movie to the phone (.m4v format) from my itunes library (not purchased from itunes). but for some reason the movie wont play (star trek). i get the error "cannot play video". any idea why i can't watch the movie? do i have to convert it? i simply downloaded the digital copy when i bought the bluray version.

View 1 Replies View Related

Android :: Live Video Streaming - How Will I Be Able To Send This Video To Computer?

Sep 21, 2010

I am trying to develop an android application which will be able to record a video and send it in real time to a remote computer. The computer then will play it live. I have managed to establish a connection between the android and the computer, and to record a video on the android phone. My problem is, how will I be able to send this video to the computer? Does anyone have an idea?

View 5 Replies View Related

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.

View 1 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 :: Game Media Showing Up As Mp3 / Video Player / Way To Fix?

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

Motorola Droid :: Video Player To Play Mp4 Video In Full Resolution For Phone?

Dec 10, 2009

If this is a repeat of another thread then i apologize .i need a video player that will play mp4 video in full resolution for the droid.m coming from bb.can you help me with this.i don't care if it is free or not.

View 8 Replies View Related

General :: Video Playback / Can't Play Video At This Time

Mar 1, 2013

i have the golf channel app installed, on telus network. I cant get the videos to play, keep getting message "cant play video at this time:

View 4 Replies View Related

Media :: Trying To Save .3gp Video From Video Message On Eris

Jun 17, 2010

My sister sent me a text which has a .3gp video attached. I have been trying to save the video but no success. I hold down on it and nothing pops up.

View 1 Replies View Related

Media :: Cant Copy Files From Computer

Jan 3, 2010

When my HTC Eris is connected to the computer i cant transfer any files at all, i think this may be due to the fact that i dont have htc sync but it should treat the memory card as a flash drive, shouldnt it?

View 4 Replies View Related

Media :: How To Email Picture In MMS To Computer?

Jun 21, 2010

I received an picture on my phone via MMS and I now need to email it to a computer, but cannot figure out how to do it. Just to clarify - I don't want to forward it to another phone, I need to email it. Either that or what do I have to do to be able to print off the picture I received via MMS?

View 2 Replies View Related

Media :: How To Download Music On Computer?

May 7, 2010

What do you all use to download music onto your computer? Other than like itunes.

View 8 Replies View Related

Media : Make Playlists From Computer

Nov 11, 2009

I use windows media player to manage my music and make playlists. I have no problem syncing music to my device. What I want is a way to make playlists for my music from the computer instead of the tedious methods available on the handset. To clarify: by "playlist" I do not mean that I want to set up a specific group of music to sync instead of syncing all my music every time. I mean playlist in the same way the word is used in the built in Android media player. If it makes a difference my device is the Droid.

View 8 Replies View Related

HTC Incredible :: Sound To Play With USB Connection On A Computer?

Nov 18, 2010

Does anyone know if it is possible to get the sound to play with the USB connection on a computer? I know I could probably get a head phone jack, but it would be much easier to have one cable. (example, I'd like to play the fm radio through PC speakers)

View 1 Replies View Related







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