diff rtsp.h @ 5112:85e0a9761818 libavformat

Implement support for EOS as used by WMS and other RTSP servers that do not implement RTCP/bye. See "[PATCH] rtsp.c: EOS support" thread from a few months back.
author rbultje
date Mon, 27 Jul 2009 14:03:53 +0000
parents aa0edc246bca
children cad276e8f96e
line wrap: on
line diff
--- a/rtsp.h	Mon Jul 27 14:00:10 2009 +0000
+++ b/rtsp.h	Mon Jul 27 14:03:53 2009 +0000
@@ -140,6 +140,11 @@
      * this, sent dummy requests (e.g. OPTIONS) with intervals smaller
      * than this value. */
     int timeout;
+
+    /** The "Notice" or "X-Notice" field value. See
+     * http://tools.ietf.org/html/draft-stiemerling-rtsp-announce-00
+     * for a complete list of supported values. */
+    int notice;
 } RTSPMessageHeader;
 
 /**