Android : Live Activity To Stream - Got Error

Jun 30, 2010

I am making a basic activity to stream this live show http://ice2.securenetsystems.net/WHBRM here is the pastebin of my activity http://pastebin.com/N5g69j7i

I realize that it is better to be in a service but this is just a test. Anyways it seems to be working fine except for in froyo my error listener gets an unknown error about every 10 seconds. Infolistener and bufferinglistener are also never called.

my hack of sorts using the errorlistener to catch the error and restart the stream is working but since the error happens every 10 seconds or so it is making the audio very choppy.

I also get a system log that says MediaPlayer error (1, -2147483648) before each crash also AwesomePlayer Not sending buffering status because duration is unknown.

I assume the second error is because its a live stream and it has no end, however how do you handle that case.

Android : live activity to stream - Got error


Android :: Android - Stream Live Video From Live Stream

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

Android :: Unable To Stream Live Audio On 1.5

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

Android : Live Stream Latency - Delays In VLC

Apr 13, 2010

We are developing an Android video conferencing application. After examining some already existing live-stream applications , we came to the conclusion that all or almost all existing applications have a delay of 3 to 10 seconds. The application we are developing was tested receiving a video stream on the Android device and the same video stream on VLC at the same time.The result of the test is that VLC shows the same part of the video 2 to 10 seconds earlier than our Android application on the phone(HTC hero) depending on the rtsp link used. we haven't found what is the main cause of the delay and also dont know if it is possible to reduce that delay. In our case, as it comes to video conferencing, the delay should be lower than 2 seconds at least. Do you guys have some information about the cause of the delay or even how to reduce it?

View 5 Replies View Related

HTC EVO 4G :: Watch Live Video Stream

Oct 4, 2010

When trying to watch live video stream, I get the message: "This phone does not support live video streaming". Is there an app I need?

View 3 Replies View Related

HTC Incredible : Websites That Stream Live TV Over 3g?

Aug 29, 2010

Now that we've got (or are about to get) Flash 10.1 on our phones, does anybody have suggestions for websites that let you stream TV over 3g? I've heard channelsurfing.net can work, but I find it usually crashes the stock browser.

View 7 Replies View Related

HTC Desire :: Need App To Play Live Internet Radio Stream

May 19, 2010

Are there any free apps out there that play live streams I.E audio or video when clicking on a link while surfing the Internet on the htc desire? I'm trying to listen to an Internet radio stream that isn't listed in all those android apps that you can download like XiiaLive Lite. On the PC you would go to the radio station website and click on the listen now link and windows media player or realplayer would pop up and play the stream. Is there anything similar on android that just plays the link?

View 5 Replies View Related

HTC Hero : Handle A Live Asx Stream Particular Ministry Of Sound Radio?

Sep 11, 2009

Just a question can the hero handle a live asx stream particular Ministry of Sound Radio I'm looking at the hero and this would be a good one if it works

View 2 Replies View Related

Android :: Main Activity To Browser Activity Error

Nov 7, 2010

I have a main activity, then i call a new activity intent from this. Lets call this SecondActivity. Then from my secont activity i call a browser intent. Then my browser intent call my second activity's onNewIntent method.Evereything work fine, but when i click on "back" button on my phone on my second activity, i will not going to my main activity, but the browsers activity, why?

View 1 Replies View Related

Android :: Live Wallpaper Error With Launcher Pro

May 20, 2010

I recently installed launcher pro beta (which I love) and removed home++ which I had been using for some time. I've also installed the latest update for launcher pro.As part of this change I added some live wallpaper. Funny thing is that my phone (droid) will just spontaneously revert back to the background I was using with home++. The live wallpaper will work for a short time, then I'll turn my phone on and, voila, old background. I can't even find that background anywhere on my phone.I have no idea why my phone is doing this and how I can delete this rogue background from replacing my live wallpaper.

View 1 Replies View Related

Sprint HTC Hero :: Friend Stream Parse Error With New ROM

Nov 20, 2010

I was having trouble with Fresh ROM so I installed CrunchySoft and all I'm missing is FriendStream. I was able to download an apk but when I try to install it I get a Parse Error.

View 1 Replies View Related

Android : Use A Live Wallpaper In An Activity?

Feb 3, 2010

I have created a small sample Live Wallpaper, and I want to use it with a small test Activity I have also created. However, I cannot seem to find an example of how to do this. The examples I have seen on the Web and in the Android sources all seem to focus on creating the live wallpaper itself, not how to link it to an Activity and display it behind the activity with transparency, etc. So far, all I have is a Live Wallpaper service, with no idea how to go about using it! Does anyone know where I could find _all_ the steps to do this?

View 4 Replies View Related

Android :: Live Wallpaper OutOfMemory Error When Have More Than 30 Frames

Aug 25, 2010

I've been trying to make a simple live wallpaper out of a boot animation. So basically i have about 50 .pngs in my drawable folder. I'm able to set the animation to about 10-20 frames and it works great. But once i set it to about 30 frames...I get an OutOfMemory Error. I was hoping maybe someone could take a look at my code and maybe give an example of how I could achieve more frames? That would help so much i've been looking at this for hours > <

Here's my code:..................


And here's a logcat if that'll help at all:

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

View 4 Replies View Related

HTC Wildfire :: Friend Stream Force Close Error Message

Oct 11, 2010

my wildfire is two weeks old. At first friend stream worked. I didn't use it after the first day and now I just keep getting an error message telling me to force close. How did you get around it?

View 2 Replies View Related

Android :: Live Singleton After Ending Activity

Sep 1, 2010

On Wed, Sep 1, 2010 at 1:19 PM, siva <sivaraj.r...@gmail.com> wrote: > I have a singleton in an activity. When I end my application (like > pressing back button), and start it again after some time, the > singleton is not recreated, but is holding previous state. Singleton > is not destroyed if the application is destroyed?

View 4 Replies View Related

Android :: Live Wallpaper - Cropping Photo Activity

Jun 1, 2010

I'm trying to crop a photo to use in a Live Wallpaper but I'm getting a FileNotFoundException when the crop activity tries to save my new cropped image. This is the code I'm using:

File file = new File(getFilesDir(), "wallpaper.jpg");
Intent intent = new Intent("com.android.camera.action.CROP");
intent.setData(uri);
DisplayMetrics metrics = new DisplayMetrics();
getWindowManager().getDefaultDisplay().getMetrics(metrics);
intent.putExtra("outputX", metrics.widthPixels * 2);
intent.putExtra("outputY", metrics.heightPixels);
intent.putExtra("aspectX", metrics.widthPixels * 2);
intent.putExtra("aspectY", metrics.heightPixels);
intent.putExtra("scale", true);
intent.putExtra("noFaceDetection", true);
intent.putExtra("output", Uri.parse("file:/" + file.getAbsolutePath()));
startActivityForResult(intent, REQUEST_CROP_IMAGE);

The wallpaper.jpg file seems to exist on DDMS file explorer so I'm not sure what I'm doing wrong.

View 2 Replies View Related

HTC EVO 4G :: Error When I Try To Downlad From Live / Fix It?

Aug 19, 2010

Download error when I try to download a mix tape from livemixtapes.com......does any one kno wat da problem may be?

View 3 Replies View Related

Motorola Droid :: MTU Error When Trying To Connect To Xbox Live

Jun 13, 2010

I have dial up internet so i got the app easy tether on my droid and tried to connect to xbox live using my computer. When i did this it said it encountered an MTU error.what exactly is this and how can i fix it. Also how much data do you think playing on live would use because isn't there a "5 gb limit" on the unlimited phone plan.

View 3 Replies View Related

Android :: Error When Starting Activity

Mar 22, 2010

I'm starting an activity when a button is pressed, and normally (in other apps) haven't had an issue. But when I press the button in this app, I get an "unable to marshal value" error.Exact(ish) error from LogCat:
03-22 02:49:02.883:
WARN/System.err(252):
java.lang.RuntimeException: Parcel:
unable to marshal value
{CLASSNAME}@44dcf1b8
I feel that this might be related to the extra that I'm passing to the intent. I'm passing an ArrayList as a serializable to this new intent. My concern is that the data structure that the ArrayList contains isn't being serialized (as it's a personal data structure).Is the array list content data structure causing this? Something else that I'm missing?

View 1 Replies View Related

Android :: Error When Starting A Tab Activity?

May 16, 2010

I followed the directions verbatim in this Android tutorial, copying/pasting the code from the site to my app. http://developer.android.com/resources/tutorials/views/hello-tabwidget.html

However, when I try to run in the Android emulator, I get the error: "The application Hello Tab Widget has stopped unexpectedly. Please try again."

I tried debugging by introducing a breakpoint in the first line of the onCreate method, but the error occurs before the breakpoint is even hit. Any idea of what is going wrong, or any other way I can debug this issue? I am using Eclipse.

View 2 Replies View Related

Android :: Got An Error During Activity Start / Fix It

Jul 26, 2010

Got an error during activity start. code...

View 2 Replies View Related

Android : Error While Calling An Activity From Another / How To Fix

Apr 4, 2010

me and my partners are working on developing a pwa client for android Am getting an error while calling an activity from another activity.the error is as follows...

View 3 Replies View Related

Android :: Broken Pipe Exception When Tried To Stream Mp3 Stream From Local Server To Android Mediaplayer

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

Android :: Calling StartActivity From Outside Of An Activity - Getting Error

Sep 11, 2010

I'm using an AlarmManager to trigger an intent that broadcasts a signal. The following is my code:

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

I'm calling this code from an activity, so I don't know how I could be getting the following error...

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

Is this really what you want?

View 1 Replies View Related

Android :: Error Showing Image After Switching Activity

Nov 17, 2010

i'm having the above problem when switching my activity. In the first activity i have a GalleryView showing all my images and an ImageView show the selected image from the gallery. Now i want to switch to the next activity and keep the same image from the ImageView on screen in the second activity. Here is how i show my images:Is there like an id or something saying what's on screen at the moment of the switch? How can i accomplish this?

View 2 Replies View Related

Android :: Getting Error / Pass Activity Object To My New Class?

Mar 26, 2010

I want to show messageBox or notification when connection lost in Static DB class but i cant use getApplicationContext() because its a static class and i tried to call other class called notification but i have error so how i could pass activity object to my new class .

View 3 Replies View Related

Android :: Out Of Memory Error On Large Bitmaps And Activity Life Cycle

Jul 24, 2010

I have a scrollable map app which for now has a huge bitmap. It loads fine on startup, but when it looses foreground status and the user brings it backs again im getting an out of memory error. In onPause it trashes the bitmap using recycle, and marks it as null. The onResume checks to see if map==null and will load the bitmap back again, which is crashing the program despite me recycling the bitmap...Here are some bits of code. All of the other references to Bitmap map first check if it is null before loading/drawing..............

View 1 Replies View Related

Android :: Unable To Launch Activity - Installation Error - INSTALL_FAILED_MISSING_SHARED_­LIBRARY

Jun 14, 2010

I am trying the MapDemo application, but I am unable to launch the activity, it is showing following error message : [2010-06-14 12:11:49 - TryMaps] Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY [2010-06-14 12:11:49 - TryMaps] Please check logcat output for more details. [2010-06-14 12:11:49 - TryMaps] Launch canceled!

I have gone through the previous thread on this error, And I have already tried following suggestion : 1. Add maps.jar with Google API 2. and also mention the <uses-library> attribute in manifest file.

But still I am unable to launch the activity, in logcat it is showing that package <package name> requires unavailable shared library com.google.android.maps ; Ignoring.

View 4 Replies View Related

Error - Unable To Start Activity ComponentInfo

Mar 4, 2012

I am getting this and can't seem to find out why?

Code:
03-04 14:04:41.565: E/AndroidRuntime(742): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.ondrovic.boombozzpassport/com.ondrovic.boombozzpassport.BeerForm}: java.lang.IllegalStateException: get field slot from row 0 col -1 failed

Here is the code where I am trying to start the activity

Code:
private AdapterView.OnItemClickListener onListClick = new AdapterView.OnItemClickListener() {
@Override
public void onItemClick(AdapterView<?> parent, View v, int pos, long id) {
Intent intent = new Intent(getApplicationContext(), BeerForm.class);

[Code] ....

Also the activity will start if I take out the intent.putExtra(BeerForm.INTENT_BEER_ID, String.valueOf(id));

View 1 Replies View Related

Android :: Insufficient Memory Error When Launching Application For Second Time After Calling Finish - In Main Activity

Apr 21, 2009

I have made a game with just one activity.. I just replace the views when I want to change screen. The game runs fine for a really long time inspite of what ever I do within the game.

But once I close the main game, by calling finish on the only activity in the application, and then when I start again, within the next 30 secs it crashes telling VM budget exceeded..

When I don't have a dispose() or a delete method in JAVA.. how the, am I supposed to remove the objects used in memory.. moreover I have android:launchMode="singleInstance" in my manifest

View 4 Replies View Related







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