HTC Desire : Embedded Audio - Video Files On BBC Wedsites
Mar 29, 2010
Still waiting for my Desire to arrive, but I read on coolsmartphone that people were having difficulty with the BBC iplayer. I was under the impression that the Desire handeled flash. does anyone have any comments? Can you listed / watch the embedded audio/video files on the BBC wedsites?
View 17 Replies
Apr 24, 2009
Can anybody advice what is the recommended directory to store files generated by your application: audio files, video files or some images.
If the phone contains SD card, it is clear that files should be saved there, but if there is no any external storage. where would you recommend to save to?
View 2 Replies
View Related
Nov 23, 2010
Ok so I see a lot of people saying they are having problems with video playback when importing from their SD Card but Im having the opposite problem.
I just switched over from the Metro PCS Samsung Code which is a Windows 6 phone to EVO and I put my SD Card in my EVO. All my music files play and the mp4 video files play but the audio from the mp4 video files dont. Does anyone have advice on how to fix this?
View 9 Replies
View Related
Jun 11, 2010
I have an audio file in .3gp format on my Android device which I wish to upload to YouTube. I know that YouTube is a video upload site and that I need to convert this sound file to video. I just want an image to display all the time the audio is playing. Google tells me there are number of tools that can help me. But I want to do this via java code from my Android device.
View 7 Replies
View Related
Jul 19, 2010
I need to record audio and video files in 3gp/mp4 format at the same file and same time.
When i run my application file is created with videofile.3gp but video does not record in sd card on the emulator.please let me clear one thing does video records on the emulator? if i run this code on android supported device do these error clear.
Please help me. I am new to this topic.please find the code and errors below.
package com.video;
* @copy Rights
* audio.java
* sample code for Eminosoft Developerworks Article
* Android development Team
* www.eminosoft.cm
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import android.app.Activity;
import android.content.ContentResolver;
import android.content.ContentValues;
import android.content.Context;
import android.content.Intent;
import android.media.MediaPlayer;
import android.media.MediaRecorder;
import android.net.Uri;
import android.os.Bundle;
import android.os.Environment;
import android.provider.MediaStore;
import android.provider.Settings;
import android.util.Log;
import android.view.View;
import android.widget.Button;
public class video extends Activity {
public MediaRecorder mrec = null;
private Button startRecording = null;
private Button stopRecording = null;
private static final String TAG = "SoundRecordingDemo";
File audiofile;
File video;
private MediaPlayer mMediaPlayer;}
View 2 Replies
View Related
Dec 2, 2013
I've to develop a software which can copy all audio and Video files from Android device to System
What to cover first, either linux kernel or android system interface.
Do I need to learn linux kernel programming or android system interface only
This backup could be possible from one of the medium via USB cable or WiFi or other form of connectivity.
View 1 Replies
View Related
Apr 12, 2010
I am having an issue where the video and audio are out of sync using my HTC Desire. I am using videos I have already converted for play on an iPhone and work without an issue. I am also having the same problem on youtube videos that I stream using Wifi to my handset. It is only every so slightly out of sync. I have a few people I am speaking to now with the same issue, and I also tried video on a test handset in the store I bought mine from which gives the same issue. Is anyone else noticing this problem?
View 49 Replies
View Related
Jul 23, 2010
I'm still trying to get to grips with the folder/filing system of the Desire's SD card. I have yet to put any of my own MP3's onto the phone but have put on a few short audio clips which I created at work. These were on the phone mainly so I could transport them home but I also occasionally play them from the phone. However I don't want them cropping up amongst music in the music player app/widget, but it seems no matter where I put them on the SD card they appear. The only exception is if I put them in media => ringtones which isn't ideal. Are there any other places where i can put them where they won't be found by the media player?
View 8 Replies
View Related
Sep 20, 2010
When I watch the BBC News on my HTC Desire the sound and the video are out of sync slightly.
View 2 Replies
View Related
Jun 14, 2010
Recently a client asked me to make their site "work on smart phones", which normally wouldn't be too much of an issue... However it's a video site, and I have absolutely no idea where to even begin. Right off the bat I'm not even going to consider allowing the site to even function in anything other than Android (Maybe even 2.0+) and iPhone, maybe Blackberry and WinMo. But beyond that... What do I do? I'm looking at using the tag, however I'm unsure what, if any, codecs which phone uses. Is HTML5 even adopted in their browsers yet?
Could someone please point me in the right direction? Am I going about this the right way, using the tag? Or is there some magical html element both iPhone and Android (And BB and WMo) that lets them run video in their native video players (Like on youtube).
View 1 Replies
View Related
May 11, 2012
I'm looking for a browser that can play a embedded WMV video. I bought a ASUS Transformer Pad TF300T for my wife and she wants to use it to do her study modules and as soon as you click on the link to play the video it just doesn't and just looks like a plugin is missing. I have yet to find anything that will work. A standalone video player is not what I need. It has to be a browser that supports the WMV format I think.
View 1 Replies
View Related
Jun 2, 2010
I'm new to the Android OS having been a Symbian (2nd phone is a Nokia N97) and Windows Mobile user previously. My question regards a copy of Family Guy (Something, Something, Something, Dark Side) which I purchased yesterday. The standard DVD also comes with a digital copy on the DVD which, when inserted into the drive brings up a choice of transferring the file to my computer to be copied over to my Desire as either a iTunes file or a Windows Media Video (WMV).Ideally I want to avoid the iTunes route as currently I have no use for that program on my system so I would like to be able to use the WMV version. When I copied the file to my Desire, it didn't play and the phone didn't seem to recognise it. Can anyone please give me advice on how to play a WMV on my Desire?
View 1 Replies
View Related
Aug 9, 2010
Would someone post an example of how to stream audio/video files using rtsp in android........
View 1 Replies
View Related
Jul 30, 2013
I have just moved across from an iPad to the nexus 7. Firstly I love the nexus 7, but there is one thing I just can't get it to do, that is to stream an embedded video to a dlna server or xbmc or boxes box or apple TV. Now I know there are a lot of apps out there to stream like airplay on the iPad, and I have bubbleupnp working really well at streaming from either videos on my nexus or even from my NAS through the nexus to the TV. But I watch a lot of series online and sometimes want to watch them on the TV rather than on the 7 inch screen. Now my iPad showed the airplay icon and boom onto thetv via xbmc, but if I try the same on my android, I can't! Any apps that would do this? The closest I have come is twonky beam but even that can't see the embedded video as the iPad could?
View 1 Replies
View Related
May 23, 2010
Does anyone know if there is a way for either meridian or the regular android player to recognize audio tags on lossless audio files?
View 1 Replies
View Related
Jul 22, 2010
Are there any video players for the HTC Desire that support MKV playback? this would be VERY advantageous for me as most of my movies/music videos/videos are in MKV format
If not, what are the best players for AVI/MP4 files?
View 2 Replies
View Related
Oct 2, 2010
I want combine two audio files. (A audio file + B audio file = AB audio file)So, my search result is:
1. useing an AudioTrack.
2. decode PCM from audio file.
3. combine PCM.
This is currect? It there another way?
View 1 Replies
View Related
May 8, 2010
Is there a way to determine the audio format of an audio file in Android? On normal java I do it like this:
File file= new File(...);
AudioInputStream stream = AudioSystem.getAudioInputStream(file);
AudioFormat format= stream.getFormat();
View 2 Replies
View Related
May 23, 2010
I've done a bit of searching but haven't really turned up much.
Basically I just want to know if there's any apps available that will allow me to watch video files on my Desire over my home WiFi network.
View 13 Replies
View Related
May 11, 2010
I want to know how to get the ringtone,audio files in the device and I want set them as alarm. I am working in the code to set the alarm and I want to know how to retreive audio or ringtones from the device.
View 1 Replies
View Related
Jan 20, 2010
I've recorded audio in my Android application in its AMR format and I'd like to convert these to something that I can more easily use, such as WAV or MP3.
I've found some online instructions for this, for instance: http://www.aquarionics.com/2004/08/04/how_to_convert_amr_files_to_mp3/
which say to start with the 3GPP reference solutions to convert AMR to WAV, and then use sox and lame from there.
I compiled this code and tried to convert my AMR file, but it seg faults. I think this is because Android's AMR files are wrapped in a 3GP container. There is some code online about how to unwrap the AMR files (http://www.benmccann.com/dev-blog/extracting-amr-audio-from-android-3gp-files/), but I can't seem to get it to work and it seems like a lot of extra trouble just to get the audio from these files.
View 2 Replies
View Related
Aug 29, 2010
I'm not sure if there is a thread for this or not. I couldn't find one. After I transfer photos/videos via USB to my desktop, I notice when I play the video files that there is no audio. Only the video.
View 2 Replies
View Related
Dec 22, 2009
I would love to see what are peoples top picks?
View 2 Replies
View Related
Aug 23, 2010
When I transfer the videos from my Evo to windows 7 pc, there is no audio. If I need an Evo codec, where do I download that?
View 1 Replies
View Related
Jul 20, 2010
I have multiple audio files in the assets directory of my application. When the user clicks a button I want to play those files in a certain order, one after the other. There shouldn't be any noticeable lag between the audio files. What is the best approach to achieve this? I am thinking of using MediaPlayer objects and OnCompletionListeners. But, that would mean I have to create a lot of OnCompletionListeners because I need to know every time which audio file is next. Am I missing something or is there a better approach?
View 1 Replies
View Related
Sep 8, 2009
I am developing an application in which i need to merge and split audio recording.Can anyone give me a hint how to get it done in android? Does it require any external jar?
View 1 Replies
View Related
Sep 16, 2010
Any ideas why?
These are downloaded video podcasts, by the way. I can play MP4 files with A/V just fine. Really annoying...
View 2 Replies
View Related
May 5, 2010
Any way to get the phones to play .wav audio files?
View 11 Replies
View Related
Aug 17, 2012
i trying to extract audio from a apk. I decompiled but did not see audio files. Is this possible?
View 2 Replies
View Related
Jan 22, 2010
Does such a thing exist please folks - want to rip some audio for an mp3 ringtone from a comedy video clip
View 4 Replies
View Related