@@ -105,7 +105,7 @@ In unicast streaming over UDP, a simplified representation of the network would
"Streaming Device \n IP: 192.168.0.101" -> "Receiving Device \n IP: 192.168.0.102" [label="The server \"pushes\" the stream to\nthe client's IP at the specified port."]
The syntax to stream and receive unicast or multicast UDP streams with VLC is almost the same as the IPv4 syntax. The only difference is that you have to wrap the IPv6 address with brackets.
- :dfn:`flgs` : defines special flags related to the multicast group. For streaming purpose, you should use the single 1 value (temporary multicast address). See `the related RFC4291 section <https://datatracker.ietf.org/doc/html/rfc4291#section-2.7>`_ for more details about multicast flags.
- :dfn:`scop` : defines the "scope" of the multicast group, which describes up to where the group should be spanned. Notable scopes that can be used for local streaming are:
- ``1`` for interface-local (restricted to the machine, for purely "localhost" streaming)
- ``2`` for link-local (related to the link-local addresses, so restricted to the closest peers)
- ``3,4,5,8`` for respectively ``realm-local``, ``admin-local``, ``site-local`` and ``organization-local`` which are different levels of span. For a complete list of scopes, see `The related RFC7346 section <https://datatracker.ietf.org/doc/html/rfc7346#section-2>`_.
.. note:: For a simple UDP multimedia stream over multicast IPv6 that will be spanned on a LAN, **good candidates** are the ranges ``FF13::/16``, ``FF14::/16``, ``FF15::/16`` or ``FF18::/16``.
For more information on multicast IPv6 address format, read `This section of RFC4291 <https://datatracker.ietf.org/doc/html/rfc4291#section-2.7>`_.