No video while playing stream on Android SDK 1.1

AiwNexT

New Member
Hi! I updated the Android SDK from 1.0.1.70 to the latest 1.1.0.22 and now the video is missing (only black screen) while trying to play a stream. The audio works normally. On the 1.0.1.70 everything worked just fine. Can anyone help me?
 

Max

Administrator
Staff member
Good day.
Please note that Android SDK 1.1 is intended to use on Android 8 and newer while Android SDK 1.0 may be used on Android 5-7. Please make sure you're running an application on suitable device.
Also check if the issue is reproducing in Android Streamin min or Player example built from GitHub sources. If not, please modify example code minimally to reproduce the issue and send the modified code archive using this form.
Please also make sure the player channel quality is enough to play the stream. For example, use the lower publishing resolution/bitrate.
 

AiwNexT

New Member
Hi! The min sdk of my project is also set to 8 (API 26).
Ok, thanks! I'll check the sample projects and try to figure out what is the problem
 
Top