aboutsummaryrefslogtreecommitdiffstats
path: root/examples/old-stream-stuff/transcode/flash.sh
blob: 3c42a8cac01a464272a455c3af6a4e2ef82b8179 (plain)
1
2
3
4
5
6
#!/bin/sh
# udp://@:5013
while :; do
vlc --intf dummy -vvv http://vivace.tg12.gathering.org:5013/stream.flv vlc://quit --network-caching 2000 --sout-mux-caching 3000 --sout "#std{access=http{mime=video/x-flv},dst=:5013/stream.flv}"
	sleep 1
done