[Spice-devel] [PATCH spice-streaming-agent] Remove plugin settings usage
Frediano Ziglio
fziglio at redhat.com
Mon Nov 13 15:00:25 UTC 2017
Not really maintainable to add all plugins options here.
We should came up with a way to print settings dynamically.
Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
src/spice-streaming-agent.cpp | 3 ---
1 file changed, 3 deletions(-)
diff --git a/src/spice-streaming-agent.cpp b/src/spice-streaming-agent.cpp
index 11769ff..d5984bc 100644
--- a/src/spice-streaming-agent.cpp
+++ b/src/spice-streaming-agent.cpp
@@ -277,9 +277,6 @@ static void usage(const char *progname)
printf("\t--log-binary -- log binary frames (following -l)\n");
printf("\t-d -- enable debug logs\n");
printf("\t-c variable=value -- change settings\n");
- printf("\t\tprofile = [0, 1, 66, 77, 100, 244]\n");
- printf("\t\tratecontrol = constqp/vbr/cbr/2passq/2passf/2passi\n");
- printf("\t\tdwqp = 0-51\n");
printf("\t\tframerate = 1-100 (check 10,20,30,40,50,60)\n");
printf("\n");
printf("\t-h or --help -- print this help message\n");
--
2.13.6
More information about the Spice-devel
mailing list