How can I send Android camera video using RTP/RTSP and play it in PC(using vlc or any other player).
I googled this and found two answers:
1) using mediareco
I think you might need to decode the stream via decodeYUV420SP since the byte[] data is in YUV format.