最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

kotlin - Cannot incorporate RootEncoder library for rtsp streaming into Android studios project - Stack Overflow

programmeradmin3浏览0评论

I have been trying to incorporate the RootEncoder library from GitHub () into my project. I have added it to my project files but have been unable to compile it. I have followed the instructions on the Github page to allow permissions in AndroidManifest.xml. But I have been consistently getting this error coming from the RootEncoder build.gradle.kts. enter image description here

Gives error: Unresolved reference

This is the root settings.gradle.kts

Project root build.gradle.kts

I even have RootEncoder included in the app gradle

I have tried following the instructions from the projects README file to include it in my app. Have not been successful. Have also tried deleting dokkaHtmlMultiModule function and plugins, have only caused more problems. I am trying to include a library to handle rtsp streaming to stream video live from the app so if there are other better solutions out there, I will take it. Only a beginner programmer, will appreciate any advice.

发布评论

评论列表(0)

  1. 暂无评论