Changes between Version 5 and Version 6 of StreamDesktop


Ignore:
Timestamp:
May 31, 2014, 1:17:26 AM (11 years ago)
Author:
https://id.mayfirst.org/kosa
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • StreamDesktop

    v5 v6  
    2020
    2121{{{
    22 export SONIDO=$(pactl list sources |awk '/Name:/ {print $2;exit}'
     22export SONIDO=$(pactl list sources |awk '/Name:/ {print $2;exit}')
    2323}}}
    2424
     
    3434
    3535{{{
    36 export PANTALLA=$(xdpyinfo | awk '/dimensions:/ { print $2; exit }'
     36export PANTALLA=$(xdpyinfo | awk '/dimensions:/ { print $2; exit }')
    3737}}}
    3838
     
    4242{{{
    4343avconv  -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.ogv
     44ffmpeg2theora - -f dv -F 25:5 --speedlevel 0 --width 360 --height 240 -v 5 -a 5 -c 1 -H 9600 -o - |\
     45oggfwd   -n 'NOMBRE' -g 'GENERO' -d 'DESCRIPCION' a.stream.mayfirst.org 8000 source /stream-de-prueba.ogv
    4646}}}
    4747
    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:
     48Please 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:
    4949
    5050http://a.stream.mayfirst.org:8000/stream-de-prueba.ogv
     51
     52You can also specify video and audio quality by changing -v and -a (the higher the value the better the quality) respectively.
     53
     54For more about the parameters you can use please refer to the man pages of every command
     55
     56avconv http://manpages.ubuntu.com/manpages/precise/man1/avconv.1.html
     57ffmpeg2theora http://man.cx/ffmpeg2theora(1)
     58oggfwd http://man.devl.cz/man/1/oggfwd