Skip to content

Commit a59f55d

Browse files
authored
Add files via upload
1 parent 74a2d76 commit a59f55d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

publish.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11142,7 +11142,7 @@ async def main():
1114211142
parser.add_argument('--debug', action='store_true', help='Show added debug information from Gsteamer and other aspects of the app')
1114311143
parser.add_argument('--buffer', type=int, default=200, help='The jitter buffer latency in milliseconds; default is 200ms, minimum is 10ms. (gst +v1.18)')
1114411144
parser.add_argument('--auto-view-buffer', action='store_true', help='Viewer mode: dynamically raise jitter buffer latency when packet loss is detected (opt-in).')
11145-
parser.add_argument('--password', type=str, nargs='?', default="someEncryptionKey123", required=False, const='', help='Specify a custom password. If setting to false, password/encryption will be disabled.')
11145+
parser.add_argument('--password', type=str, nargs='?', default="someEncryptionKey123", required=False, const='', help='Specify a custom password (wrap in quotes if it has shell-special characters). If setting to false, password/encryption will be disabled.')
1114611146
parser.add_argument('--salt', type=str, default=None, help='Specify a custom salt for encryption. If not provided, will be derived from hostname (default: vdo.ninja)')
1114711147
parser.add_argument('--hostname', type=str, default='https://vdo.ninja/', help='Your URL for vdo.ninja, if self-hosting the website code')
1114811148
parser.add_argument('--video-pipeline', type=str, default=None, help='Custom GStreamer video source pipeline')

0 commit comments

Comments
 (0)