]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtmp.h
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavformat / rtmp.h
index 7c9bb6d766c28e76874e81cfcff865ff5b9c7ef9..bdac6fd31d9808311a40dd5c9743476b17e4690e 100644 (file)
 #define HMAC_IPAD_VAL 0x36
 #define HMAC_OPAD_VAL 0x5C
 
+/**
+ * A non-zero transaction id requires the server to send back
+ * a _result or _error response.
+ * Setting it to 0 marks the message as a notification not
+ * requiring feedback.
+ */
+
+#define RTMP_NOTIFICATION 0
+
 /**
  * emulated Flash client version - 9.0.124.2 on Linux
  * @{