Skip to content

Commit

Permalink
fixing some documentation related problems, meetecho#2
Browse files Browse the repository at this point in the history
  • Loading branch information
pontscho committed Mar 25, 2021
1 parent a35d1c2 commit acf04c6
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions conf/janus.plugin.streaming.jcfg.sample.in
Original file line number Diff line number Diff line change
Expand Up @@ -257,31 +257,8 @@ file-ondemand-sample: {
#rtsp_user = "username"
#rtsp_pwd = "password"
#secret = "adminpwd"

# After n seconds passed and no media assumed, the RTSP server has
# gone and schedule a reconnect.
#
# Default value is 5 seconds.
#reconnect_delay = 5

# By default the sreaming plugin will check the RTSP connection with an OPTIONS query,
# the value of the timeout is came from the RTSP session initializer and by default
# this session timeout is the half of this value.
#
# In some cases this value is can be too high (for example more than one minute)
# because of the media server. In that case this plugin will calculate the timeout
# with this formula: timeout = min(session_timeout, rtsp_session_timeout / 2).
#
# Default value is 0 seconds, then it doesn't override the RTSP server's session timeout..
#session_timeout = 0

# Communication timeout for cURL call gathering the RTSP information.
#
# Default value is 10 seconds.
# rtsp_timeout = 10

# Connection timeout for cURL call gathering the RTSP information.
#
# Default value is 5 seconds.
# rtsp_conn_timeout = 5
#}

0 comments on commit acf04c6

Please sign in to comment.