1. 12 Oct, 2012 2 commits
  2. 11 Oct, 2012 1 commit
  3. 09 Oct, 2012 1 commit
  4. 30 Jul, 2012 1 commit
  5. 28 Jul, 2012 1 commit
  6. 10 Jul, 2012 2 commits
  7. 08 Apr, 2012 1 commit
  8. 19 Mar, 2012 1 commit
  9. 13 Mar, 2012 1 commit
    • Martin Storsjö's avatar
      rtsp: Resend new keepalive commands if they used stale auth · cdf9108b
      Martin Storsjö authored
      These commands are sent asynchronously, not waiting for the reply.
      This reply is parsed later by ff_rtsp_tcp_read_packet or
      udp_read_packet. If the reply indicates that we used stale
      authentication and need to use a new nonce, resend a new keepalive
      command immediately.
      
      This is the only request sent asynchronously, so currently there's
      no other command that needs to be resent in the same way.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      cdf9108b
  10. 15 Feb, 2012 1 commit
  11. 27 Jan, 2012 1 commit
  12. 18 Nov, 2011 1 commit
  13. 17 Oct, 2011 1 commit
  14. 12 Oct, 2011 1 commit
  15. 20 Sep, 2011 1 commit
  16. 15 Aug, 2011 1 commit
  17. 18 Jul, 2011 1 commit
  18. 17 Jul, 2011 1 commit
  19. 03 Jul, 2011 1 commit
  20. 07 Jun, 2011 1 commit
  21. 27 May, 2011 1 commit
  22. 11 May, 2011 1 commit
    • Martin Storsjö's avatar
      rtsp: Only do keepalive using GET_PARAMETER if the server supports it · 0b4949b5
      Martin Storsjö authored
      This is more like what VLC does. If the server doesn't mention
      supporting GET_PARAMETER in response to an OPTIONS request,
      VLC doesn't send any keepalive requests at all. After this patch,
      libavformat will still send OPTIONS keepalives if GET_PARAMETER
      isn't explicitly said to be supported.
      
      Some RTSP cameras don't support GET_PARAMETER, and will
      close the connection if this is sent as keepalive request
      (but support OPTIONS just fine, but probably don't need any
      keepalive at all). Some other cameras don't support using
      OPTIONS as keepalive, but require GET_PARAMETER instead.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      0b4949b5
  23. 04 Apr, 2011 1 commit
  24. 30 Mar, 2011 1 commit
  25. 23 Mar, 2011 1 commit
  26. 22 Mar, 2011 1 commit
  27. 19 Mar, 2011 1 commit
  28. 23 Feb, 2011 4 commits
  29. 12 Feb, 2011 1 commit
  30. 11 Feb, 2011 1 commit
  31. 30 Jan, 2011 2 commits
  32. 29 Jan, 2011 1 commit
  33. 28 Jan, 2011 2 commits