Új hozzászólás Aktív témák

  • Shummo

    senior tag

    Próbálok integrálni egy Xiaomi A1 camerát a videoP2Proxy segítségével, de a telepítésnél elkapadok. a MAKE parancsnál az alábbi logot kapot. Esetleg valaki tudna abban segíteni, hogy merre induljak el?

    pi@raspberrypi:~/videoP2Proxy $ make
    make  all-am
    make[1]: Entering directory '/home/pi/videoP2Proxy'
      CC       main.o
      CC       av.o
      CC       avframe.o
      CC       client.o
      CC       iotc.o
      CXX      rtsp.o
    rtsp.cxx: In function ‘void* min(void*)’:
    rtsp.cxx:65:34: warning: control reaches end of non-void function [-Wreturn-type]
       65 |  env->taskScheduler().doEventLoop();
          |  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
      CXXLD    videop2proxy
    /usr/bin/ld: av.o:/home/pi/videoP2Proxy/common.h:15: multiple definition of `MODE_RTSP_FIFO'; main.o:/home/pi/videoP2Proxy/common.h:15: first defined here
    /usr/bin/ld: av.o:/home/pi/videoP2Proxy/common.h:14: multiple definition of `MODE_RTSP_FIFO_FILE'; main.o:/home/pi/videoP2Proxy/common.h:14: first defined here
    /usr/bin/ld: av.o:/home/pi/videoP2Proxy/common.h:11: multiple definition of `MODE_STDOUT'; main.o:/home/pi/videoP2Proxy/common.h:11: first defined here
    /usr/bin/ld: av.o:/home/pi/videoP2Proxy/common.h:11: multiple definition of `MODE_RTSP'; main.o:/home/pi/videoP2Proxy/common.h:11: first defined here
    /usr/bin/ld: avframe.o:/home/pi/videoP2Proxy/common.h:11: multiple definition of `MODE_STDOUT'; main.o:/home/pi/videoP2Proxy/common.h:11: first defined here
    /usr/bin/ld: avframe.o:/home/pi/videoP2Proxy/common.h:11: multiple definition of `MODE_RTSP'; main.o:/home/pi/videoP2Proxy/common.h:11: first defined here
    /usr/bin/ld: client.o:/home/pi/videoP2Proxy/common.h:11: multiple definition of `MODE_STDOUT'; main.o:/home/pi/videoP2Proxy/common.h:11: first defined here
    /usr/bin/ld: client.o:/home/pi/videoP2Proxy/common.h:11: multiple definition of `MODE_RTSP'; main.o:/home/pi/videoP2Proxy/common.h:11: first defined here
    /usr/bin/ld: iotc.o:/home/pi/videoP2Proxy/common.h:11: multiple definition of `MODE_STDOUT'; main.o:/home/pi/videoP2Proxy/common.h:11: first defined here
    /usr/bin/ld: iotc.o:/home/pi/videoP2Proxy/common.h:11: multiple definition of `MODE_RTSP'; main.o:/home/pi/videoP2Proxy/common.h:11: first defined here
    /usr/bin/ld: rtsp.o:/home/pi/videoP2Proxy/common.h:15: multiple definition of `MODE_RTSP_FIFO'; main.o:/home/pi/videoP2Proxy/common.h:15: first defined here
    /usr/bin/ld: rtsp.o:/home/pi/videoP2Proxy/common.h:14: multiple definition of `MODE_RTSP_FIFO_FILE'; main.o:/home/pi/videoP2Proxy/common.h:14: first defined here
    /usr/bin/ld: rtsp.o:/home/pi/videoP2Proxy/common.h:11: multiple definition of `MODE_STDOUT'; main.o:/home/pi/videoP2Proxy/common.h:11: first defined here
    /usr/bin/ld: rtsp.o:/home/pi/videoP2Proxy/common.h:11: multiple definition of `MODE_RTSP'; main.o:/home/pi/videoP2Proxy/common.h:11: first defined here
    collect2: error: ld returned 1 exit status
    make[1]: *** [Makefile:488: videop2proxy] Error 1
    make[1]: Leaving directory '/home/pi/videoP2Proxy'
    make: *** [Makefile:391: all] Error 2

Új hozzászólás Aktív témák