aboutsummaryrefslogtreecommitdiffstats
path: root/examples/vlc/encoder/event-hls.sh
blob: 6b642c4eec70cc58502327c9045256106f33a6bd (plain)
1
2
3
4
5
#!/bin/sh
while :; do
vlc -vv -I dummy --live-caching 0 http://cubemap.tg14.gathering.org/event.flv vlc://quit --sout='#std{access=livehttp{seglen=10,delsegs=true,numsegs=5,index=/srv/stream.tg14.gathering.org/hls/event.m3u8,index-url=http://stream.tg14.gathering.org/hls/event-########.ts},mux=ts{use-key-frames},dst=/srv/stream.tg14.gathering.org/hls/event-########.ts}'
	sleep 2
done