mirror of
https://github.com/uk0/camostream.git
synced 2026-08-29 08:49:44 +00:00
5 lines
189 B
Bash
Executable File
5 lines
189 B
Bash
Executable File
#!/bin/bash
|
|
|
|
./camostream -role=client -mode=tcp -listen=:37001 -server=127.0.0.1:39001 \
|
|
-bitrate-mbps=20 -decoy-rps=10 \
|
|
-pcap=tcp_client.pcap -pcap-max-mb=50 -metrics=:9101 -log=info |