diff --git a/.gitignore b/.gitignore index e06095b..bc1061e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ srtrelay config.toml +/.vscode \ No newline at end of file diff --git a/config.toml.example b/config.toml.example index bd66239..6fda6e3 100644 --- a/config.toml.example +++ b/config.toml.example @@ -30,7 +30,7 @@ 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 @@ -38,6 +38,9 @@ addresses = ["localhost:1337"] # 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