Git Product home page Git Product logo

Comments (12)

chenliming777 avatar chenliming777 commented on August 22, 2024

哦哦 这个解了 但没有更新pod 看下这个提交 3c58ff7

from lflivekit.

chenliming777 avatar chenliming777 commented on August 22, 2024

另外你说1.8.0关闭直播 还是会自动链接服务器,这个我这边没复现,LFLiveKitDemo

from lflivekit.

twenty-zp avatar twenty-zp commented on August 22, 2024

执行的时候,并未到clean 就已经崩溃。 重现: 点击开始直播, 在状态为“连接中“的时候再次点击结束直播状态为“连接错误”就会崩溃。

from lflivekit.

chenliming777 avatar chenliming777 commented on August 22, 2024

好的 谢谢反馈 我调试好了回复你

from lflivekit.

nnianhouss avatar nnianhouss commented on August 22, 2024

楼主 LFLiveKit可不可以支持下swift

from lflivekit.

chenliming777 avatar chenliming777 commented on August 22, 2024

用swift语言重新写一份还是什么意思

from lflivekit.

nnianhouss avatar nnianhouss commented on August 22, 2024

@chenliming777 不是重新写一份,swift可以调用OC 。swift创建的工程 通过pod或手动 导入LFLiveKit 编译报错 ,你可以用swift工程试试 最近在写swift项目直播,看到楼主的框架不错,就想试试

from lflivekit.

chenliming777 avatar chenliming777 commented on August 22, 2024

好的 会尝试的

from lflivekit.

chenliming777 avatar chenliming777 commented on August 22, 2024

@twenty-zp 开始直播连接中在点击直播崩溃这个应该好了

from lflivekit.

twenty-zp avatar twenty-zp commented on August 22, 2024

commit中没看到你修改的代码地方啊

from lflivekit.

chenliming777 avatar chenliming777 commented on August 22, 2024

static dispatch_queue_t YYRtmpSendQueue() {
static YYDispatchQueuePool *pool;
static dispatch_once_t onceToken;
dispatch_once(&onceToken, ^{
pool = [[YYDispatchQueuePool alloc] initWithName:@"com.youku.laifeng.rtmpsendQueue" queueCount:1 qos:NSQualityOfServiceDefault];
});

dispatch_queue_t queue = [pool queue];
return queue;

}

这里原来线程不是一个的问题导致的

from lflivekit.

chenliming777 avatar chenliming777 commented on August 22, 2024

@nnianhou- swiftDemo toss156已经写好了,在develop下面

from lflivekit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.