fyhertz / libstreaming

A solution for streaming H.264, H.263, AMR, AAC using RTP on Android
Apache License 2.0
3.49k stars 1.08k forks source link

Video resolution in portrait mode #178

Open serpro opened 8 years ago

serpro commented 8 years ago

If your activity runs in portrait mode but your SurfaceView has a 4:3 aspect ratio.. the resolution seems to be swapped ( and the image stretched ). For example instead of 640x480 you get 480x640 I tried to set ASPECT_RATIO_PREVIEW but it doesn't do anything, image is still stretched.