-
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
how to build webrtc framework which supported audio buffer from broadcast upload extension please mentioned cmds as well to build #23
Comments
I have seen these documentation , but when i try to build the framework using python build_ios_libs.py --bitcode |
Then you should try to build the original version (not this fork) first. If you still encounter a problem, you may ask on the forum of the upstream project or somewhere like StackOverflow where you can gain more information more quickly. |
I am able to build the framework with original version but it doesn't contain audio supported files so that is why i am asking like how can i build the framework from this fork so that i can use the audio buffer method that you have added please guild i am new to this |
And i also tried by replacing / adding audio files to the original version but media_transport_interface.h file is not present in original version of webrtc code so i stuck with media_transport_interface.h file not found error |
If you are fine with prebuilt binaries, just grab at https://github.com/pixiv/webrtc/releases. ;) |
What is prebuilt binaries?? |
It's too big. Is there one that only contains IOS? |
@huoda1237 You may download a package and remove files you don't need from it. |
Do you mean that I remove those unnecessary files and then recreate the framework? |
@huoda1237 The package includes common files, an iOS framework, a macOS framework, an Android library, a Windows DLL, and Linux archive. You can leave the common files and the iOS framework and remove anything else. |
I have compiled successfully. How can I modify the name? For example, I want to change WebRTC.framework to MyWebRTC.framework,thank you |
@huoda1237 You need to take a look at the code. I guess it requires modifying the code, which I don't really recommend. Also, it is not specific to this fork and you can get answers for such a question from more people on the forum of the upstream or on sites like StackOverflow. |
ok ,thank you |
@huoda1237 @akihikodaki Hello guys, Im joining this conversation because I have the same issue. I need to transfer video and audio buffers to server via Broadcast Upload Extension. Video transfer is working ok, but I need to enable audio transfer too. Currently Im using this webRTC lib: https://github.com/stasel/WebRTC-iOS How can I compile your fork just for iOS usage? @huoda1237 do you maybe have working example or compiled framework I can use? That would save me a lot of time. |
@huoda1237 @sonusainier Can you please let me know the steps to compile the GoogleWebRTC or this extension framework? I am able to compile GoogleWebRTC Framework but when I integrate it, It says WebRTC classes undefined. Seems like I am missing any step. |
Hi, Could you share with us how did you compile this source? Thanks |
No description provided.
The text was updated successfully, but these errors were encountered: