-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working without passing CMSampleBuffer #26
Comments
It is a limitation of iOS. |
Is there not any option of setting useManualAudio = NO ? When I set it, I receive nothing on the web portal. So ideally, this is not an extension of GoogleWebRTC, It is a modified version of that with ONLY manual audio support. Am I right? |
It wouldn't work if you set YES to |
I am not sure if I am able to explain my issue. Here is more explanation. I have two cases to achieve- Thanks for your help. |
Yes, that is the limitation of broadcast extension. |
I have a normal working application (iOS) where GoogleWebRTC is integrated and working fine. I just replaced GoogleWebRTC framework with the framework at this link - https://github.com/pixiv/webrtc/releases |
No, it should work. I have no idea why your application stopped working. |
Our project implementation is same as this - https://github.com/stasel/WebRTC-iOS |
No. You have to debug your application with pixiv extension to see what went wrong. |
Can you please provide the steps to compile the ObjC framework from source? |
Hi! How should I configure audioSession in common iOS app? I have implemented that on broadcast extension |
你好,邮件已收到,谢谢!
|
This works fine when I am passing CMSampleBuffer using deliverRecordedData. But in some case, I want it to handle automatically like GoogleWebRTC does. So this is not working for me without passing the sample buffer.
The text was updated successfully, but these errors were encountered: