Hi,
i want to write an app for analyzing/parsing of video streams (exactly: h264 streams). So, i need to capture this traffic. My first idea was to use sockets, but RTSP source port is randomly chosen. Because of that i dont know which port to bind a socket. Next idea was to port the libpcap-library to Android and use JNI. I was realy happy when i found a tutorial at http://davanum.wordpress.com/2007/12/09 ... -and-java/. But it seems as JNI is not any more supported in Android SDK 1.0. If anybody knows how to capture network traffic or got some good ideas how to solve my problem please let me know.
Many thank in advance
Greets Marc



