Media :: MP4 / The Video Could Not Be Played

Mar 4, 2010

I have encoded several videos to mp4. All of these videos played fine on on my phone until yesterday. Now none of them will play correctly. The default video player says "The video could not be played" and Act 1 says "Video is falling behind audio. It may be too much data for your phone to process, or may not be supported by Android" What gives? They play correctly on my wife's droid. I haven't downloaded any new apps since they played correctly. I have killed all apps to make sure I have enough memory. What could have changed? I have followed the instructions given on the forums to encode video to a T.

Media :: MP4 / The video could not be played


Android :: Video Cannot Be Played / Video Track Fell Behind?

Jul 22, 2010

I was trying to use VideoView to play a Video from the SD card, but the only thing working properly is its audio, while I see the first frame of the video which doesn't play on and after a few seconds the Error message "Cannot play video - Sorry, this video cannot be played" appears. I don't know what I have done wrong.if anyone could help me out here, that would be great. this is the logcat output I get...I just saw that it says Video track fell behind, could that be the problem and if so what can I do to stop it from falling behind?

View 7 Replies View Related

HTC EVO 4G :: Video Can't Be Played

Aug 25, 2010

I recently (last Friday) got my EVO and am loving it, however I've noticed that when I try to play a video through youtube, or click on a video in facebook, I get the error that says the video cannot be played.This even happens with videos that I uploaded to youtube with my EVO.Has anyone else seen this or know if there is a fix?

View 11 Replies View Related

Android :: Downloaded Media File Cannot Be Played

May 9, 2010

I have an application that will record and play audio files. Some of the audio files are downloaded using simple standard http downloads using httpclient. It worked like a charm for a long time. Now all of a sudden I cannot play the files I download. It fails with this stack. I store the files on the SD Card and I experience the problem both on a handset and a USB connected device. I have checked that the downloaded file is cool on the server, and I can play it without any issues. These are the code snippets I use ( I know that recordingFile is a valid path for the file).

// inside the activity class
private void playRecording() throws IOException{
File recordingFile = new File(recordingFileName);
FileInputStream recordingInputStream = new FileInputStream(recordingFile);
audioMediaPlayer.playAudio(recordingInputStream);
}

Here is the media player code:
// inside my media player class which handles the recordings
public void playAudio(FileInputStream audioInputStream) throws IOException {
mediaPlayer.reset();
mediaPlayer.setDataSource(audioInputStream.getFD());
mediaPlayer.prepare(); mediaPlayer.start();
}

Here is the exception:
E/MediaPlayerService( 555): offset error
E/MediaPlayer( 786): Unable to to create media player
W/System.err( 786): java.io.IOException: setDataSourceFD failed.: status=0x80000000
W/System.err( 786): at android.media.MediaPlayer.setDataSource(Native Method)
W/System.err( 786): at android.media.MediaPlayer.setDataSource(MediaPlayer.java:632)
W/System.err( 786): at net.xxx.xxx.AudioMediaPlayer.playAudio(AudioMediaPlayer.java:69)
W/System.err( 786): at net.xxx.xxx.Downloads.playRecording(Downloads.java:299)
W/System.err( 786): at net.xxx.xxx.Downloads.access$0(Downloads.java:294)
W/System.err( 786): at net.xxx.xxx.Downloads$1.onClick(Downloads.java:135)

I have tried seeking some answer of the offset error, but not really clear what this issue might be. I download the file with this code:
public FileOutputStream executeHttpGet(FileOutputStream fileOutputStream) throws ClientProtocolException, IOException{
try { // Execute HTTP Post Request
httpResponse = httpClient.execute(httpPost, localContext);
int status = httpResponse.getStatusLine().getStatusCode();
// we assume that the response body contains the error message
if (status != HttpStatus.SC_OK) {
ByteArrayOutputStream ostream = new ByteArrayOutputStream();
httpResponse.getEntity().writeTo(ostream); fileOutputStream = null;
} else { InputStream content = httpResponse.getEntity().getContent();
byte[] buffer = new byte[1024]; int len = 0;
while ( (len = content.read(buffer)) > 0 ) {
fileOutputStream.write(buffer,0, len);
} fileOutputStream.close();
content.close(); // this will also close the connection }
} catch (ClientProtocolException e1) {
// TODO Auto-generated catch block e1.printStackTrace();
fileOutputStream = null; } catch (IOException e2) {
// TODO Auto-generated catch block e2.printStackTrace();
fileOutputStream = null;
} return fileOutputStream;
}

View 2 Replies View Related

HTC Incredible :: Yahoo - "Cannot Play Video - Sorry This Video Cannot Be Played" / Deal With This?

May 3, 2010

I know this is not a big deal but it is still bothersome. When I try to run video while on Yahoo's site I get message "Cannot play video - Sorry this video cannot be played." I have no issues with ESPN, Cnet, etc. I'm able to run these yahoo videos on my wife's Eris with 2.1 (v.3).

Anyone know how to deal with this issue?

View 5 Replies View Related

HTC EVO 4G :: Youtube - Pop Up Comes On Saying Video Cannnot Be Played

Aug 10, 2010

ever since i put the leaked .3 version youtube has gone downhill. when i click on a video it seems like its loading but then a pop up comes on saying "video cannnot be played" even with the .6 update i did with the leaked ruu its the same. just tested it and it only does it when i have HQ enabled

View 4 Replies View Related

HTC Hero :: On Youtube Always Get Sorry This Video Cnnot Be Played

May 21, 2010

when I am on YouTube I always get, sorry this video cnnot be played.and its realy annoying me, are there any fixes?

View 3 Replies View Related

HTC Incredible :: No Sound In Video When Played On Laptop / Get That?

Jul 17, 2010

Can't seem to find the answer im looking for. I took a few videos at the zoo and they have sound when i play them back on my phone. But when i upload them to my computer, there is no sound.

View 8 Replies View Related

Sprint HTC Hero :: No Audio When Transferred Video Played On PC?

Jan 12, 2010

I upload video and when I go to watch it, it has no sound. I use windows media and vlc none of them play it.

View 2 Replies View Related

Android :: Where Can A Video File Be Placed / Played In Droid Other Than Sd Card?

Aug 19, 2010

1.how do we build our own video player in android,it will be helpful if ull can give me some code related to it.

View 1 Replies View Related

Samsung Moment :: Play Mp4 - Video Cannot Be Played / Solve This?

May 12, 2010

I'm trying to put some mp4 movies into my sd card for my moment, after i unmount my usb, and i click the video icon for the movie, it says "sorry this video cannot be played" i thought it's suppose to play mp4 and or h.264 type files? what can i do to solve this..?

View 5 Replies View Related

Motorola Droid :: Video Can't Be Played While Watching Online / Fix It?

Jun 26, 2010

Anyone else getting this error notice while watching online videos? For the most part, this doesn't happen for me in youtube vids, but any other internet vid site will prompt this error. I have been getting this problem since the 2.1 update... didn't get better or worse after I rooted to froyo 2.2 and overclocked to 1200mhz.

View 12 Replies View Related

Motorola Droid X :: Video Playback Error - File Cannot Be Displayed Or Played

Aug 22, 2010

Anybody getting this when they try view recorded videos? Worked well in 2.1, but I get this error in 2.2

View 4 Replies View Related

HTC Tattoo :: YouTube Not Working - Error Message Stating That Video Cannot Be Played

Apr 7, 2010

My YouTube app isn't working, when I click on the video that I want to watch it gives me an error message stating that the video cannot be played. I've searched on the forum and other models have reported similar problems, but as far as I can see this hasn't been discussed specifically for the tattoo

View 10 Replies View Related

HTC Incredible :: "This Video Can Not Be Played" Got Message

May 6, 2010

Is there any way to default the stock you tube app to play in high quality? Any suggestions for another you tube player...

View 2 Replies View Related

Android :: Got Error "Sorry, This Video Cannot Be Played" / Why Is This?

Jul 26, 2009

My code was working before. I don't why now i got the error. My application use g1 phone recording an 3gp video, Then I use following code try to play it, however I got an error "Sorry this video cannot be played". This happened seems after an update from Tmobile. Does anyone has same experience? code...

View 3 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

HTC EVO 4G :: Youtube App "Sorry This Video Cannot Be Played" / Fix It?

Jul 18, 2010

Posted this at a different android forum, posting here as well to maybe find a fix quicker..
---
VERY annoying youtube issue..
With just about ANY video i try to play on youtube while using EVDO, i am greeted with this message after about a 30 second "loading" loop

I have been able to find others with this issue.. but no fix:
Android Youtube App Problems - YouTube Help
YouTube on the HTC Hero � what gives?
Youtube will not play - Droid Forum - Verizon Droid & the Motorola Droid Forum
Sorry, this video cannot be played - Android Help
The YouTube app on my Hero says "Sorry, this video cannot be played" when I try to play a video. - Android Market

View 6 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 :: FLV Video Playback

Nov 17, 2010

I've got the Google phone (Huawei IDEOS 8150, froyo 2.2) and would like an advice whats the best way to watch my FLV videos in my phone, perhaps convert FLV to MP4 first (to reduce the size) and then use VLC player or Real Player in my Google phone, if they are available for free download in MarketPLace ?

View 2 Replies View Related

Media :: Video Player For G1

Oct 21, 2008

Where can i download the Video player for G1?

View 15 Replies View Related

Media :: Record Video On G1

Oct 31, 2008

Any way to record video on the G1?

View 5 Replies View Related

Media :: Convert Video To DVD

Sep 14, 2010

What is the best way to convert the video from the EVO to a DVD? I see the file is in a 3gp format but not sure what the best way to convert it to a DVD to play on TV.

View 3 Replies View Related

Media :: Not Getting Video After Streaming

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

Media :: How To Download Video

Jun 14, 2010

I have a Motorola Droid. I used the video recorder for the very first time. How do I download the video to my computer? I'd like to figure out how to put the video on a DVD. I'm totally new to all of this....

View 1 Replies View Related

Media :: Make A DVD Out Of The Video

Mar 21, 2010

How can I make a DVD out of the video I shot with my Samsung Moment?

View 1 Replies View Related

Media :: Video Playback On Android

Aug 28, 2009

I never used an android phone before and i'm thinking to get myself a samung galaxy, but before that I'd like to know a couple of things concerning video playback on android. First of all, is there any way to play DIVX and XVID on an android phone WITHOUT converting? Do you need some particular paid application from the market or you can do it with the default player? How much this application would cost?

Another question: lot of my movies are quite big in resolution (you know the normal size that you use for pc's). Is there any need of resizing the movie to let it play on an android phone? I used to have a samsung omnia (rip); winmo sucked badly but it can play any video at almost any resolution very smoothly with free players also.

View 7 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 :: 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?

View 3 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







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