]> git.sesse.net Git - vlc/commit
* include/stream_output.h: add a ip_version field to sap_address_t
authorDerk-Jan Hartman <hartman@videolan.org>
Tue, 10 Aug 2004 15:02:11 +0000 (15:02 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Tue, 10 Aug 2004 15:02:11 +0000 (15:02 +0000)
commit06f5e60542215c34429398e4df0c877e5826bbe2
tree5e5a9f5dac632e7a13b8f0884e8bdce3294a682f
parent46c00c6b841ca2dcb85c39f9b75a494f5ae4e08b
* include/stream_output.h: add a ip_version field to sap_address_t
  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???
THANKS
include/stream_output.h
modules/stream_out/rtp.c
src/stream_output/sap.c