设置播放路径
Future setDataSource(String playUrl, bool isLoop) async { return await rtmpPlayerViewState?.setDataSource(playUrl, isLoop); }