Commit 0809eab8 authored by Steve Lhomme's avatar Steve Lhomme Committed by Jean-Baptiste Kempf

sout: fix documentation

the default value for sout-mux-caching is 1.5s
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 93a89a3d
...@@ -147,7 +147,7 @@ struct sout_mux_t ...@@ -147,7 +147,7 @@ struct sout_mux_t
* for stream then we refuse all stream and start muxing */ * for stream then we refuse all stream and start muxing */
bool b_add_stream_any_time; bool b_add_stream_any_time;
bool b_waiting_stream; bool b_waiting_stream;
/* we wait one second after first stream added */ /* we wait 1.5 second after first stream added */
mtime_t i_add_stream_start; mtime_t i_add_stream_start;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment