stream - Camera streaming using RTP from Android to PC -


I want to write an application for Android for streaming to PC (H.263, MPAGGAD). I found some libraries: sipandroid, jlibrtp sipindraode: rpt packets are streamed (wahhark catches well on PC), but VLC can not run it.

Jlibrtp: The API is shady, stream is not played correctly using VLC.

Maybe there are some customizations in these libraries (this is to work for camera streaming), or some other libraries with clean APIs and samples?

Thank you for your reply. The possibility of network interfaces is likely to be on VLC as

, and @Lukas. If you stream everything in a port, and talk to that port, you will have at least got something you can see in the RTP packet also to see if they are well-formed.

VLC itself uses the library, so you can use it.

Comments