This is my first attempt to write software for a satellite dish positioner that is compatible with the Diseqc-1.2 protocol.
I have followed the application note from Eutelsat (included in docs/).You can also use xdipo (X Dish Positioner) to tune to a transponder, record transpost stream,xdipo has timers you can set for recording. xdipo can both be used from a script and with the GUI.
You need to somehow find out the pids in the stream, then you can watch at the same time with for example: cat mystream.ts | ts2pes 4416 4417 | mplayer -cache 8192 -vop pp=0x20000 - ts2pes is part of the dvb-0.9.4 driver from linuxtv.org
For example
http://www.kingofsat.net has info on satellites, transponders and PIDs.
If you can find the program jpinfo (
http://panteltje.com/panteltje/satellite/jpinfo-0.1.tgz ) then you could record like this:
xdipo -c 1 -g '8.5 E' -f 12480 -p v -s 27500 -a 8192 -o | jpinfo -p 46 | jpvtx 34 > myfile.ts or view:
xdipo -c 1 -g '8.5 E' -f 12480 -p v -s 27500 -a 8192 -o | jpifo -p 46 | jpvtx 34 | xine -D -gf stdin:/
This also works with jpcam.
Please do man xdipo to read about the new cool features. Even better is to open the file xdipo.1x in a text editor, as 'man'
reformats everything.
For examples have a look at the included script 'show'
gibt es für den bastelwütigen hier: h**p://upload.dvhk.pl/content.php?id=80029
Das Forum des Entwicklers ist zu finden unter: http://w*w.dvbhispano.com/ <-- Achtung, sehr spanisch