jbilcke-hf's picture
jbilcke-hf HF staff
let's try a hack
98775da
raw
history blame contribute delete
190 Bytes
#!/bin/bash
echo "creating the storage folders.."
mkdir -p $WEBTV_VIDEO_STORAGE_PATH
mkdir -p $WEBTV_AUDIO_STORAGE_PATH
echo "create the named pipes.."
mkfifo video.pipe
mkfifo audio.pipe