Michel Promonet

Results 286 comments of Michel Promonet

Hi, This is not a new idea, there is a PR pending https://github.com/mpromonet/v4l2rtspserver/pull/247 Best Regards, Michel.

Hi, Maybe rtsp client is not receiving any data. Increasing log may helps you to know this. Best regards Michel

Hi, We don't see any data coming from RTSP/RTP, there is no message "LiveVideoSource:onData", either your rtsp source doesnot support RTP over TCP or it doesnot send data. Best Regards,...

Hi, File streaming is only supported for file that could be demuxed by live555, looking to log may helps you to understand if your file is supported, you may try...

Hi, Maybe hardware accelerated rendering is not capture ? Best Regards, Michel.

Hi, It should. Best Regards Michel

Hi, Did you try ? ``` make CC=riscv64-eyenix-linux-gnu-gcc CXX=riscv64-eyenix-linux-gnu-g++ ``` Best Regards, Michel.

Hi, You need to specify GSOAP_BIN to get wsdl2h from the host, something like: ``` make CC=riscv64-eyenix-linux-gnu-gcc CXX=riscv64-eyenix-linux-gnu-g++ GSOAP_BIN=/usr/bin ``` Best Regards, Michel.

Hi, The screen number may differ, using /api/getMediaList will give you available streams. Best Regards, Michel

Hi, It is again possible to build with latest webrtc and a little patch decribed in [webrtc issue 14468](https://bugs.chromium.org/p/webrtc/issues/detail?id=14468) : ``` sed -i -e "s|#include |#include \n#include |" src/modules/desktop_capture/win/full_screen_win_application_handler.cc ```...