An error occurred fetching the project authors.
  1. 26 Jun, 2005 3 commits
  2. 25 Jun, 2005 2 commits
  3. 23 Jun, 2005 1 commit
  4. 31 May, 2005 2 commits
  5. 07 Feb, 2005 1 commit
  6. 05 Feb, 2005 1 commit
  7. 07 Nov, 2004 1 commit
  8. 06 Nov, 2004 1 commit
  9. 29 Aug, 2004 1 commit
  10. 10 Aug, 2004 1 commit
    • Derk-Jan Hartman's avatar
      * include/stream_output.h: add a ip_version field to sap_address_t · 06f5e605
      Derk-Jan Hartman authored
        This way we can later on set IP6 instead of IP4 in a SDP.
      * modules/stream_out/rtp.c: accept sdp=sap as a valid option.
      * src/stream_output/sap.c: 
        - Set the SAP packet Hash headerfield to a unique value based on mtime
          Patch by Philippe van Hecke <philippe at belnet dot be>
        - Set SAP packet IPv6 field to 1 if we are a ipv6 session
        - Made some preperations for setting the origin ip address in the header as well,
          anyone any ideas on how to retrieve the current origin IP address???
      06f5e605
  11. 04 Aug, 2004 1 commit
  12. 18 Apr, 2004 2 commits
    • Clément Stenac's avatar
      Make the SAP parser happier · 609daab5
      Clément Stenac authored
      609daab5
    • Clément Stenac's avatar
      * ALL: Better announce system · fab59c05
      Clément Stenac authored
        - The SAP handler now runs in a separate thread.
        - RTP sessions can be announced with sap (sdp=sap://,name=...)
      	TODO: Make this more configurable
        - Better SDP generation (the timestamp problem is not resolved)
      	About this, there is a problem : as, for a RTP session, the URI
              is the complete SDP, if the session is recreated, as the URI has 
              changed, a new item is added to the playlist
        - Experimental flow control algorithm :
             It does not follow the "Recommended" implementation, as it needs
             to count the sessions (to achieve this, we should make this work
             together with the SAP listener)
             It is disabled by default (use --sap-flow-control to enable).
             When it is disabled, sap announcement interval is set by --sap-interval
      
      * src/misc/net.c : created net_ReadNonBlock
      * sap.c : Fixed memory problem
      
      
      
      fab59c05