Opened 15 years ago
Closed 15 years ago
#64 closed enhancement (fixed)
option to start xpra sessions with jpeg compression
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | minor | Milestone: | 0.9.2 |
Component: | Client | Keywords: | |
Cc: |
Description
Must add:
- UI for when xpra is selected (simple checkbox)
- pass option to server.
Should also generalize options so that dimensions used for vnc/nx, and now jpeg for xpra, etc.. are passed generically, without needing to bump the protocol version for changes.
Could also be a bit more clever and auto-select jpeg for certain types of applications: media players, browser?, etc.
Change History (2)
comment:1 Changed 15 years ago by
Milestone: | 1.0 → 0.9.2 |
---|---|
Owner: | changed from Antoine Martin to Antoine Martin |
Status: | new → accepted |
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
done in r1926
Kept screen_size as a non-generic param to keep backwards compatibility.
Still need to allow runtime changes to option. (clients may wish to use different jpeg-quality options)