How to support ISM + SSM (1)
Typical broadcast receiver application get address information from SDP style session information system.
- Add support for source addresses.
- Use IGMPv3 API.
- If session info contains source address(es):
- Use IGMPv3 INCLUDE membership API call(s).
- Will work with ISM and SSM.
-
- If session is does not contain source addresses:
- Use simple group-join (I.e.: IGMPv3 EXCLUDE({},G) ).
- Must use addresses not within the SSM-range.