1
我正在嘗試執行C++ websocket服務器。我想要對Android應用程序「發言」併發送視頻。無法啓動服務器QWsServer錯誤:地址受保護
我使用QtWebsocket從this repository
爲了測試,我複製來自實施例/服務器的代碼。 我沒有任何編譯錯誤,但服務器無法啓動:
Error: Can't launch server QWsServer error : The address is protected
我在網絡和WebSockets的初學者。
謝謝你,我會試試這個:)。 – ogdabou
這工作,我不得不把端口8082因爲我有tomcat服務器運行! – ogdabou