mpromonet / webrtc-streamer

WebRTC streamer for V4L2 capture devices, RTSP sources and Screen Capture
https://webrtcstreamer.agreeabletree-365b9a90.canadacentral.azurecontainerapps.io/?layout=2x2
The Unlicense
2.83k stars 582 forks source link

Can you handle the problem of compiling under win10 #568

Closed JackyLucifer closed 1 year ago

JackyLucifer commented 1 year ago

Under win10, I compile according to the steps of. github/workflow/cpp-windows.yml file

However, the current compilation fails. The prompt content is the same as that in the action of github. Please handle it

JackyLucifer commented 1 year ago

image

mpromonet commented 1 year ago

Hi @JackyLucifer

I saw this, maintaining windows build is painful... I did not find a fix for now. It seems a problem in shell interpretation, the single quote vs double quote .... Don't hesitate to submit a pull request to fix it.

Best Regards, Michel.

JackyLucifer commented 1 year ago

Well, thank you very much.

mpromonet commented 1 year ago

Hi @JackyLucifer

Build on windows is fixed, docker on windows was built. There is till a problem in github action.

Best Regards, Michel.

JackyLucifer commented 1 year ago

image

JackyLucifer commented 1 year ago

i see it is ok ,thank you very much.