I am having issues with MediaPlayer playing my RTSP stream, so i decided to use the lower level APIs - MediaExtractor and MediaCodec.
The problem is that the setDataSource() method for MediaExtractor does not accept an RTSP stream.
So, my question is, how can I get the rtsp data into the MediaCodec input buffers ?