Demuxer rtsp [RTSP input]:
RTSP demuxer AVOptions:
  -initial_pause     <int>        .D.... Don't start playing the stream immediately (from 0 to 1)
  -rtsp_transport    <flags>      ED.... RTSP transport protocols
     udp                          ED.... UDP
     tcp                          ED.... TCP
     udp_multicast                .D.... UDP multicast
     http                         .D.... HTTP tunneling
  -rtsp_flags        <flags>      .D.... RTSP flags
     filter_src                   .D.... Only receive packets from the negotiated peer IP
     listen                       .D.... Wait for incoming connections
  -allowed_media_types <flags>      .D.... Media types to accept from the server
     video                        .D.... Video
     audio                        .D.... Audio
     data                         .D.... Data
  -min_port          <int>        ED.... Minimum local UDP port (from 0 to 65535)
  -max_port          <int>        ED.... Maximum local UDP port (from 0 to 65535)
  -timeout           <int>        .D.... Maximum timeout (in seconds) to wait for incoming connections. -1 is infinite. Implies flag listen (from INT_MIN to INT_MAX)
  -stimeout          <int>        .D.... timeout (in micro seconds) of socket i/o operations. (from INT_MIN to INT_MAX)
  -reorder_queue_size <int>        .D.... Number of packets to buffer for handling of reordered packets (from -1 to INT_MAX)

