Android :: How To Open Wbxml Stream ?
May 24, 2009I would like to read and write wbxml. I found org.xmlpull.v1.XmlSerializer but it seems to help just for writing.
View 2 RepliesI would like to read and write wbxml. I found org.xmlpull.v1.XmlSerializer but it seems to help just for writing.
View 2 RepliesI need to convert from XML to Wbxml for Client-Server Communication using AirSynC (Microsoft Exchange Active Sync Protocol). I found XML to WBXML parsers available in ../dalvik/libcore/xml/src/ main/java/org/kxml2 but there was no official documentation regarding these apis. Inbuilt Google IM Application available in ../packages/apps/IM makes use of separate XML<-->WBXML parsers instead of using existing org.kxml2 package listed above and makes use of Native call for SynCML Tag Table mapping.
View 6 Replies View RelatedJust got a desire a couple weeks ago. My friend stream had been working fine for the first couple weeks then suddenly this weekend it wouldn't open up. Every time I try there is an error and I have had to force close. I tried uninstalling it but saw that wasn't an option.
View 2 Replies View RelatedI 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 RelatedIs there a way to open and edit word file in android and if this application exist does it has an open API?
View 1 Replies View RelatedI have a ListActivity that uses a CursorAdapter to fill the rows in the view. I wrote a database helper class that gives me back results for common queries I make for my app, and it uses an SQLiteOpenHelper implementation I wrote to open the database. I use the open helper to open the database and get a cursor to pass to my CursorAdapter.
Here's a code snippet:
CODE:...................
The problem I'm having, that I didn't have before I implemented the open helper (before I just opened the database directly without a helper), is when I click on an item, which takes me to another activity, and then go back to this activity. When it initializes everything is fine, and my list is populated fine, but when I go back from the activity that follows, the list is empty and in the LogCat I see "Invalid statement in fillWindow()".
It appears from a few post I've seen that the reason is, when I requery the cursor, the database is closed. But I'm not closing it! I'm scratching my head on this one.
I open task manager i find no apps running i leave it for 1 min for example and i reopen it, i find some apps running without i run them such as MAIL, Touch input, com.htc why do they open
View 1 Replies View RelatedAny 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
I used Class MediaRecorder to play mp3 file, the source like this:
CODE:.............
It runs no problem. But I want to get the stream,and write the byte array to the stream, let mick sound the refreing voice.
by use java source I can did that. the source like this:
CODE:.............
You know,Android SDK don't include the class SourceDataLine(package javax.sound.sampled).
I want to record the audio as aac file. I can able to record raw amr file. In the same I would like to record the aac file. Is it possible to record the audio as aac file? if so how?
View 2 Replies View RelatedI want to play video file that exists in one of my servers. I am using MediaPlay and VideoView classes and it works fine but the problem is that the video start to play only when it finished downloading the whole file. How can i stream it, meaning play the video while it continues to download?
View 4 Replies View Relatedpretty self explanatory. Any apps that will stream video directly from a NAS? It's a synology, and I'm aware of DS photo and DS audio. I use them both, but I'm not using the software to convert all my videos just so i can play them on my Eris. Obviously the NAS is standalone, so I won't have a PC on (hence no tversity, twonky, orb, playon, etc).
I wish mVideoPlayer did this, i'd be in heaven.
I guess if such an app doesn't exist... is there anything that can play video from a DLNA/uPnP device over both 3g and wifi? Either way, still looking for a solution to streaming video on android heh.
Has anyone tried the app VLC Stream and Convert? VLC Stream & Convert v0.4.28 Application for Android | Multimedia. It looks promising as a streaming option but I can't work out how to set it to actually stream videos to the phone. It's working as a remote (so VLC is working correctly) but there are no instruction available on how to configure streaming.
View 49 Replies View RelatedI just got back from the Verizon store. I was checking out the Droid... I popped open the browser and went to DI.FM.
Digitally Imported - Addictive Electronic Music
I tried all 3 public streams (MP3, Windows Media, AACPlus), and nothing. I asked the data tech guys at the counter and they said there might or will eventually probably be a app that will work with DI.FM.
So anyone checked into this? Anyone gotten DI.FM working? I'm especially interested to see if I can get the premium subscriber channels to work. The phone is pretty damn sweet and right now the only thing holding me back is the fact I can't stream my favorite internet radio station.
According to the specs of the Droid, it supports AACPlus streams. This is big! Currently it's next to impossible to stream AACplus encrypted streams on windows mobile.
I am trying to find a way to use a TV tuner card to get TV to my PC and then stream the TV to my Droid. I am basically trying to set up a poor man's Slingbox but I also want to avoid of taking control of a TV when I want to change channels.
View 1 Replies View RelatedI'm using allshare atm to show pictures, mp3's and movies on my ps 3. But, I would like to beable to stream music from pandora or...radiotime. That way I can use my reciever and suround speakers to listen to the music. I was looking for an app...I found imediashare, but it looks to share files just like allshare. I'd rather not go out and buy bluetooth speakers in multiple rooms in the house..does anyone know of an app that will do this ?
View 1 Replies View RelatedI want to stream a video to Android, preferably over RTP. Session setup would be done with SIP. Any ideas where to start? I looked at sipdroid, but there is only audio.
View 2 Replies View RelatedToday for one of my app (Android 2.1), I wanted to stream a video from an URL.
As far as I explored Android SDK it's quite good and I loved almost every piece of it. But now that it comes to video stream I am kind of lost.
For any information you need about Android SDK you have thousands of blogs telling you how to do it. When it comes to video streaming, it's different. Informations is that abundant.
Everyone did it it's way tricking here and there.
Is there any well-know procedure that allows one to stream a video?
Did google think of making it easier for its developers?
I'm mainly interested in the video side of the equation. It seems the industry standard is DLNA. As the PC can function as a DLNA server, does one require an DLNA player application from Market?
Windows 7 has a new share function which allows the PC to act a media server. How does one go about viewing the videos on the Android device? Let's hear what you are using!
I know when the xml file is under /res/raw,I can do this by context.getResources().openRawResource(rid); but when the xml file is under /res/xml,how can I do it? 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+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en
View 4 Replies View RelatedIs it possible to stream a very large mp3 using MediaPlayer? The mp3 I am interested in is over 270 mb.
View 3 Replies View RelatedI want to get the stream and send it to server directly by using MediaRecorder.
Actually, I am able to record the video,and able to store it into sdcard. Now I want to it to stream (live stream) to server rather than storing it.
I am trying to play the streaming video using the API demo application. I set the path to mp4 link from the web.
when i run it with Nexsus 1 (SDK 2.2.1) it is working as expected but on HTC Dream (SDK 1.5) it throws the following exception:
CODE:.......................
Currently I am developing an application that will stream video using RTP and SIP. I have this mostly working with audio working fine both ways using Java (and native) codecs. I can stream out video also from the camera to a windows client.
The problem comes from when I want to receive and decode the video on the android platform. I understand at this stage that Mediaplayer only supports RTSP streams. Ironically it does what I need (by getting the SDP information from using RTSP SETUP call and using that RTP/UDP information to receive the stream). But I can't seem to access this functionality, all it takes as input is a RTSP url. If you are unfamiliar the difference between RTSP using RTP and SIP using RTP. You can read about the differences here<http://www.cs.columbia.edu/~hgs/rtsp/faq.html#rtsp_sip> .
What I need to do is take an RTP stream encoded with h.263-1998 and somehow pass it to the mediaplayer (or even a lower level api if somebody can provide an example).
The only way I can think around this is to write another service to receive the RTP stream and provide an RTSP interface... but this is a really ugly solution.
I bought a cable, manufactured by HTC, which is supposed to give you the ability to stream video out via the device's usb connector. It has a usb connector on one end and splits out to three rca plugs on the other (the usual red, white, and yellow for audio and video). HTC claims that the cable is compatible with my phone (the HTC Eris). When I connected the cable and it didn't work, I wrote to HTC support, which replied that I need software to enable the phone to do this. I searched the anroid market and the web and could not find any such software. I wrote back to HTC asking for them to suggest software to me and they never responded. Does anyone know of such software? Would HTC manufacture a cable in anticipation of somebody developing the proper software?
View 4 Replies View RelatedHas anyone gotten vuze to stream video to their phone? If so what on the phone needs to be done, some app or setting? PS3 works great, although that I can actually see the vuze device fine. In vuze it see's my phone in the devices but I'm not sure what to do other than copy over the movie to the phone in vuze. Plus it looks like the phone is grayed out in vuze.
View 2 Replies View RelatedI am wondering if there any music apps (besides Pandora, Last.fm, imeem, Slacker, etc.) that will play the song that I want it to? For example, say I want to listen to Empire State of Mind by Jay-Z, what app can I go to and type in "Empire State of Mind" and listen to that song, instead of "similar songs"?All of these Pandora, Slacker, etc apps are exactly the same. Why can't I listen to the song I want instead of similar songs? I just don't get it.
View 7 Replies View Relatedis possible to analyze audio stream spectrum with Android API (similar to what you can easily do with Flash). Basically what I need is to determine the duration between two claps in a small audio record. The claps are much louder than the background, so theoretically it should be somehow possible..
View 5 Replies View RelatedI want to send audio stream to internet directly, instead of store in the file. But the output of MediaRecord only supports file by seting setOutputFile(String path) , not OutputStream. Is there any methods to do this?
View 2 Replies View RelatedCan i stream the audio from my mac to my phone?
View 3 Replies View Related