[android-developers] Re: Is anyone able to play HLS on Vizio Tablet running 2.3.2

2011-10-03 Thread Mrid
can anyone help me with this issue? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Is anyone able to play HLS on Vizio Tablet running 2.3.2

2011-09-30 Thread Mrid
Hello All, I am trying to run HLS on Vizio Tablet running android 2.3.2 but not finding luck. In media player class, prepare method is failing giving out java.io.IOException here is the complete error log 09-30 11:11:22.610: ERROR/MediaPlayer(2280): error (1, -2147483648) 09-30

[android-developers] Re: Honeycomb Preview SDK: HTTP Live Streaming support validation

2011-05-23 Thread Mrid
Hello, please respond is there anyone facing problem with HTTP Live Streaming on Android 3.1 ? It was running properly on 3.0 On May 18, 11:17 am, Mrid mrid@gmail.com wrote: is anyone having the same problem ? On May 17, 11:51 am, Mrid mrid@gmail.com wrote: Hi Mulder, I

[android-developers] Re: Honeycomb Preview SDK: HTTP Live Streaming support validation

2011-05-18 Thread Mrid
is anyone having the same problem ? On May 17, 11:51 am, Mrid mrid@gmail.com wrote: Hi Mulder, I was able to play above video until I made an Honeycomb update. Now I am not able to play this. I can play this video on simulator. Please let me know if you are having same problem. On Apr

[android-developers] Re: Honeycomb Preview SDK: HTTP Live Streaming support validation

2011-05-17 Thread Mrid
Hi Mulder, I was able to play above video until I made an Honeycomb update. Now I am not able to play this. I can play this video on simulator. Please let me know if you are having same problem. On Apr 13, 9:06 am, Fox Mulder zebeub...@gmail.com wrote: Hi If you tried your URL from the

[android-developers] Re: Honeycomb Preview SDK: HTTP Live Streaming support validation

2011-04-05 Thread Mrid
referring to the solution in bug report, I tried to play a .m3u8 format file by using httplive:// instead of http:// in the url. I was able to play the sample video from apple but I am not able to play .m3u8 files which I have. These are directly from inlet and I am able to play them on iphones

[android-developers] Re: Honeycomb Preview SDK: HTTP Live Streaming support validation

2011-04-05 Thread Mrid
can anyone tell me what can be the problem? I am stuck on this !! On Apr 5, 2:15 pm, Mrid mrid@gmail.com wrote: referring to the solution in bug report, I tried to play a .m3u8 format file by using httplive:// instead of http:// in the url. I was able to play the sample video from apple

[android-developers] LiveFeed

2010-12-08 Thread Mrid
Hi there, I have a rtmp url which provides live telecast for a channel. I am new to this, so I dont know how to proceed on this in order to start this on my device? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: Improper Audio format while using AudioRecord API

2010-10-15 Thread Mrid
I am able to store 16 bit sample in byte Array.. and the file size is coming out to be what it should be, but raw format which I am getting is something weired. Output file in BigEndian matches very with the normal but still not intelligible. On Oct 12, 8:37 pm, BobG bobgard...@aol.com wrote:

[android-developers] Improper Audio format while using AudioRecord API

2010-10-12 Thread Mrid
I am doing recording in following way and storing byte array in a binary file. But the binary file I am getting is not in any format. what can be the problem? int bufferSize = AudioRecord.getMinBufferSize(8000, AudioFormat.CHANNEL_CONFIGURATION_MONO, AudioFormat.ENCODING_PCM_16BIT);

[android-developers] Re: javax.sound alternative

2010-10-08 Thread Mrid
Does Android supports recording in u-law format. I can see PCM-16 and PCM-8bit raw format. If not, what can be done like adding header separately? On Oct 7, 4:37 pm, Mrid mrid@gmail.com wrote: Thank you Mark for the reply. I am here uptil now.                         int bufferSize

[android-developers] Re: javax.sound alternative

2010-10-07 Thread Mrid
can anyone please help me on this ? On Oct 6, 3:37 pm, Mrid mrid@gmail.com wrote: Hi All, wanted to know is there any alternative ofjavax.sound.sampled package specially AudioSystem and TargetDataLine class. Here is the sample code in java I am referring to :                 1

[android-developers] Re: javax.sound alternative

2010-10-07 Thread Mrid
...@sublimeslime.com wrote: The current Android audio API's are rather spotty in terms of what they provide. You'll have to write your own .wav converter at the very least. On Oct 7, 2:09 pm, Mrid mrid@gmail.com wrote: can anyone please help me on this ? On Oct 6, 3:37 pm, Mrid mrid

[android-developers] Re: FYI if you are having trouble in using DOM Parser for parsing general response

2010-10-06 Thread Mrid
yes, i myself posted that in this group that i had problems using DOM and now got solution so thought of posting this so that others dont waste time like I did. On Oct 4, 10:53 pm, Kumar Bibek coomar@gmail.com wrote: What does this function do anyway. I could figure out looking at it.

[android-developers] javax.sound alternative

2010-10-06 Thread Mrid
Hi All, wanted to know is there any alternative of javax.sound.sampled package specially AudioSystem and TargetDataLine class. Here is the sample code in java I am referring to : 1 AudioFormat af = new AudioFormat(AudioFormat.Encoding.PCM_SIGNED, 8000.0F, 16, 1, 2, 8000.0F,

[android-developers] FYI if you are having trouble in using DOM Parser for parsing general response

2010-10-04 Thread Mrid
Hi, I was having problem in using DOM parser for SDK 1.6 , it was working properly on SDK 2.2. Now I figured it out. Thought of sharing it so that others dont have to waste their time. Here is the solution to make this thing work private void parseXMLResponse(String xml) throws

[android-developers] Re: Problem in using Document Builder parser on Device

2010-10-01 Thread Mrid
Can anyone please reply on this ?? On Sep 30, 8:44 pm, Mrid mrid@gmail.com wrote: Hello All, I am using document builder parser for parsing xml response from the server. It works fine on emulator (SDK 1.6 and 2.2 both) but when I tried to use that on LG Moment (SDK 2.1), it failed

[android-developers] Problem in using Document Builder parser on Device

2010-09-30 Thread Mrid
Hello All, I am using document builder parser for parsing xml response from the server. It works fine on emulator (SDK 1.6 and 2.2 both) but when I tried to use that on LG Moment (SDK 2.1), it failed. Found out that it is not able to load the xml response as a whole document. Also, XML response

[android-developers] Using make file of a cpp project in Android.mk

2010-08-21 Thread Mrid
HI all, I have a project which I can run on CPP and I used JNI to run it on Java. To make it run on Android, how should I call its make files in Android.mk or is there any other way to do that. -- You received this message because you are subscribed to the Google Groups Android Developers group.