播放文件通过文件路径
setDataSource(String playUrl, bool isLoop) async { return await _mMethodChannelRtmpPlayer?.setDataSource(playUrl, isLoop); }