mirror of
https://projects.vdr-developer.org/git/vdr-plugin-streamdev.git
synced 2023-10-10 17:16:51 +00:00
Fixed sysctl command
This commit is contained in:
parent
53a07a9dfa
commit
22ff6d0801
4
README
4
README
@ -265,11 +265,11 @@ You might want to increase this up to "number_of_channels + 1". Note that it's
|
|||||||
"number_of_channels", not "maximum_channel_number".
|
"number_of_channels", not "maximum_channel_number".
|
||||||
|
|
||||||
#First 100 channels:
|
#First 100 channels:
|
||||||
bash# sysctl -w sys.net.ipv4.igmp_max_memberships=101
|
bash# sysctl -w net.ipv4.igmp_max_memberships=101
|
||||||
|
|
||||||
#All channels:
|
#All channels:
|
||||||
bash# COUNT=$(grep -c '^[^:]' PATH_TO_YOUR/channels.conf)
|
bash# COUNT=$(grep -c '^[^:]' PATH_TO_YOUR/channels.conf)
|
||||||
bash# sysctl -w sys.net.ipv4.igmp_max_memberships=$COUNT
|
bash# sysctl -w net.ipv4.igmp_max_memberships=$COUNT
|
||||||
|
|
||||||
A multicast server never knows how many clients are actually receiving a stream.
|
A multicast server never knows how many clients are actually receiving a stream.
|
||||||
If a client signals that it leaves a multicast group, the server has to query
|
If a client signals that it leaves a multicast group, the server has to query
|
||||||
|
Loading…
x
Reference in New Issue
Block a user