//拉流拉到数据 private void Instance_OnVideoFrameEvent(int userId, int index, OeipVideoFrame videoFrame) { if (userId != this.userId || this.index != index) { return; } LivePipe.RunLivePipe(ref videoFrame); }