default bps to 256000 (same as VBAN-Text-Client SDK example) see https://github.com/vburel2018/VBAN-Text-Client

patch bump
This commit is contained in:
2025-01-25 02:06:42 +00:00
parent c9c365ac54
commit 91feccc509
4 changed files with 13 additions and 2 deletions

View File

@@ -81,7 +81,7 @@ class FactoryBase(VbanCmd):
'ip': 'localhost',
'port': 6980,
'streamname': 'Command1',
'bps': 0,
'bps': 256000,
'channel': 0,
'ratelimit': 0.01,
'timeout': 5,