Open Anirudhdh opened 5 years ago
Could you use ``` to enclose the error message? The formatting is all messed up without newlines. :)
Could you use ``` to enclose the error message? The formatting is all messed up without newlines. :)
Fixit, sanx.
It looks like live555
isn't being downloaded or put in the right place by the build script.
Silly question but are you building this on a machine with internet access?
It looks like
live555
isn't being downloaded or put in the right place by the build script.Silly question but are you building this on a machine with internet access?
find / -iname liveMedia.hh
/usr/include/liveMedia/liveMedia.hh
/home/tt/openfang/_build/buildroot-2016.02/output/host/usr/mipsel-ingenic-linux-uclibc/sysroot/usr/include/liveMedia/liveMedia.hh
/home/tt/openfang/_build/buildroot-2016.02/output/build/live555-2016.01.29/liveMedia/include/liveMedia.hh
/home/tt/openfang/_build/buildroot-2016.02/output/target/usr/include/liveMedia/liveMedia.hh
Internet is available, and liveMedia.hh looks downloaded, but buildopenfang.sh can't find it
How do you managed to enable v4l2rtspserver version 0.1.3 ?
Have you tried the docker container?
How do you managed to enable v4l2rtspserver version 0.1.3 ?
Have you tried the docker container?
I just installed liblivemedia-dev from debian repo. Probably v4l2rtspserver is from there. I dont used docker
Could I close the issue then?
Could I close the issue then?
Issue that I report is still not solved. Probably, the decision is obvious, but I am a noob in Linux. Could you please indicate a exact solution?
Try to use docker then.
Try to use docker then.
tt@qkg:~$ docker build -f ./Dockerfile -t openfang/container .
unable to prepare context: unable to evaluate symlinks in Dockerfile path: lstat /home/tt/Dockerfile: no such file or directory
tt@qkg:~$ mkdir /home/tt/Dockerfile
tt@qkg:~$ docker build -f ./Dockerfile -t openfang/container .
Sending build context to Docker daemon 7.11GB
Error response from daemon: unexpected error reading Dockerfile: read /var/lib/docker/tmp/docker-builder922711618/Dockerfile: is a directory
I get follow errors with docker installation.
There is a problem in 0.1.3 with source of live555 package. You need to decompress and manually change location. After that create archive of v4l2rtspserver-v0.1.3. Also there is problem with 3 libraries libsharedmem.so, libwrap.so and libfilter.so, you need to put them in /usr/lib.
v4l2rtspserver have done some changes in the repository (live555), you can check it there. However, 0.1.3 it's just not stable as 0.0.8 so I don't recommend to use it for now.
I run the buildopenfang.sh script on Debian GCC 6.3.0 and get the following errors: