Android : Does Droid Have APIs For HTTP Progressive Download For Media Files?

Aug 27, 2009

Does Android have APIs for HTTP progressive download for media files?

Android : Does droid have APIs for HTTP progressive download for media files?


Android :: Audio Progressive Download Over HTTP

Apr 14, 2009

I have a couple questions regarding audio streaming/progressive download over HTTP. Could you please help me?

1. MediaPlayer supports progressive download according to the developer guide from this link http://developer.android.com/guide/topics/media/index.html ("If you're passing a URL to an online media file, the file must be capable of progressive download."). As far as I understand progressive download means media playback during download process with saving the media file to file system(SD card or internal FS) after the downloading is finished (if it's a file, not a stream in the passed URL). So, I tried to set the following URL: setDataSource (http://84.204.154.49/mmapi/music.mp3). Playback is fine, but the file isn't saved to SD card or internal phone file system. Can MediaPlayer save media content to the file system after downloading is completed? Is there a way to turn on such capability?

2. Does MediaPlayer support HTTP streaming? I tried to use http://217.10.32.134:8129/ultrafan128.mp3, http://62.32.66.180:8800, also AMR-, AAC- audio stream over HTTP on the local server, but playback does not work. For example, RTSP streaming works fine with AMR and AAC.

View 13 Replies View Related

Android :: Progressive Download Of Http Links - Play

Sep 20, 2010

In my android application i would like to download from a http link progressively and then play it.That is first save some bytes and play it in the meanwhile buffer the next file.

View 2 Replies View Related

Android :: Opencore / Progressive Download - How Does It Work ?

Nov 20, 2009

when a video is played over http (progressive download), in some cases, the application stops the current http connection and continues the download using a new http request with a range header. closing the connection is the phone choice, not server. somebody knows in which cases the phone behaves this way?

View 3 Replies View Related

Android :: Using VideoView For Streaming Or Progressive Download

Jan 13, 2010

I'm confused about how VideoView can be used to play video: from a local file, as progressive download and streaming. This example work for me (on 1.5 and 2.0 at least) by downloading the file and playing it locally. But is it necessary to download the video before playing: is it possible to play video as progressive download, or by streaming, simply by using setVideoPath or setVideoURI, as in VideoViewDemo in the API samples?

The VideoViewDemo code suggests using setVideoURI for streaming, but I'm not clear what kind of URL I should be using. Does someone have an example URL for a video that can be streamed to the Android emulator using the VideoViewDemo code? Can progressive download be used with VideoViewDemo? I get a 'sorry, this video cannot be played' message using setVideoPath with URLs that work fine with the blog example linked to above.(Is this a problem in the emulator? I've tried 1.5 and 2.0.)

View 3 Replies View Related

Android :: Streaming Video (or Progressive Download) To Browser

Jan 22, 2010

I am trying to stream video (or use progressive download) to a Motorola Droid Browser and am not having a lot of luck. With my iPhone, I can direct Safari to http://xxx.xxx.xxx/FileName.mp4 (which is an MPEG-4 video file) and Safari opens quicktime and the video plays. However, with the Droid, I go to the same web address and am faced with a error stating "Cannot play video. Sorry, this video is not valid for streaming to this device".

When I direct the Droid's browser to a WMV file, it will fully download the video file and then play it in what appears to be the Droid video player if I click on it. Ideally, I'd like to replicate the behavior of the iPhone on the Droid, where the video player pops up and the video starts before the complete download. Video format isn't an issue, as I can encode the video to pretty much any standard. I was trying the .mp4 file because the Droid documentation says that it supports MPEG-4 video, although I can't get it to work from the browser.

View 3 Replies View Related

Android :: Video Settings For Progressive Download - Android

Jun 21, 2010

My app uses streaming (i think the correct term is progressive download) for videos. To be able to do that, the mp4 file must be hinted and I manage to do that. Now, is there a suggested or advisable settings for the mp4 like the bit rates, resolution, frame rate etc so that the playback is smooth?

View 1 Replies View Related

General :: How To Download Android APIs Offline

Jul 13, 2012

I am working on Eclipse and am looking for method to down load Android API's offline and then plug it to Eclipse

is there a method for that ? because my internet Connection drive me crazy.

View 2 Replies View Related

HTC Droid Eris : Trying To Download Apk Files As Zip Files?

May 6, 2010

I'm trying to download the SMS app from XDA and the guy has it up as a zip file. I download it and extract it, and it's a folder with random crap in it. No apk.

Then I read that I just change the file name. I'm on a Mac, so I change the filename and it verifies if I want to change it from .zip to .apk and I say "yes." Put it on my card and Astro still doesn't recognize it. It's list, but it's an icon with a window and a gear in front of it.

I installed the Vanilla email app, no problem. Not sure what the deal is with this one.

View 15 Replies View Related

Android :: Playing Media Through Http/rtsp

Nov 2, 2009

Did anyone try playing audio/video through http/rtsp. I am having a problem with either of the approach.... I am getting an error Command PLAYER_INIT completed with PVMFError I some cases I got Command PLAYER_INIT completed with PVMFErrorContentInvalidForProgressiveDownoload.

The code snippet I am using is given below...

CODE:.....................

The code works fine when I say mVideoView.setVideoPath("/sdcard/vv.3gp"); but not able to play if I give a rtsp/http urls

In case of http it says PVMFErrorContentInvalid for progressive download....

View 2 Replies View Related

Android :: Windows Media Services Streaming - Using RSTP Or HTTP

Oct 31, 2010

Is it possible to stream video to an Android device by using Windows Media Services? Which protocol should I use between RTSP and HTTP? Actually, I have a video file (MP4 format) at a server and I want to stream video files to an Andriod device.

View 1 Replies View Related

Android :: HTTP Connections - Application To Search And Download

Sep 16, 2009

I am trying to make a application where you can search for something and download it. For example I want it to be connected to my website and you can type one of my ROM names and it will show a list view of all my ROMs or themes then I can select one and download it.

View 9 Replies View Related

Android :: Download Image From Server Using Http Connection And At Same Time

Aug 4, 2009

I want to Download image from Server using Http Connection and at same time i want to show ProgressDialod till is not Downloaded i dont undestand.

View 3 Replies View Related

Android :: Making Video Files Ready For Playback Over HTTP

Jul 9, 2010

I am working on an Android application which is supposed to play videos over HTTP on Android devices. Before we setup a server to host the video files just wanted a few things clarified: As per the developer documentation, Android supports .mp4 and .3gp container formats for video.

The audio-video codec used for our media files is H.263(video) and AAC LC (Audio). I did a little experiment and passed URL of one of the video files to the MediaPlayer class and got the following error: Command PLAYER_INIT completed with an error or info PVMFErrContentInvalidForProgressivePlayback.

From the docs, I came to know that for progressive playback, the video's index (e.g moov atom) should be at the start of the file. How do we make our videos Android-ready? What are the different considerations that we need to make?

View 4 Replies View Related

Android :: Video Files Playback Over HTTP - Supporting Formats

Jul 9, 2010

I am working on an Android application which is supposed to play videos over HTTP on Android devices. Before we setup a server to host the video files just wanted a few things clarified: As per the developer documentation, Android supports .mp4 and .3gp container formats for video. If we use H.263(video) - AAC LC (Audio) audio-video codec used for our media files will we be able to play the video by passing the URL to MediaPlayer class?

I did a little experiment and passed URL of one of the video files(.mp4) to the MediaPlayer class and got the following error:
Command PLAYER_INIT completed with an
error or info
PVMFErrContentInvalidForProgressivePlayback

From the docs, I came to know that for progressive playback, the video's index (e.g moov atom) should be at the start of the file. Questions:
1. How do we make our videos Android-ready?
2. What are the different considerations that we need to make?

View 1 Replies View Related

Android :: Droid Doesn't Download Files From Some Sites

Apr 9, 2010

When I am trying to download files from certain websites, including my school's website, the files attempt to download and complete almost instantly, usually with varying bytes or KB of data downloaded, not the full file. On my school's site I try to download a variety of file types including .pdf .doc .ppt and some .zip and it's the same thing with all of them, this has happened on several other sites as well, but usually I can download these file types without a problem. I am just wondering what could be causing this problem and if it is fixable.

View 1 Replies View Related

Android : Way To Download / Replace Droid Resource Files?

May 13, 2010

My application will have some customisation for each company that uses it. Up until now, I have been loading images and strings from resource files. The idea is that the default resources will be distributed with the application and company specific resources will be loaded from our server after they click on a link from an email to launch the initialisation intent. Does anyone know how to replace resource files? I would really like to keep using resource files to avoid rewriting a lot of code/XML. I would distribute the application from our own server, rather than through the app store, so that we could have one version per company, but unfortunately this will give quite nasty security warnings that would concern our customers.

View 3 Replies View Related

General :: Can't Download ZIP Via HTTP Post Through Stock Browser?

Mar 1, 2012

Why can't I download a ZIP via HTTP post through the stock browser?

The problem is mostly described in the following article: [URL] .....

Basically I am currently working on an ASP.NET application that bundles bunch of files into a zip and pushes it back to the client via the response output stream.

Now this works fine in Firefox and in the ICS 4.0 stock browser, but doesn't work on the clients Galaxy Tab running Honeycomb 3.0. What happens is it appears to download the html of the page instead.

View 2 Replies View Related

Media :: Music Player Can't Find All Files / Need Doesn't Use Native Index Of Files?

Apr 4, 2010

I have a Samsung Galaxy I7500 using android 1.5. I extended my phone with a 16GB microSD. I copied a big music collection (around 800 files) into a folder on this SD. Now the problem is that the music player can't find all the files.

I know that there are several threads about android not finding music. The answers are usually that the library hasn't yet been updated or that the ID3 tags are not correct.
I have checked both.

Btw. I can play the files using ASTRO.

In my opinion it seems as if android can't build up a library with too many entries. If I rename the files or put them into different folders, songs disappear and reappear quite randomly.

Do you have any solutions? Is there a music player which doesn't use the native music players index of files?

View 3 Replies View Related

Media :: App To Download Music To Droid To Use It As MP3 Player?

Mar 27, 2010

I would like to download music to my Droid to use it as an MP3 player, several specific songs. What app should I download for that?

View 4 Replies View Related

Media :: Droid Market And Download Desktops?

Jan 29, 2010

I have a Sprint Hero and had a question about downloads.

When I go to the Droid Market and download desktops it says they are on my card...but I can not find them. How can I see what is on the card and where do the downloads go?

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

Motorola Droid X :: Best Way To Copy Media Files To The DX

Jul 19, 2010

I'm using media player now, since it launched right away.

If there a better/faster method (drag n drop or such) to move files from/to the droid?

Also is there a file structure in place where you *must* put specific file types? (I have the pdf manual, and want to copy it as well to the DX... I'm not sure where it goes though, or how to move the file over.)

Is there a faq here on the best methods and file folder locations specific to the DX?

View 4 Replies View Related

Media :: Not All MP3 Files Transferring To Droid Eris

May 4, 2010

I got my droid eris in december for christmas and have had no problems until recently. Everytime I try to put more music onto my Eris it'll only transfer SOME of the files. For instance, my phone was stolen last week and I just got my new one today. I tried to put about 20 artists onto it, and after waiting 30 minutes for them all to transfer only about 15 were there. I've checked and I still have ample space too.

View 1 Replies View Related

Media :: Finding Files In Motorola Droid

Mar 27, 2010

I want to move files from my pc to my droid. So I hook up and drag file to droid drive and I don't know where to look for them on the droid.

View 3 Replies View Related

Media :: Any Application To Search And Download Movies On Droid?

Aug 28, 2010

Can someone plz email me and tell me how I can download movies to my stood phone. I wanna find a application that I can download the movie directly from there not get it from my computer. I wanna be able to search for a movie n play it on my droid phone plain n simple is there a application for that or not.

View 7 Replies View Related

Media : How To Get Loud Ringtones Download On Droid Mesmerize?

Nov 26, 2010

I'm needing to find some loud ringtones (without music ringtones)... Can anyone suggest ringtones or library of them that I can download on the Droid Mesmerize?

View 1 Replies View Related

HTC Droid Eris :: Not Able To Download Attached Files

Dec 29, 2009

Having a problem downloading audio attachments sent through text messages and i know you are supposed to do a long press and wait for the menu to pop up but mine never pops up so i cant save any picture or audio files ppl send me and i made sure to check the unknown sources box in settings under unknown sources so i don't know what else to do.

View 4 Replies View Related

Motorola Droid : How Can I Download Files To BBv0.4/

Sep 4, 2010

So i'm running BBv0.4 and it keeps saying "phone does not support" when i try and download themes, stopota.zip, and some others. What am i doing wrong? Do i need to do it through a PC, a file manager, or something else? Other than this the rom seems to be running great! i just can't download somethings so i'm thinking i'm missing some point or something.

View 3 Replies View Related

Motorola Droid : Want To Download PDB Isilo Files

May 29, 2010

I have a friend who has a moto droid and I have the Dinc. We work for the railroad and we can carry the railroad rules on our phones instead of carrying our rule books. I use Isilo on my phone and download the rules from the UPRR web page. My friend installed Isilo but his moto droid won't allow him to download PDB isilo files. When he tries to download the file it say's that the file is an unsupported file. Can someone help please?

View 4 Replies View Related







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