1、腾讯播放器动态加载so---以后再搞

2、腾讯IM SDK可以删除---以后再搞
This commit is contained in:
老皮
2024-09-07 10:17:35 +08:00
parent 2b2fe90520
commit 0f03a754c1
2 changed files with 8 additions and 2 deletions

View File

@@ -409,6 +409,9 @@ public class LauncherActivity extends AppCompatActivity implements View.OnClickL
CommonAppConfig.getInstance().setAnchorPkTime(bean.getPkTime());
if (!TextUtils.isEmpty(bean.getTxVideoUgcLicenceUrl()) && !TextUtils.isEmpty(bean.getTxVideoUgcKey()))
Log.i("tvv", bean.getTxVideoUgcLicenceUrl() + "" + bean.getTxVideoUgcKey());
//sdk接口动态加载so TXLiveBase.setLibraryPath(); https://brands.cnblogs.com/tencentcloud/p/6137
TXLiveBase.getInstance().setLicence(LauncherActivity.this, bean.getTxVideoUgcLicenceUrl(), bean.getTxVideoUgcKey());
TXUGCBase.getInstance().setLicence(LauncherActivity.this, bean.getTxPlayUgcLicenceUrl(), bean.getTxVideoUgcKey());