Getting green Line when we are Video broadcasting iOS to Android

Ney

Member
Hi,
when we are doing video broadcast Android to Android , it is working properly.
but when we video broadcast iOS to Android (means iOS user publish the video broadcast and Android user viewing the Broadcast)
that case i am getting right side Green line and i am attach the Screenshot
Please check
Screenshot_20180205-190043.png
 

Max

Administrator
Staff member
This is full screen mode? Does it occur not in full screen mode?
Is part of the streamed video hidden by the green, or not?
Android and iOS applications are used for publishing and playing? Can it be reproduced with the SDK examples?
Is the issue stably reproducible? Does it occur in case of iOS to iOS?
 

Ney

Member
Hi,
It is depend on publish user device width and height, but Always we set width is match_parent(Android terms)
when we video Broadcasting iOS to iOS , it is working fine AND Android to Android, it is working fine
issue in iOS to Android.
Please suggest how will we hide the green line?
 

Max

Administrator
Staff member
May be aspect ratio issue. We didn't try full screen mode on Android.
Setting SurfaceView to fill_parent and resizing video according to display metrics to keep aspect ratio can be tired.
 
Top