/**
视频流的宽
@waring 该属性仅对 rtmp/flv 直播与 ffmpeg 点播有效
@since v2.3.0
*/
@property (nonatomic, assign, readonly) int width;
/**
视频流的高
@waring 该属性仅对 rtmp/flv 直播与 ffmpeg 点播有效
@since v2.3.0
*/
@property (nonatomic, assign, readonly) int height;
/**
视频流的显示比例
@discussion displayRatioWidth = 0 表示该参数无效
@since v2.4.0
*/
@property (nonatomic, assign, readonly) int displayRatioWidth;
@property (nonatomic, assign, readonly) int displayRatioHeight;
可以请求服务端获取,服务端有一个 status() 接口,这个接口可以获取到直播流实时的 帧率 码率