Click here to Skip to main content
15,885,676 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more: , +
I've been googling this for a week and I haven't been able to find an answer or a place to start. The resources that exist on the topic are about streaming video files from a webserver or streaming from the androids camera back to a computer. I'm interested in neither of these cases.

I need to stream live video from a computer webcam (or other camera device) to a android device. On the computer or server, I need the image data to exposed so I manipulate it before it is encoded and sent. On the android, I was hoping I could just use a videoview set path to rtsp, so that most of my work can be concentrated on the server.

The problem is I haven't been able to find any documentation or libraries that can achieve this. As mentioned above, what I have found is movie file on a webserver or live stream from an Android.

I've also tried compiling ffmpeg, to see if it can stream singe frames in a rtsp mpeg4 format, but I haven't manged to get it to compile yet.

So basally, does anyone know of any documentation/library that can help me achieve this?
Posted

1 solution

If you are using an ipweb camera you can stream and view the vedio in android using webview..

Click me
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900