Changes between Version 3 and Version 4 of StreamDesktop


Ignore:
Timestamp:
May 30, 2014, 9:14:15 PM (11 years ago)
Author:
https://id.mayfirst.org/kosa
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • StreamDesktop

    v3 v4  
    11= Streaming what is on your desktop =
    22
    3 You might need to stream everything happening in you desktop (as if you want others to be able to watch a videoconference going on live.mayfirst.org wothout them being on the room) and here's an easy way to do it with a single command line (3 commands being piped all together).
     3You might need to stream everything happening in you desktop (as if you want others to be able to watch a videoconference going on live.mayfirst.org without them being on the room) and here's an easy way to do it with a single command line (3 commands being piped all together).
    44
    55You would need to use a Debian based distro and install these packages:
     
    1212{{{
    1313pactl list sources |grep alsa_output
    14 
    1514}}}
    1615
     
    2019{{{
    2120export SONIDO=$(pactl list sources |awk '/Name:/ {print $2;exit}'
    22 
    2321}}}
    2422
     
    2826{{{
    2927xdpyinfo | awk '/dimensions:/ { print $2; exit }'
    30 
    3128}}}
    3229
     
    3633{{{
    3734export PANTALLA=$(xdpyinfo | awk '/dimensions:/ { print $2; exit }'
    38 
    3935}}}
    4036