Not able to display live streamed data on android
问题 I am trying to display raw H264 data from a camera device to my android app. I am able to receive data on a Textview but not able to display it on Textureview. I am a beginner in android and I am no expert in decoding raw data. It would be appreciated if someone could suggest a solution. Please find the below codes: Code for getting the data public class myVideoReceiver extends Thread { public boolean bKeepRunning2 = true; public String lastMessage2 = ""; public void run() { String message2;