stream-utils

Des scripts pour streamer - retour accueil

git clone git://bebou.netlib.re/stream-utils
Log | Files | Refs |

soundgrab (222B)


      1 #! /bin/sh
      2 
      3 # interface son obtenue avec
      4 # pactl list short sources
      5 
      6 ffmpeg -f pulse \
      7 	   -i alsa_output.pci-0000_00_1f.3.analog-stereo.monitor \
      8 	   -ac 2 \
      9 	    icecast://source:password@bebou.netlib.re:1111/coucou.ogg