-
-
- Posts: 18
- Joined: 2024-09-02 16:40
After building the ipcweb app, I got an output file, but I don't know how to execute the code.
My Goal:
I want to deploy an application that allows me to view a camera stream from a browser.
Code: Select all
root@cf4f4e7f4149:~/luckfox-pico-main/project/app/ipcweb# ls
Makefile build ipcweb-backend out
root@cf4f4e7f4149:~/luckfox-pico-main/project/app/ipcweb# ls out/
etc include usr
root@cf4f4e7f4149:~/luckfox-pico-main/project/app/ipcweb# ls out/etc/
init.d nginx
root@cf4f4e7f4149:~/luckfox-pico-main/project/app/ipcweb# ls out/include/
cgicc nlohmann
root@cf4f4e7f4149:~/luckfox-pico-main/project/app/ipcweb# ls out/usr/
bin lib sbin www
root@cf4f4e7f4149:~/luckfox-pico-main/project/app/ipcweb#
Thanks for reading.
-
- Posts: 1290
- Joined: 2024-01-23 7:21
-
- Posts: 18
- Joined: 2024-09-02 16:40
The inc-web application works well, but I only need the RTMP stream line to integrate it into my personal website. Is there any documentation available for this? The ipc-web code and the HTML/JS files in the 'www-rkipc' directory are too extensive for me to read and extract the relevant information effectively.
Thank you.
-
- Posts: 1290
- Joined: 2024-01-23 7:21
ipcweb is a routine provided by Rockchip, and we are not aware of the internal details, so we are sorry that we cannot provide support for the secondary development of ipcweb