UI: Add popup warnings for connection failure

Also, check for null stream path/key in the RTMP output module.
This commit is contained in:
jp9000
2014-05-12 15:30:36 -07:00
parent fa22417f8c
commit 03ca5919ce
7 changed files with 90 additions and 28 deletions

View File

@@ -30,5 +30,5 @@
#define OBS_OUTPUT_BAD_PATH -1
#define OBS_OUTPUT_CONNECT_FAILED -2
#define OBS_OUTPUT_INVALID_STREAM -3
#define OBS_OUTPUT_FAIL -4
#define OBS_OUTPUT_ERROR -4
#define OBS_OUTPUT_DISCONNECTED -5