summaryrefslogtreecommitdiff
path: root/Tools/schnitt/play
blob: 0c43bff5f4c0737e303302fe323e208f9a5d89f4 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
if [ "$1" != "" ]; then
  vmount "$1"
fi
ssh dvb2 /usr/local/bin/my/novdr
sleep 1s
cat /mnt/*/* | buffer -b 1000 -S 1024 | ssh dvb2 play2
ssh dvb2 rm /tmp/novdr
umount /mnt/*