首页 好物正文

Uniapp插件手机边录屏边推流插件录屏直播

yuange 好物 2022-09-11 1517 0 uniapp插件

直接到插件市场购买点击:image.png


另外已支持iOS版,有需要的朋友联系QQ 2729404527


概述

  • 支持边录制手机屏幕边推流、实时直播

如何调用插件

var getModel = uni.requireNativePlugin("yuange-YGRSPushModule");

开始录制屏幕并推流

callNativeStartRecordScreenPush() {       
 const _this = this;
        getModel.callNativeStartRecordScreenPush({               
         'liveUrl': _this.liveUrl,//推流地址
            },
            (ret) => {
                _this.title = JSON.stringify(ret);
            })
    }

停止录制屏幕和推流

callNativeStopRecordScreenPush() {   
 const _this = this;    
 var ret = getModel.callNativeStopRecordScreenPush({
        },
        (ret) => {
            _this.title = JSON.stringify(ret);
        })
   }


评论

在线客服-可直接交谈

您好!有什么需要可以为您服务吗?