flutter_rtmp_publisher
flutter_rtmp_publisher copied to clipboard
Camerawidth and width
Heyy @espresso3389 ! Hope you are doing good. I just want to know what do the variables "width","height" and "camerawidth", "camera height" denote in the RTMP status class ?
On certain Android devices, actual (internal) camera size is sometimes different from the specified width/height and the RtmpStatus reports the actual size. On iOS, cameraWidth/cameraHeight are always identical to width/height.
Thanks for a quick reply ! I want to know how to set resolution to stream sd hd or uhd as when I'm using the width and height in the initialize method of class 'RtmpLiveViewController' , the camera screen size in the app varies(sometimes the camera screen of the app doesn't cover the entire mobile screen). I assume that the height and width used in the class 'RtmpLiveViewController' is for the camera screen size of the app when it launches. Right?