tags:

views:

83

answers:

0

I want to have a videoplayer which streams the video material from my Android mobile to a local pc. What is important is that it's not sending the file to a local computer and open it there programmatically.

It's just seeing the video on the local computer monitor while it gets played on the Android mobile.

For the PC to PC realization JMF would be applicable. Is JMF portable to Android or is there any other alternative for Android?

I found some website of guy who managed to do the communication of the webcam with the android.

http://www.tomgibara.com/android/camera-source

My scenario would be similar to that, except it's vice versa and with video material instead of the camera.

How can I stream the video material from the Android to my computer monitor?