Samsung EPIC 4G :: Unable To Play Video In Phone
Oct 23, 2010Isn't playing a video in HQ a matter of selecting it from the menu? So does this review make any sense?
Quote: ...
Isn't playing a video in HQ a matter of selecting it from the menu? So does this review make any sense?
Quote: ...
So the Samsung spec page says that WMA files are supported, but I don't seem to be able to play them. Am I doing something wrong??
View 2 Replies View RelatedI have not been able to play avi files that I copied from my canon digital camera on my epic. Finally found a free video player called arcMedia which plays avi files, but the video quality is completely messed up. I read about Handbrake software using which we can convert avi files into mp4 files. But I have a huge collection of avi files and d not want to be converting every single avi file so I can play it on my epic. I also tried finding Rockplayer in android marketplace, but could not find it from my epic phone.
View 5 Replies View RelatedI was wondering if there was a way to use my video chatting capabilities by calling someone who is using their computer. (for example, skype).
View 11 Replies View RelatedOn my epic and evo, the video looks stretched out. Anyone using it?
View 2 Replies View RelatedI am able to see my Samsung captivate on my PS3 and I am able to play music, pictures and videos from my phone using PS3 on my HDTV. However, I am unable to play contents from PS3 on my phone. When i choose the server to phone option my phone is not detecting PS3. Is there any solution to this problem?
View 2 Replies View RelatedHey can the vibrant play avi, dvix, mpg, mkv, etc.
View 14 Replies View RelatedYou Tube - Review Epic 4G
View 5 Replies View Relatedone problem i just noticed since i installed LFY1.4 with the smoked theme.. when i try to play videos that i recorded on my phone previous to rooting, and rom'ing i get an error "sorry this video cannot be played". it only happens with certain videos, not all of them. not sure if it has to do with the rom, the theme, launcher pro, rooting or what.. wondering if anyone else has had this problem, or anything similar?
View 2 Replies View RelatedFound this on youtube. Sound is horribly low.
YouTube - Epic 4G Mutimedia Desktop Dock & Leather Belt Clip Case
So I have had my Droid Eris for about a week now. The other day I decided to play around on YouTube to see what it was like. Here is the thing though, I have literally found like 1 video that will play. Most of the time I get "This video can not be played". Anyone know why this is?
View 4 Replies View RelatedI am sending a MPEG4 video stream in RTP format over RTSP to my android emulator using ffmpeg and ffserver. I use the Android VideoView to play the RTSP stream. I do not see the video. The error in LogCat is pasted below. Is there some specific that I need to do? If I use the Android 2.2 to run the same code, the video plays fine.
I also tried coding video using H263, but that stream does not play in 1.6/2.2 emulator =================================================================================== 07-16 15:50:46.073: DEBUG/PlayerDriver(554): buffering (6) 07-16 15:50:46.273: DEBUG/PlayerDriver(554): buffering (6) 07-16 15:50:46.474: DEBUG/PlayerDriver(554): buffering (73) 07-16 15:50:46.683: DEBUG/PlayerDriver(554): buffering (73) 07-16 15:50:46.884: DEBUG/PlayerDriver(554): buffering (73) 07-16 15:50:47.092: DEBUG/PlayerDriver(554): buffering (73) 07-16 15:50:47.293: DEBUG/PlayerDriver(554): buffering (73) 07-16 15:50:47.492: DEBUG/PlayerDriver(554): buffering (73) 07-16 15:50:47.703: DEBUG/PlayerDriver(554): buffering (73) 07-16 15:50:47.902: DEBUG/PlayerDriver(554): buffering (73) 07-16 15:50:48.113: DEBUG/PlayerDriver(554): buffering (73) 07-16 15:50:48.123: DEBUG/PlayerDriver(554): buffering (100) 07-16 15:50:48.162: ERROR/SW_DEC(554): PV SW DECODER is used for MPEG4 07-16 15:50:48.223: INFO/MP(807): onPrepared called 07-16 15:50:48.223: INFO/MP(807): vv start 07-16 15:50:48.252: INFO/mediaDuration3(807): -1 07-16 15:50:48.384: ERROR/PlayerDriver(554): HandleErrorEvent: PVMFErrCorrupt 07-16 15:50:48.652: WARN/PlayerDriver(554): PVMFInfoErrorHandlingComplete 07-16 15:50:48.652: ERROR/MediaPlayer(807): error (1, -10) 07-16 15:50:48.652: ERROR/MediaPlayer(807): Attempt to call getDuration without a valid mediaplayer 07-16 15:50:48.652: ERROR/MediaPlayer(807): error (-38, 0) 07-16 15:50:48.794: ERROR/MediaPlayer(807): Error (1,-10) 07-16 15:50:48.794: DEBUG/VideoView(807): Error: 1,-10 07-16 15:50:48.794: INFO/MP(807): onError called 07-16 15:50:49.063: ERROR/MediaPlayer(807): Error (-38,0) 07-16 15:50:49.072: DEBUG/VideoView(807): Error: -38,0 07-16 15:50:49.072: INFO/MP(807): onError called ===================================================================================
At first, I believe there was a question that would pop up asking me whether I wanted to use youtube or not, but I must have said don't ask anymore, because I don't get that now (is there a way to get that question back?). Now when I click on a flash file, I get a choice to download or play. I click play, and the screen goes black. There is some sort of spinning 'loading' graphic, then I get a popup that says "Cannot play video Unable to connect to server". This happens on any of the major video sites.
View 29 Replies View RelatedI have an app that worked fine on Android 2.1 (Eclair) but is no longer working in 2.2.1 (Froyo). I think this may have to do with the shift from OpenCore to StageFright for video encoding and decoding, but am unsure.
The debug logs show two things I'm not sure about:
Does this mean H.264 baseline is not supported? WARN/QCvdec(59): Parsing Error unsupported profile or level No idea about: ERROR/PVOMXVidDecNode(59): Ln 1373 OMX_EventError nData1 -2147479542 nData2 0
Play the following url (it works fine in VLC, for example): rtsp://nexus3.dropcam.com/6821ec44e37846428850ec195d69969a
The code:.........
The debug result:
CODE:................
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 RelatedIm 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]....
I see users prefer this forum, so I'll ask here.
I can't stream aac or aac+ when on the cell network, only when on wifi. This is not a bandwidth issue. On Cherry player, for example, it almost immediately goes to a stopped state, before making any real attempt to connect or buffer--long before any timeout that is.
Anyone else experience this?
Question: has anyone here been able to play music via USB connection in their car?
If so, then list your car brand and model. How did you do it? Are the songs all MP3? from Itunes? Are the songs in any particular folder on the microSD card?
Me: 2010 Prius NAVI...the car audio can only read 3 songs out of many (all from Itunes). I do have 2 songs from Amazon MP3, but they are not read either. The same 3 songs over and over again. My phone is in "mass storage" mode.
Sprint compares Epic 4G to Evo 4G...YouTube - Sprint Android Phone Comparison -- Samsung Epic 4G versus HTC EVO 4G
View 13 Replies View RelatedWent to the football game yesterday, well technically 2 days ago now and recorded this:[VIDEO]
View 5 Replies View RelatedI have been trying to send a picture from my Gallery, via Gmail. I just click on the "share" button, then select Gmail.
However, I've sent it over 10 times for the past two days, to two of my email accounts. I've also tried sending another pic.but nothing. When the Gmail app thing opens, everything seems ok, and I fill in all the info and hit send. But nothing is being sent.
When at home I'm constantly on wifi and couldn't understand why I couldn't see the attachments on received MMS.
Mystery solved, you have to be on 3 or 4G for these to work
This article was posted in the old subforum so I am posting it here:
First Review of Samsung Galaxy S, Epic 4G - Sprint?s Next 4G Phone
FWIW, the article lists the memory as: "Memory 16GB/8GB+ MicroSD(Up to 32GB)"
When in the camera and you hit the play button to review pictures, all pictures on the phone come up instead of just the ones i've taken with my camera. Is there a setting to change for this? Do i need to move my photos to a specific folder to avoid this? Right now i have all my pictures in the "media" folder. The camera pictures are in the DCIM folder. So how can this be changed?
View 3 Replies View RelatedYouTube - First Look: Samsung Epic 4G (Sprint)
View 17 Replies View RelatedAnyone know how to add video from the computer onto the phone?
View 3 Replies View RelatedYouTube - Sprint Samsung Epic 4G Promo Video (Galaxy S)
View 6 Replies View RelatedIs there a way to change the list of videos from thumnail screenshots to filename list? It is impossible for me to figure out which videos are which and finding specific vids.
View 1 Replies View RelatedWhen I try to apply the update in the system recovery screen i go to apply sdcard:update.zip and push the home capacitive button. It brings up a progress bar and about halfway through it gives me an error. Im assuming I accidentily deleted this BuddiesNow file after I rooted the phone. I tried hard reset and factory reset but neither of these fixed it. Is there a way to download or install this BuddiesNow.odex? I didn't back up the file.
View 5 Replies View Relatedapparently vimeo doesn't like the video created by sprint Samsung Epic. they render it with an aspect ratio which is all squashed. ironically, the thumbnail they produce is the correct aspect ratio. anyone have any experiences/pointers/tutorials with sprint EPIC to vimeo?
View 3 Replies View Related