Android :: Unable To Playback Dumped H264 Stream
Aug 7, 2010
I am trying to dump h264 encoded bitstream to a file(video recording usecase). I had added the code for the file dump in the OMX FillBufferDone () callback. [Fillbufferdoneprocessing() function in pvmf_omx_enc_node.cpp] In the dump, what I observed is that the start code is not present and I think the SPS and PPS sequences are getting dumped. I am unable to playback the dumped stream. I am using 'ffplay' player.
View 3 Replies
Aug 31, 2010
I am a new android/captivate buyer. Try as I might (googled for a few hours) I could not find anything on the Captivate and it's Hd playback. My question is: Is there a way I can play Youtube HD on my Captivate via stream? (and NO I don't mean High Quality I mean straight up HD *720p*.).
I'm just mad the iphone 4 can and I can't find a way to do it on my captivate.
View 8 Replies
View Related
Jul 26, 2010
I m working on Radio application i gt stuck coz i m unable to stream live audio in android 1.5... is that possible to stream live audio in android 1.5 SDK..
View 1 Replies
View Related
Jul 16, 2010
I 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 ===================================================================================
View 10 Replies
View Related
Oct 3, 2010
I 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:................
View 3 Replies
View Related
Jul 9, 2010
Whenever I use the Friend Stream widget to update my Facebook status, I get an error. It says "Unable to update Facebook at this time". But I can leave a comment. I'm not sure what I'm doing wrong here. I think this is a good widget. I would like to use it.
View 8 Replies
View Related
Aug 9, 2009
I got fed up with slow responses, graphical fripperies that get in the way and occasional incompatibilities and have now dumped the HTC user interfaces as I wasn't using their widgets anyway, that's all you really lose. Even HTC's home app has an annoying "overshoot" for effect when scrolling from one screen to the next, which just gets in the way. Looks nice at first but gets annoying after a week or so. Am now using stock Android and the phone's a lot quicker.
View 11 Replies
View Related
Feb 3, 2012
I have recently bought a Tablet with Android 2.2 OS and I want to stream my 1000+ movies compressed with divix and h264. All have the AVI file extension. They are shared on my home network. My goal is to be able to stream these files to to my tablet. After searching most the day for which app to use I have come to the conclusion that there are many different way to accomplish this, some good, some bad.
I loaded Skifta on my PC and tablet and can now see the files but it says It cant play the file. Best way to accomplish this as google turns up 20 ways from sunday to stream AVI but which is best. I do like the fact that Skifta can access ones videos even away from home in a wireless hotspots. I was also looking at VLC but don't want to purchase something that won't work.
View 1 Replies
View Related
Dec 30, 2009
I've been trying to figure out how to make some sense of a dumped XML layout, and it's progressing 'pretty good'. The only thing I'm currently unsure about is the following:
When I use the command:
aapt dump xmltree <pathofapk> <pathofxmlfile>
I get the following result:
CODE:.............
That's all good, but what I'm trying to figure out is how to convert the following code into the XML layout file:
CODE:.................
Converting those values to decimal would result in:
CODE:.................
All good, but I've been trying to figure out what the (type 0x5 means). With all other types, the result is defined in the Android.util.TypedValue.class file
Decompiling that, gives the following result for 0x5:
CODE:...............
Makes sense, in a way. But, I need to know what kind of value it is, so looking down, I find the following value:
CODE:.............
But, when I try to use 2561mm and 1025mm (It's a tad much anyway, 25cm is.. larger than my screen), The whole screen is filled with the 'parent LinearLayout'.
View 3 Replies
View Related
Aug 19, 2010
And don't tell us something about "secrets" SE has, 2.2 is out for weeks, every other comparable android phone has it. So not saying anytinh about 2.2 means the X10 won't get it and is dumped after the 2.1 update. SE I will never waste again 500â
View 7 Replies
View Related
Aug 27, 2010
Been struggling with this since receiving my X. Seems like no matter what player I use the playback is jerky. It's very subtle, almost as if the video is dropping a frame or so every second. I've tried the stock player, Astro, Rockplayer, mPlayer, Zimly, Act, and the list goes on and the problem still persists.
I've encoded (using handbrake) with all of the settings suggested on the boards and have tweaked things on my own trying to find the proper setting, but still no luck. The strange and frustrating thing is that the exact same files play just fine on my 1st gen iPod touch (clearly an inferior piece of hardware) and on my wife's incredible. These encodes are of standard def DVDs at average settings (a full movie is about 1.3gb, all h.264 mp4 files.
I was able to improve playback by rebooting the X and then playing the video, but this doesn't seem like an acceptable solution every time I want to watch something. I tend to encode and watch a lot of stuff on my commute to/from work, and I'd really like to replace my touch with the X, but the media capabilities are falling way short. Considering switching to the Inc as I know it's able to play my media properly, but I'd prefer to keep the X for the larger screen size (though the Inc does seem to feel better when using one-handed). I'm on the fence right now, but if the X can't function as expected then it might be going back. Unfortunately I only have until the 1st to return it so I don't think I can hold out and see if 2.2 fixes this issue.
View 1 Replies
View Related
Oct 13, 2010
I'm developing an application on Android 2.2. This application have to read some h264 videos using HTTP protocol. To read a video, I'm using following methods :
// INIT PART mMediaPlayer = new MediaPlayer(); mMediaPlayer.reset();
mMediaPlayer.setOnErrorListener(this); mMediaPlayer.setOnBufferingUpdateListener(this);
mMediaPlayer.setOnCompletionListener(this); mMediaPlayer.setOnPreparedListener(this);
mMediaPlayer.setOnSeekCompleteListener(this);
mMediaPlayer.setAudioStreamType(AudioManager.STREAM_MUSIC);
// SET DATASOURCE mMediaPlayer.reset(); mMediaPlayer.setDataSource(url);
mMediaPlayer.prepareAsync();
In prepareAsync callback : public void onPrepared(MediaPlayer mediaplayer) { mMediaPlayer.start();
}
View 2 Replies
View Related
Jun 21, 2010
I have tried to play several H.264 720p video samples on my EVO, and I get sound but no video. Two examples are the Simpsons trailer and the Fantastic Four trailer at H.264 Demo Clips | H264info.com I get no error, and I have tried the Android media player and several others (which are no doubt using the same API's underneath). Is it expected that video will not play for these files? Obviously the phone's screen would not be able to play them in full detail but I didn't expect that it could not play them at all. What is the point of having 720p resolution over HDMI when the phone can't play videos at that resolution? Or is it that it supports some particular type of H.264 and these videos aren't supported? Or is it actually trying to output directly through HDMI and I see nothing since I don't have it hooked up? UPDATE: I trans coded these sample trailers using Handbrake, and even when I end up with a LARGER file size they do play at 720p. But if I use the high quality preset, they do not work even at a low butyrate at 720p. So it's something about the "advanced options" that determines whether the EVO can play it or not.
View 10 Replies
View Related
Jun 24, 2010
After looking at comparison videos of the quality of 720p video compared to that of the Samsung Galaxy and Iphone 4g, should we be asking HTC for a true HD codec for compression? We have a very powerful device in the EVO 4G, but it is clear that there are a few shortcomings in terms of the software tools provided to unlock that power.
View 2 Replies
View Related
Jun 24, 2010
Our device has the ability to record up to 720p video, but is bottlenecked by an outdated compression method. This post is to start an OFFICIAL Petition for HTC to offer us an update that will allow us to gain full access to this feature. We are only asking that our EVO's be given the ability to compress HD content properly. Chime in to join this OFFICIAL Petition.
View 49 Replies
View Related
Oct 28, 2010
Nothing seems to be working, so I figured I would give this a shot. I have a new Droid 2 from Verizon and it is a Motorola phone. ALL my Google contacts have been dumped on the phone. I have already verified that is ALL contacts, not just "My Contacts" and there doesn't seem to be any way to get it to just My Contacts.
I tried creating a group in the GMail contacts list for just the phone numbers I wanted, but there is zero way to get to that list. The only options I have when I open up Contacts in terms of filtering is All Contacts/Google contacts/Phone contacts. (The latter has no contacts in it because I prefer to have my phone numbers synced as a backup.)
My contact list is so large that when I go to text someone or pull up the contact list, it takes about five minutes for the list to propagate. All I want is my own user-defined list -- and have NO other contacts on the phone (not just filtered out, although I would take that, but not existing, period). The GMail app would be able to find any other contact anyways, so I don't need it in the actual phone book. I've looked everywhere on Google and it seems like no solutions out there seem to exist for me. All I want is to limit my contact list. I used to have Facebook and Twitter under Social Networking as well, but that just made my contacts list even worse so I got rid of those. Ideally I would like to get these back as well and just have them leave my contacts list alone.
View 1 Replies
View Related
Aug 16, 2010
I am looking to see if anyone (BH_MAN... ) has Alpha Recovery from the last BH_MAN ROMS dumped into an odin ready image. I am trying to get A2SD to work on the OTA, and I would like to be able to partition the SD card directly from the phone, which Alpha Recovery does...
View 2 Replies
View Related
Nov 29, 2009
I wanted to share my method of converting my windows 7 media center TV recordings to h264 for the Droid. This may work for Vista, but assumes that you have the media pack, so your files are .wtv files (not dvr-ms).
I use MCEBuddy 2.0 Beta 11. This is a small service to convert the wtv to mp4. I Edited the mcebuddymencoder.conf file and change the H264 mencoder settings to this.
Code:
View 16 Replies
View Related
Oct 27, 2010
I am trying to stream mp3 stream from my local http server indeed hosted on my phone to android media player.When local server gets the new socket , it starts writing some http headers followed by mp3 stream. but mediaplayer socket is throwing "Broken pipe" exception.Wat may be the issue causing this.
View 1 Replies
View Related
Dec 3, 2009
I am currently involved with developing a streaming media player for android. For testing purpose I have HTC HERO , HTC G1, and droid. I could stream audio and video both for only HERO. On G1 and Droid I get this error "Player Engine AO did a leave , error = 101 ", surprisingly this comes as soon as describe response is sent to the client!. So far I have not able to find out the exact cause of this error. Should it imply that (on droid and G1) Video type H264 is not supported for streaming? (RTSP).
Firmware details.
HERO >> 1.5 G1 >> 1.6 droid >> 2.0
RTSP streaming for only aac works fine on all the devices.
View 3 Replies
View Related
Nov 30, 2009
I have a video converter that converts some WMV/MOV/MPG files to H264 video formats. And, I am transferring these H264 videos to Motorola Droid device. These transferred videos are playing fine on device. However, when I check the video properties, it is has "Bitrate" as 0 KBPS. Whereas for the same video, the bitrate is displayed properly on PC.
View 1 Replies
View Related
Nov 15, 2010
Any suggestion for live stream for android. In my app i need to stream live video from Live Stream..Is there any api or example to do it? If so, please provide it.
I need as like this...
http://www.livestream.com/aplive?utm_source=website-home&utm_medium=promo-header&utm_campaign=aplive
View 1 Replies
View Related
Oct 5, 2010
I'm trying to build a live streaming player by downloading video segments (which are generated in real-time) and then playing them back in sequence. While I can get the segments to play, I need to get it so that there isn't a pause between playback of successive segments. I've tried using both MediaPlayer (with an appropriate SurfaceView) and VideoView, but there's always a small gap between segments.
If I try to load a new video into a MediaPlayer when the first segment finishes playing, it seems to take half a second or so before the next segment is loaded and starts playing. I have also tried having multiple SurfaceViews within a single ContentView (with only the active one being visible), but it seems like you can't prepare a video until the associated SurfaceView is visible. I also tried having multiple ContentViews that I switch between, but again, this has similar issues.
Any ideas or suggestions? Is it possible to somehow get the next segment to begin decoding as soon as the first one is decoded (which could be before it finishes playing)? Am I going to need to build a custom video player in order to do this?
View 3 Replies
View Related
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
Aug 19, 2010
I have noticed that during playback of video I take with my Motorola droid, I hear a sort of a pop every now and then. The first time I heard it, I thought it was something going on around me when taking the video, but it's not, it appears that the sound is coming from the droid, though I do not hear the pop when recording. There is no rhyme or reason to it. Sometimes you don't hear it at all, sometimes it's every 30 seconds, and a lot of times, I hear the pop right at the end of the video, but sometimes it happens right in the middle.
View 2 Replies
View Related
Nov 9, 2010
How to scale down a video playback as there is a memory constraint and the video playback uses software codecs...
View 3 Replies
View Related
May 4, 2009
I want to playback youtube videos on android. I came to know (from the below mentioned link) that adobe demostrated flash player for android, but they haven't released the code yet. Is there an alternative way to playback youtube video's on android? Is there an application that supports flash content playback on android already (though I couldn't find any on "android market" or related sites) or any development work is underway?
View 5 Replies
View Related
Feb 14, 2012
I recently switched to CM7 on my Galaxy S I9000 and it seems I lost all the codecs Samsung bundled with their phone. Video playback is choppy and buggy. I have Googled for possible solutions and tried most of the available players on the market but the problem remains. So how do other non-Samsung Android phone owners cope with this situation?
View 1 Replies
View Related
Apr 7, 2012
-On my laptop (Win 7), add my Android (Galaxy Nexus 4.0.3) as a playback device. My phone is connected to my bookshelf speaker setup that is in the same room but not near my desk. So when I am playing music on my laptop, let it be Pandora or Google music streams, I would like the sound to be played from the phone that is connected to the speakers.
I have looked at two possible approaches:
1) Remote control the phone and use the Google Music app on the android to play the songs. Essentially control the phone from PC. I did not find a suitable app for that one
2)Use the phone as a playback device on the Win 7.
View 2 Replies
View Related
Mar 22, 2010
I am developing a video rating tools which use Android's MediaPlayer class to playback the video sequences. I used the APIdemo at Android SDK to playback my encoded sequences but the picture stalled at the first frame on the emulator. Since I didn't have the commercial Android phone so I don't know whether this problem comes from my video coding profiles or the emulator itself. Here are the two sequences I used to test:
http://www.megaupload.com/?d=5I4AGSCX [url] I use x264 to encode, with baseline profile and bitrate=400k, fps=30or25.
And by the way, how can I install an apk package to the Zoom2 MDP, besides using the adb tools. I am wondering there's someone who is familiar with Zoom2 and Android so I put the question here.
View 5 Replies
View Related