haoweilo / RTSP_stream_server

Small rtsp server base-on Live555
96 stars 50 forks source link

Can't compile the project #2

Open hellochenwang opened 7 years ago

hellochenwang commented 7 years ago

include "isp_lib_api.h"

include "snx_vc_lib.h"

include "snx_rc_lib.h"

seems these files are missing

amit13091992 commented 7 years ago

after i type 'make' Its saying: make -C live all INSTALL_DIR=/home/testing/rtsp/rootfs/usr/bin/example make: live: No such file or directory. Stop. make: [live555] Error 2

kindly update the solution, i am not able to compile this project, n give a guide how to use this project.

spaul13 commented 6 years ago

@hellochenwang @amit13091992 @haoweilo I am also getting the same error while compiling the project. Did anyone solve the issue? If yes can anyone please help me telling how to compile it?

hellochenwang commented 6 years ago

@spaul13 not sure if this repo is still active. Try https://github.com/mpromonet/v4l2rtspserver or just simply look at live555's rtsp server example.

spaul13 commented 6 years ago

Thanks for the advice. @hellochenwang can you please tell me how to compile and run v4l2rtspserver?

while compiling its showing error _CMake Error at CMakeLists.txt:118 (install): install FILES given unknown argument "EXCLUDE_FROM_ALL". CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: V4L2WRAPPERLIBRARY linked by target "v4l2rtspserver-master" in directory /home/sibendu/Downloads/v4l2rtspserver-master -- Configuring incomplete, errors occurred

I have tried ./v4l2rtspserver but its telling No such file or directory.

can u tell me how to resolve this errors?