Hi Edward, I am new to this. I don't know to play video in software decoding mode using LibVLC. I am using the following the code inside the LibVLC java class to play RTSP. String[] myOption = { ":codec=mediacodec,iomx,all" }; playMRL(mLibVlcInstance, mrl, myOption); Can you please guide m...