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

setPreviewOrientation() does not word #224

Closed jochendev closed 3 years ago

jochendev commented 8 years ago

mSession = SessionBuilder.getInstance() .... .setSurfaceView(mSurfaceView) .setPreviewOrientation(90) ... .build(); setPreviewOrientation() does not word

David-Willo commented 7 years ago

Is the problem solved now? @qiushouchen