Skip to content

Commit

Permalink
update example config
Browse files Browse the repository at this point in the history
  • Loading branch information
iSchluff committed Nov 6, 2023
1 parent 6bbb6e6 commit 01b15b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
srtrelay
config.toml
/.vscode
5 changes: 4 additions & 1 deletion config.toml.example
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,17 @@ addresses = ["localhost:1337"]

# SRT protocol `listen_timeout`, value set in milliseconds. Sets the socket listen timeout, or the
# maximum time to wait for a response from the client before dropping the connection
#listen_timeout = 3000
#listenTimeout = 3000

# Experimental: synchronize MPEG-TS clients to a GOP start
# This should not increase playback delay, just make sure the client always
# starts with a clean packet stream.
# Currently just implemented for H.264
#syncClients = false

# Set packet size in Bytes for SRT socket, 1316 Bytes is generally used for MPEG-TS the maximum is 1456 Bytes
#packetSize = 1316

[api]
# Set to false to disable the API endpoint
#enabled = true
Expand Down

0 comments on commit 01b15b4

Please sign in to comment.