Page 1 of 1

How to Run the ipcweb App After Building?

Posted: 2024-12-06 10:20
by pdoanthuannb96
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.

Re: How to Run the ipcweb App After Building?

Posted: 2024-12-10 9:30
by Crocodile
Hello Please refer to viewtopic.php?p=1643&hilit=ipcweb#p1643, ipcweb will automatically allow after the system starts, and the allowed process can be viewed in /oem/usr/bin/RkLunch.sh

Re: How to Run the ipcweb App After Building?

Posted: 2024-12-16 21:52
by pdoanthuannb96
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.

Re: How to Run the ipcweb App After Building?

Posted: 2024-12-23 2:16
by Crocodile
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