LaiFeng-Android / SopCastComponent

该项目不再维护,仅供学习参考
Other
2.48k stars 618 forks source link

继承ScreenRecordActivity 重写Ondestory使之销毁后还能继续录屏,但是无法关闭录屏及推流 #60

Open chenXFee opened 5 years ago

chenXFee commented 5 years ago
@Override
protected void onDestroy() {

// stopRecording(); super.onDestroy(); } 根据demo的内容,当在ScreenActivity开启录屏推流后返回上级页面 再进来点击stop按钮依然无法停止录屏推流服务。