ethand91 / mediasoup3-record-demo

Simple Record Demo using Mediasoup 3 and GStreamer
198 stars 93 forks source link

work Compilation Error with c++ standard #80

Open mao0202 opened 1 year ago

mao0202 commented 1 year ago

Details are as follows: ../../../subprojects/libuv-v1.43.0/src/unix/stream.c: In function ‘uvwrite’: ../../../subprojects/libuv-v1.43.0/src/unix/stream.c:929:3: error: C++ style comments are not allowed in ISO C90 // XXX(jwn): this must call uvstream_flush_write_queue(stream, n) here, since we won't generate any more events ^ ../../../subprojects/libuv-v1.43.0/src/unix/stream.c:929:3: error: (this will be reported only once per input file) It does not appear in other mediasoup projects

mao0202 commented 1 year ago

maybe change the mediasoup version to 3.11.3 can slove this.