An error occurred fetching the project authors.
- 26 Jun, 2005 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 25 Jun, 2005 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 23 Jun, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-
- 31 May, 2005 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
- automatically select SAP multicast address (closes #141) - some clean up
-
- 07 Feb, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-
- 05 Feb, 2005 1 commit
-
-
Rémi Denis-Courmont authored
* fix bug in previous SAP commit
-
- 07 Nov, 2004 1 commit
-
-
Rémi Denis-Courmont authored
-
- 06 Nov, 2004 1 commit
-
-
Yoann Peronneau authored
-
- 29 Aug, 2004 1 commit
-
-
Clément Stenac authored
-
- 10 Aug, 2004 1 commit
-
-
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???
-
- 04 Aug, 2004 1 commit
-
-
Derk-Jan Hartman authored
* Removed the old SAP code. announce.? in modules/stream_out is still required for SLP announces.
-
- 18 Apr, 2004 2 commits
-
-
Clément Stenac authored
-
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
-