|
|
@@ -13,6 +13,14 @@ ssh pi@ip_address_of_Pi_target_device
|
|
|
The default passowrd is:
|
|
|
raspberry
|
|
|
|
|
|
+Start the tune tool.
|
|
|
+
|
|
|
+$ cd /home/pi/Desktop/sonyEw100/tuneTool
|
|
|
+$ ./tune -c channels.conf -r 'BTV'
|
|
|
+[keep it running in one console]
|
|
|
+
|
|
|
+*Note: use BTV as a channel name since it is the only one well
|
|
|
+scanned channel available in the channels.conf file.
|
|
|
|
|
|
The status messages have the following meaning:
|
|
|
|
|
|
@@ -32,10 +40,6 @@ If everything is alright and all frontend circuits are working stable
|
|
|
ON THE PI Device
|
|
|
|
|
|
|
|
|
-$ cd /home/pi/Desktop/sonyEw100/tuneTool
|
|
|
-$ ./tune -c channels.conf -r 'BTV'
|
|
|
-[keep it running in one console]
|
|
|
-
|
|
|
The output of the program should look like this:
|
|
|
|
|
|
using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
|
|
|
@@ -61,7 +65,6 @@ takes the output of an audio/video encoder(MPEG2) stream. The content
|
|
|
of the outfile is in PES(Packetized Elementary Stream) packets.
|
|
|
|
|
|
*Notice that the audio pid must match the one of our channel.
|
|
|
-It is also displayed on line 19.
|
|
|
|
|
|
$ cd /home/pi/Desktop/sonyEw100/pesTool
|
|
|
$ ./test_pes 0x13f9 audioPes
|