hello everyone
I am trying to create demo for doorbell kind of device where I want to use webrtc peer to peer streaming where my device will be sending audio/video stream to webrtc server and recieves only audio streaming from webrtc.
I am planning to use tuya platform for now because i can see some tuya demo app is there rv1106_battery_ipc_tuya can anyone help how I can compile it using build.sh script provided in sdk and also how to configure for my tuya account and make it run.
thank you in advance...
Luckfox pico ultra w webrtc streaming using tuya platform
Hello, if you need to use rv1106_battery_ipc_tuya, you can modify the RK_APP_TYPE in the BoardConfig.mk file to RKIPC_RV1106_BATTERY_IPC_TUYA. Please note that the SDK we are using is based on the RV1106-IPC SDK rather than the RV1106-Battery SDK. There might be errors due to missing components.
Meanwhile, the default setting of rv1106_battery_ipc_tuya only implements the process of streaming the graphics to the Tuya cloud platform via RTSP. If you need to use WebRTC, you can refer to the source code and relevant explanations in $SDK/project/app/rkipc/rkipc/common/tuya_ipc.
Meanwhile, the default setting of rv1106_battery_ipc_tuya only implements the process of streaming the graphics to the Tuya cloud platform via RTSP. If you need to use WebRTC, you can refer to the source code and relevant explanations in $SDK/project/app/rkipc/rkipc/common/tuya_ipc.

