Video Streaming in android Using Java server - java

I have an android application by which i need to upload video from IP Camera to a server and have to stream that from another device from that server. That is I have to stream live video from Ip Camera using java .
I have the android application. But I don't know how to write the server part.Is there any javascript pulgins to accomplish that? Anyone please help.
Thanks in advance.

Related

How to auto pair selected (Laptop) bluetooth device in android

Well, my application is like a server and client relationship.
Laptop Bluetooth device is a server where Java application is running.
Android app is client, which request to server and send text messages.
I have to connect server using android app.
When I try to connect device through my app it ask for pairing.
I want to auto pair this both devices.
I have tried couple of days but didn't get perfect solution.
Please help me out.
Thanks in advance.

Bluetooth stream receiving suggestion

i developed application in j2se my data coming from Bluetooth my laptop and GPS both are connected via Bluetooth. GPS send me stream which received by my laptop but i don't know how to this stream come in my jese application. i can show this stream through similar application . sorry for my poor english.
thanking you
You need to use the javax.comm.SerialPort class
Unfortunately, I lost the link to the library itself.

How to transfer images from Android client to Java server

I am trying to developer an Android application which allows to capture pictures with the camera, and send the pictures to a Java server.
I don't need the picture after, so I do not need to store it in the phone locally.
I was able to successfully to transfer simple text from client to server, but I'm having problems with images.
What do I need to do to be able to send images from the Android client, and should anything special be made in the server apart from what it is doing now?
Solution is to use http request with MultipartEntity.

Android 2.3+ problems with RTSP playback

Currently I working on radio application for Android platform. Everything is working correctly but on Android 2.3+ I cannot play rtsp stream.
I've found that theres is a bug in Android 2.3+ with that: http://code.google.com/p/android/issues/detail?id=13715
But I need to play this file. Is there any chance to make it work? Maybe it's possible to save some part of stream in temp file and pass this file to mediaplayer?
Please help!
You can implement / port gStreamer in JNI layer. And then control it via JNI.
You can find information about Android+gStreamer in Google.
I have edited this project https://github.com/spex66/RTSP-Camera-for-Android/
And fully implemented the rtsp client to work with remote servers.
You can find my code here http://www.4shared.com/rar/cm2e1ZML/RtspCamera.html
Looks like Android 2.3 requires RTSP server to listen on default port - 554.

RED 5 video server on Android mobile phone... Is there any Open Source port?

RED 5 video server on Android mobile phone... Is there any Open Source port project? So like simple opensource live Camera Video \ Audio encoding to FLV... I need such Opensource project to create Android live video streaming client for my server (I want to encode video on clients into FLV)
I really can see why you would want to run Red5 on Android. I am a core developer for Red5 and I can tell you this would probably be very difficult to accomplish, I suggest that if you want an flash media server on your device that you go the native route and start with something like crtmpserver ( http://www.rtmpd.com/ ) or mammoth ( http://mammothserver.org/ ).
crtmpserver is 100% functional on android with all its features:
RTMP and friends (RTMPE, RTMPT, RTMPTE, RTMPS)
LiveFLV
able to ingest RTSP and spit out RTMP (alpha stage, wait for a few days, because I'm in my vacation)
able to stream RTMP streams over RTSP (acts like a RTSP server)
HIGHLY customizable. You can add new protocols in no-time
RTMFP is under development :)
Cheers,
Andrei

Categories