Changes between Initial Version and Version 1 of Ticket #2861, comment 15
- Timestamp:
- 10/31/20 14:51:38 (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2861, comment 15
initial v1 37 37 ---- 38 38 39 PS: r27821 also adds more details on the source and sink elements (where we get audio from the OS / hand audio over to the OS), including lots of attributes that may or may not be relevant. 40 Server side, these can be seen with `xpra info :20 | grep "speaker.src". 41 Client side, you need r27822. And then you can use `xpra info` to query the client (#2743): 42 {{{ 43 xpra info /run/user/1000/xpra/clients/$HOSTNAME-$CLIENT_PID | grep sink 44 }}} 45 46 ---- 47 39 48 There are beta builds with these changes here: [https://xpra.org/beta/] 40 49 Let me know how you get on!