Custom Query (230 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (64 - 66 of 230)

Ticket Owner Reporter Resolution Summary
#88 Antoine Martin Antoine Martin fixed sound support: use gstreamer+pulseaudio to provide efficient sound in/out over network
Description

What we have there kinda works, but there are many issues that need improving/resolving:

  • bandwidth: pulseaudio's TCP protocol is a bandwidth pig... We must ensure we only use it over fast links (need better detection?)

Edit: see original description for the approach that was abandoned (pure pulseaudio)

#89 Antoine Martin Antoine Martin fixed xvnc status updates by watching server output (like nx does)
Description

We should probably watch the output of the Xvnc process like we do for NX. Looks like we can detect if the session is connected or not: vncext: Listening for VNC connections on port 16064 Means no need to test using a wait_for_socket. Connections: accepted: 127.0.0.1::51920 Means we can remove the need for the client to set the CONNECTED status. Connections: closed: 127.0.0.1::51920 (Clean disconnection) As above for AVAILABLE.


Log Xvnc output to file ~/.Xvnc/:DISPLAY.log

Note: the code has only been tested with tigervnc...

#99 Antoine Martin Antoine Martin fixed bump tigervnc to 1.0.1 (or even 1.1 if it is out)
Description

Can't find the release notes, so I don't know how important this is..

Note: See TracQuery for help on using queries.