How exactly to add any command in flussonic.conf file for your all streaming ? example i would like this command in flussonic.conf file
retry_limit_10;
so where exactly i add that in flussonic.conf file and how ?
How exactly to add any command in flussonic.conf file for your all streaming ? example i would like this command in flussonic.conf file
retry_limit_10;
so where exactly i add that in flussonic.conf file and how ?
Hello,
The retry_limit
is used to set up how many times in a row Flussonic should retry attempts to send a stream to another servers. So you need to use this option when configure push url. Example of configuration:
stream breakingnews {
url publish://;
push rtmp://localhost:1935/static/breakingnews1 retry_limit=25;
See more here Pushing a Stream to Other Servers - Flussonic Manual