LaiFengiOS / LFLiveKit

LaiFeng IOS Live Kit,H264 and AAC Hard coding,support GPUImage Beauty, rtmp transmission,weak network lost frame,Dynamic switching rate
MIT License
4.39k stars 1.11k forks source link

LFLiveKit in App extension. #258

Open homanp opened 6 years ago

homanp commented 6 years ago

Hi,

Seems like the framework is incompatible with App Extension. I'm getting sharedApplication not available on iOS (App Extension).

I only want to use the pushVideo/pushAudio features. Is there a way around that?

Thanks!

Luo-Kuang commented 6 years ago

why not build a framwork

rumblechen commented 6 years ago

hi, I have the same issues, did you resolve it ?

Luo-Kuang commented 6 years ago

when you build a framework add to a project then set the Require Only App-Extension-safe API NO

rumblechen commented 6 years ago

@FranLucky thanks, it works

corazn commented 5 years ago

@solocgj I have the same issue, please tell me how you solved that issue. Thank you!

Luo-Kuang commented 5 years ago

try this . https://github.com/FranLucky/LFLiveKit-ReplayKit . @corazn

corazn commented 5 years ago

@FranLucky thank you.