Dave Chapman wrote: > dvbstream -c 1 -f 10773 -p h -s 22000 -o 2304 2306 > file.ts Sorry, ignore the "-c 1" - I copied and pasted from one of my scripts. In your case I think it should just be: dvbstream -f 10773 -p h -s 22000 -o 2304 2306 > file.ts Dave.