Li Lin

Results 12 issues of Li Lin

I am fixing a bug that caused by retain cycle between `ECSignalingChannel` and `ECClient`. I found `streamSignalingDelegates` retain `ECClient` strongly in NSMutableDictionary from, so it has retain cycle. Should we...

I found a bug that it crashes when I disconnect a room. The bug is described in the issue I sent earlier: https://github.com/zevarito/Licode-ErizoClientIOS/issues/74 I found the reason it crashes is...

Hi zevarito, I add a new class `ECCameraPreviewView` to provide a mirror stream view. It's based on `RTCCameraPreviewView`, which is used in demo code "APP RTC Mobile iOS" - https://github.com/WebKit/webkit/tree/master/Source/ThirdParty/libwebrtc/Source/webrtc/examples/objc/AppRTCMobile/ios...

There's a framework [MoltenGL](https://moltengl.com/) which provides integration for adapting to Metal. But there is some code from Core Video that MoltenGL cannot convert to Metal directly, so I have to...

feature: add function `setupFilters` for GPUImageFilterGroup I am not sure the difference between `filters`, `initialFilters`, `terminalFilter` after tracing the code, but based on the example `FilterShowcase`, it looks like this...

Hi, I have a question that why do we need to do all the `addFilter`, `setInitialFilters`, `setTerminalFilter` steps? And we even need to `addTarget` for the filters in the group?...

It's a awesome banner view. And it'd be prettier if it's iOS 8 style. Thanks,

例如在此 request (搜尋 2022 的行政區)當中,宜蘭縣的行政區只有顯示出一個縣市議員選舉區「2022-11 > 縣市議員 > 宜蘭縣 > 第11選區[平地]」 https://elections.olc.tw/api/areas/index/62053691-5c80-4c86-ad66-1619acb5b862 理想情況或許是顯示出下一層所有的子選舉區,但若不夠時間的話或許移除子選舉區也可以,比較不會混淆。 在另一個 request (搜尋 2022 的宜蘭縣)之中,也有類似的情況 https://elections.olc.tw/api/areas/index/620536a2-4028-4b47-a9b0-1619acb5b862

Add new function `- (void)loadWebVTTSubtitlesAtURL:(NSURL *)url error:(NSError **)error`, so ASBPlayerSubtitling.h accepts WebVTT. Re-install pod to make project compilable.