rtmp-server-node icon indicating copy to clipboard operation
rtmp-server-node copied to clipboard

build error on macos

Open notedit opened this issue 4 years ago • 4 comments

../media-server/include/config.h:44:20: note: expanded from macro 'FD_INVALID'
#define FD_INVALID      (int)-1
                        ^
../media-server/src/rtp/RTPPacket.cpp:240:55: error: call to unavailable member function 'value': introduced in macOS
      10.14
                auto vp8NewPayloadDescriptor = vp8PayloadDescriptor.value();

notedit avatar Mar 03 '20 05:03 notedit