open-webrtc-toolkit / owt-client-android

Open WebRTC Toolkit client SDK for Android applications.
https://01.org/open-webrtc-toolkit
Apache License 2.0
194 stars 96 forks source link

Unable to show captured mediastream. #279

Open Loki899899 opened 3 years ago

Loki899899 commented 3 years ago

I am unable to show the captured mediastream. Loagcat shows I have captured mediastream logcat_cameraStastics I have tried to implement the code from samples at my best but am unable to render any video due to the error logcat_error_video_display below are the files with the java code VideoFragment.txt ConfClient.txt MainActivity.txt