-
Notifications
You must be signed in to change notification settings - Fork 108
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
Building using docker #74
base: master
Are you sure you want to change the base?
Conversation
What I talked about in the issue meant to include a multi-stage build in the dockerfile.
|
The name of the Dockerfile should be Dockerfile.RwsBuild. |
I will check the codec_specific_info parameter deleted from the Encode function and commit it. |
Thank you, I'll give that a try. |
4f48070
to
2421e31
Compare
As a side note, I just stumbled across this project https://github.com/llamerada-jp/libwebrtc Thank you, |
The answer is a lot late. There are currently some repos that provide WebRTC library, but it does not supports the arm build . Even if it provides an arm build, it is not easy to use it unless it is provided for a specific OS due to the nature of cross compiling. If you build using webrtc library from another project, it will be possible to use it after checking from the buidling procedure to the verification. |
Thank you @kclyu, that make sense. |
Let me know what you think of this :)