0
votes
0answers
15 views

Pause stream in onPrepared() Resume in another method

Hi I'm trying to pause the music of an online stream once it has been loaded and then resume it in another method. public class OnPreparedHandler implements OnPreparedListener { @Override ...
1
vote
2answers
38 views

readline() doesn't read from socket

s = new Socket(InetAddress.getByName(address), port); Thread.sleep(250); DataOutputStream outToServer = new DataOutputStream(s.getOutputStream()); BufferedReader inFromServer = new ...
0
votes
1answer
33 views

Stream file from URL to File without storing it in the memory

I want to download a file from a URL and store it into the file system. However I have memory limitation and I don't want to store it in the memory before. I am not a java expert and I am a bit lost ...
-3
votes
0answers
86 views

Play RTMP link in Android [closed]

Hi Guys I plan to play my RTMP stream from my app, but how can I do it?, I can open the stream in VLC or BSPlayer but How can I make it work in the app, standalone?. I plan to use a button and when ...
0
votes
0answers
24 views

Adding audio data from file to an AudioGroup to send over RTP

I am trying to stream audio data read from a file to a remote client over RTP. I have no clue how to add audio data from a file(mp3) to an AudioStream object. I can hear microphone data clearly, but ...
0
votes
1answer
27 views

(Android) ANTLRStringStream throwing exception

I've been trying to get ANTLR-3.5-complete.jar to work on an Android app, but I can't get it to work! Bart Kiers's answer HERE has helped me a lot, but I still can't get it to work. I'm trying to ...
0
votes
2answers
112 views

Android - inputStream.read() - I can not read anything

I have a problem with read data from socket. I was trying solve my problem in different way and i think my code now is the simplest possible to test it. Android have a problem to read from socket and ...
-2
votes
2answers
98 views

Building a video capture app on Android [closed]

I have to develop an Android app that captures a video stream and then gives the possibility to access every single frame of the same video. I would like to create a custom application, that doesn't ...
0
votes
0answers
25 views

customized android application for video capture

I would start developing my own android app that can capture the video stream and then access every single frame of the same. I would like to create a customized application, that does not use native ...
-1
votes
1answer
24 views

How include posts stream in own Android app [closed]

Hello I'm trying to find out how I can insert posts from facebook in my own Android app. I find nothing in this web. Thanks for helping
-2
votes
0answers
267 views

How to build an Internet Radio Stream Player App (pls, asx , ram) in Android

i am trying build an internet radio stream player application for Android. i was read many articles, questions, answers, comments. But anyone is not clear for understanding. Question is simple. If ...
1
vote
0answers
86 views

Play AudioStream (RTP, HTTP) on Android

I'm using Android MediaPlayer to play a stream on my device but I get an error upon playing a stream. I'm using VLC on my PC to stream Audio to my device. With the Android version of the VLC I am ...
0
votes
0answers
149 views

Android Phonegap app view ipcam live stream

I'm building an android app with phonegap, all it does is direct to a site with other content and a live video stream. The video stream(.cgi file) is displaying using a img tag(i.e. src="xxx.cgi"). ...
0
votes
0answers
122 views

VLC webcam stream to android lag

I'm trying to stream my webcam live to an android VideoView over my local network. The video shows up but after a huge 15-20 seconds lag. VLC streaming settings: usgin HTTP Enacpsulation: MPEG-TS ...
0
votes
1answer
224 views

Stream Audio Android - PC

I am trying to stream microphone input data to a PC which will output the stream on its speakers. The stream should be compressed and later encrypted. I have tried the following: Android phone: ...
0
votes
0answers
131 views

MotionJpeg android streaming

I am using this code to stream Mjpeg flow from my Panasonic ip camera but i am facing some problems if anyone can help, my code work great with other public camera link but for me i can see only white ...
1
vote
2answers
797 views

VLC RTSP live stream to Android

For my app I have to stream from a decklink card to an Android app (I must be a live stream, so either HLS or RTSP seems to be good solutions, since my app targets Android 3+). I recompiled VLC with ...
1
vote
1answer
173 views

android mediaplayer stream online mp3 file

i have android app stream mp3 file and play this file in player , but the problem is mediaPlayer.prepare(); take long time buffer and app freeze so i tried to use prepareAsync(); // but with this ...
0
votes
0answers
92 views

receiving an image from tcp server on android device

i have an image that am sending from a java tcp server to android device. the only problem is that i have is for the image to be received on the android i have to close the socket. is there anyway of ...
1
vote
1answer
121 views

Android streaming MSMPEG-4 V3 Video

I have a camera, that streams application/x-mplayer2 type video, format : MSMPEG-4 V3 Video. When I try to open stream with android, it trows an error : "Sorry, this video cannot be played.". I try to ...
0
votes
1answer
108 views

Outputting data to a file on android, not sure where it's going or if it's going anywhere

I am trying to output numeric values one at a time from an Android application I'm writing, but I'm having a lot of trouble figuring out what's going on. Tried looking for answers, but only confused ...
0
votes
2answers
52 views

Write complete data to image file

int count = 0; byte[] buffer = new byte[8192]; // more if you like but no need for int j = length_img % 8192; int value = length_img - j; int incre = 0;// it to ...
0
votes
0answers
77 views

Android audio level meter

I got a question I hope you can help with, I have searched but had no luck yet. Basically I have made a few ios apps and a couple android but I'm still learning the basics of java and android etc. I ...
1
vote
0answers
146 views

android shoutcast player multiple links

I am trying to update my radio shoutcast app. It's working now, it plays a singe radio station link, if you click on the play button a stream will play on 128kbps. What i am trying to do now is to ...
2
votes
1answer
79 views

Playing IMDB videos in my android app?

Is it possible to get url and stream and play movies trailor on my android application? i find some useful meterials that help me to play from youtube but due to some reason youtube is banned in my ...
0
votes
0answers
60 views

DOS&DIS on Android + NXT

I have an Android Phone and NXT 2.0 with lejOs. I tried to send an array from android to NXT with DataOutputStream, but nothing happend, then i tried to send a string from NXT to Android, and it ...
1
vote
1answer
202 views

Audio Stream from Electric Guitar Into Android device

I'm looking for a way to connect electric guitar to my android device and capture audio as an input byte stream. For that purpose I need some device (call it converter) that will convert analog ...
0
votes
0answers
88 views

Android video stream from camera.takePicture

I am trying to stream a video over a socket connection in real time by sending frames from the camera. The reason I'am not sending an encoded video is that I need to make some image processing on the ...
0
votes
0answers
34 views

how to add image stream for notification in api 10

i have a problem but i can`t add avatar image from notification.. Bitmap bm = LoadAvatar(avatarurl); mBuilder.setContentTitle(text);//tytuł powiadomienia ...
1
vote
1answer
57 views

String1.equalsIgnoreCase(String2) returns false even though both have same value

In my app, I am reading from HTTP page and converting the Stream via the below method into String. public static String convertStreamToString(java.io.InputStream is) { java.util.Scanner s = new ...
0
votes
0answers
14 views

how to save stream as audio playable file [duplicate]

I have a streaming radio application and I want to record from it ! I'm using MediaPlayer to stream the audio ! anyway to save it to the SDCard ? I tried to use URL and openConnection() or ...
0
votes
1answer
47 views

Android html5 audio playback fail

I made a html page ,and put an audio tag in it then I try to use my android browser to play some music . But it doesn't work. Here is my code: <audio id='simple-audio-player' ...
1
vote
2answers
140 views

Android mediaplayer duration always 0 on streaming [closed]

I want to play mp3 from HTTP, all works except the getDurtion() is always returning 0 so my progress bar doesnt work, any ideas? i tried everything i found on google and here, nothing works if i use ...
0
votes
1answer
87 views

Transmit Live Android Audio without SIP

I am looking to transmit audio in realtime from an Android application I am working on to a server in a way similar to how a baby monitor functions (one way listening). I created a test app that uses ...
0
votes
0answers
205 views

Android chunk video upload while recording

I am trying to upload videos from android to php webservice. I have been successfull in uploading the videos but what I am trying to achieve is uploading the unknown size video in chunk mode. I want ...
0
votes
1answer
120 views

enquiry about MediaPlayer.setDatasource(URL);

I'm a Beginner in android programming and I want to programming mp3 app to call some mp3 files from URL, so when I show "Media Player" in android developer I put the URL in the setDataSource and it's ...
0
votes
0answers
126 views

Getting ID3 tags from Streaming URL

I am trying to make a Stream Music player application that you can play the mp3s from your dropbox account on stream. But DropboxAPI doesnt give you ID3 information as metadata . So i need to find a ...
0
votes
3answers
411 views

GZIP compression to a byte array

I am trying to write a class that can compress data. The below code fails (no exception is thrown, but the target .gz file is empty.) Besides: I don't want to generate the .gz file directly like it is ...
0
votes
3answers
101 views

Array of byte or ByteBuffer, what is faster

I'm looking for the best way to do in my application, and now I'm wondering: I received a byte array (byte[]) by reading an InputStream. Then I have to do some treatment, so I pass this array as a ...
1
vote
2answers
502 views

How to record video on Android into Stream

Android MediaRecorder allows to save video to file (file or socket): setOutputFile(FileDescriptor fd); setOutputFile(String path) How to save videodata to OutputStream? It will be used for ...
2
votes
2answers
111 views

What codec is used for audiodata from AudioRecord.read() in android

Audio data is saved in the same way as here: // 1. create AudioRecord instance // 2. audioTrack.play(); // 3. in separate thread reading into buffer // int bytesRead = ...
0
votes
1answer
279 views

Android audio stream and microphone

Im fairly new to Android development but from what I read I am pretty sure there is no direct API access to the in-call audio stream. I need to make something very close to an answering machine so I ...
0
votes
1answer
207 views

Android video intent is a Download or Stream? (Youtube downloading) [closed]

I wanted to create a Android streaming YouTube App (e.g. for ROM's without H/V video encodeing, in this app video can be open with for example MXPlayer) I've rewrote a code from here to Android Java ...
0
votes
0answers
97 views

stream raw data from java to c/c++

I have android app, which connects to bluetooth device and gets data via rfcomm bluetooth socket: rfcommSock = device.createInsecureRfcommSocketToServiceRecord( ...
0
votes
0answers
101 views

Android play RTSP Elementary stream?

I have an RTSP stream that plays nicely on VLC but not on my Android. I found out that my stream in an Elementary Stream and android only supports Transport Stream. btw, the vide is on H.264 AAC. ...
1
vote
2answers
295 views

Android:Stream live audio and play

I am making an app in which i want to stream live audio and play in my application and i am unable to play again means i am able to play song only once and while playing song , i am unable to pause ...
0
votes
0answers
314 views

Play RTMP URL Stream In Android

is There any way to play RTMP stream URL Like : "rtmp://63.223.105.241/live/live1" (this just example ) in android I found this program in Google Play Named : "VPlayer" Program Can Play Any rtmp ...
0
votes
0answers
165 views

How to execute root process (su) and write/read commands from it in android

i'm trying to execute a command with root privileges, i try this(only for example): Process process = Runtime.getRuntime().exec(new String[]{"su","-c","whoami"}); BufferedReader reader = new ...
0
votes
0answers
118 views

Display MJPG stream in android app resulting in error -2147483648

I'm trying to display a mjpg stream in a dialog-fragment. But it doesn't show and the logcat contains following infos: 01-04 13:00:19.650: E/Roco(11603): Starting Video 01-04 13:00:19.650: ...
0
votes
1answer
170 views

Android - Strip extra \r\n's in stream?

Updated question: I am trying to connect to a terminal emulator using a library in android, this will connect to a serial device and should show me sent/received data. I should be able to send data ...

1 2 3 4 5 6