Michel Promonet

Results 286 comments of Michel Promonet

Hi, After gît chechout, i forgot to tell you to run 'gclient sync', it ils need to synchronize dependencies. Best regards Michel

Hi, It is possible to add `-a` parameter to disable audio capture. Best Regards, Michel.

Hi @n65785828, Yes, the actual implementation open 2 RTSP connections (one for audio, one for video), and then SETUP one stream. Best Regards, Michel.

Hi @n65785828 You may use a proxy like live555ProxyServer to support multiple RTSP client or update the implementation. Best Regards, Michel.

Hi @chenkaiC4 From your log, we don't see any answer to RTSP DESCRIBE, without this it cannot work. You may try openRTSP with your RTSP source to get more information...

Hi zsinba, It depends on what is motion camera protocol, anyway it is possible to extend backend supported protocols. Implementing RMTP or multipart jpeg over http or ... need implementing...

Hi, I just made a google serach on Hisi development board, it seems an ARMv7 with a JPEG camera. If the JPEG frames are available from V4L2 interface, it should...

Hi, The compilation is described in Dockerfile, for cross-compilation you can look to https://github.com/mpromonet/webrtc-streamer/blob/master/Dockerfile.rpi or https://github.com/mpromonet/webrtc-streamer/blob/master/Dockerfile.arm64. You may start installing your target cross compiler and adapt cross compilation variables, after...

Hi @zsinba Compiling WebRTC is probably a first step. When the image is blurry (with grey squares) it may be when network is dropping lots of frames. You could try...

Hi @Condorello It seems your cross-compiler doesnot have locale. You may try some options like : ``` cmake -DLIVE555CFLAGS="-DNEWLOCALE_NOT_USED=1 -DBSD=1 -DSOCKLEN_T=socklen_t -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -DALLOW_RTSP_SERVER_PORT_REUSE=1 -DNO_OPENSSL=1" . ``` Best Regards, Michel.