stream-utils

Des scripts pour streamer - retour accueil

git clone git://bebou.netlib.re/stream-utils

Log | Files | Refs |

micro (161B)


      1 #! /bin/sh
      2 
      3 ffmpeg \
      4   -f alsa -i default \
      5   -c:a libmp3lame -b:a 96K \
      6   -content_type audio/mpeg \
      7   icecast://source:password@bebou.netlib.re:1111/test.mp3
      8