I'd like to write an application for Android for camera streaming to PC (H.263, MPEG_4). I found some libraries: sipandroid, jlibrtp. SIPandroid: RTP packets are streamed (wireshark catches it on PC well), but VLC can't play it.
Jlibrtp: API is shady, stream is not played correctly using VLC.
May be there are some adaptations to these libraries (to make it working for camera streaming), or there are some other libraries with clean API and samples?
Thanks for your answer.