1
1
Fork 0

removed rest of vlc stuff

This commit is contained in:
David Starzengruber 2010-11-24 11:19:42 +01:00
parent ea33c135ec
commit ec8ad647a4
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
#!/bin/bash
#########################################################################
## this script streams an audiofile on http port 8080 in a endless loop##
#########################################################################
## which file?
file="/home/david/Dropbox/the_band/tabakfabrikuncut.mp3"
## this should do it
vlc -L -Idummy $file --sout "#transcode{acodec=mpga,ab=128,channels=2,samplerate=44100}:std{access=http,mux=ts,dst=0.0.0.0:8080}"