embedded Linux chip support
What are the requirements for the chip if I want to run the client on embedded Linux? Or are there any other suitable projects?
which chip are you looking to target?
rk3506,T1113
which chip are you looking to target?
I see, that'll require an armv7 build. we currently don't build armv7 but it should be possible to build for it. (we build armv7 for Android)
If I need to enable hardware acceleration for WebRTC, how should I perform the adaptation?
@weynechen do you mean how to enable hardware video encoding support? Which device are you referring to? I don't think RK3506 has a hw encoder on it.
For targeting embedded Linux on the rk3506 or T1113, we can build for armv7-unknown-linux-gnueabihf (Armv7-A Linux, hardfloat, kernel 3.2+, glibc 2.17), which is a tier II target.
#747 will obviate the need for prebuilt a prebuilt libwebrtc.a for every possible configuration out there.