Changes between Version 5 and Version 6 of StreamDesktop
- Timestamp:
- May 31, 2014, 1:17:26 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
StreamDesktop
v5 v6 20 20 21 21 {{{ 22 export SONIDO=$(pactl list sources |awk '/Name:/ {print $2;exit}' 22 export SONIDO=$(pactl list sources |awk '/Name:/ {print $2;exit}') 23 23 }}} 24 24 … … 34 34 35 35 {{{ 36 export PANTALLA=$(xdpyinfo | awk '/dimensions:/ { print $2; exit }' 36 export PANTALLA=$(xdpyinfo | awk '/dimensions:/ { print $2; exit }') 37 37 }}} 38 38 … … 42 42 {{{ 43 43 avconv -f pulse -i $SONIDO -f x11grab -s $PANTALLA -r 29 -i :0.0 -target pal-dv -y - |\ 44 ffmpeg2theora - -f dv -F 25:5 --speedlevel 0 --width 360 --height 240 -v 4 -a 1-c 1 -H 9600 -o - |\45 oggfwd -n 'NOMBRE' -g 'GENERO' -d 'DESCRIPCION' toussaint.mayfirst.org 8000 source /stream-de-prueba.ogv44 ffmpeg2theora - -f dv -F 25:5 --speedlevel 0 --width 360 --height 240 -v 5 -a 5 -c 1 -H 9600 -o - |\ 45 oggfwd -n 'NOMBRE' -g 'GENERO' -d 'DESCRIPCION' a.stream.mayfirst.org 8000 source /stream-de-prueba.ogv 46 46 }}} 47 47 48 Please notice you can set the name, genre, and description by replacing the words in CAPITALS. You can also replace the '/stream-de-prueba.ogv' for the right name for your stream and watch it here:48 Please notice you can set the name, genre, and description by replacing the words in CAPITALS. You can also replace the '/stream-de-prueba.ogv' for the right name for your stream, and watch it here: 49 49 50 50 http://a.stream.mayfirst.org:8000/stream-de-prueba.ogv 51 52 You can also specify video and audio quality by changing -v and -a (the higher the value the better the quality) respectively. 53 54 For more about the parameters you can use please refer to the man pages of every command 55 56 avconv http://manpages.ubuntu.com/manpages/precise/man1/avconv.1.html 57 ffmpeg2theora http://man.cx/ffmpeg2theora(1) 58 oggfwd http://man.devl.cz/man/1/oggfwd