Improved connection robustness and diconnection/connection behaviors

(added connection rejection to streamer).
This commit is contained in:
brunoherbelin
2020-10-25 22:01:04 +01:00
parent e60c7a4cad
commit 01410a59cf
7 changed files with 148 additions and 79 deletions

View File

@@ -9,6 +9,7 @@
#define OSC_PONG "/pong"
#define OSC_STREAM_REQUEST "/request"
#define OSC_STREAM_OFFER "/offer"
#define OSC_STREAM_REJECT "/reject"
#define OSC_STREAM_DISCONNECT "/disconnect"