Jump to content


amarok4

Member Since 5 Nov 2023
Offline Last Active 18 Nov 2023 23:14
-----

Posts I've Made

In Topic: Enigma2 and BBC/ITV at 27.5W Intelsat - a big challenge

18 November 2023 - 20:56

progress but not yet decoding PMT


In Topic: Enigma2 and BBC/ITV at 27.5W Intelsat - a big challenge

18 November 2023 - 20:47

first progress

=== starting bbc_pmt_v6.py -t short -d /dev/dvb/adapter0/demux0
capmtType: short, demux: /dev/dvb/adapter0/demux0
currentSid: 0x4489
trying with demux /dev/dvb/adapter0/demux0
pmtPid: 0x19fa
Traceback (most recent call last):
  File "/usr/bin/bbc_pmt_v6.py", line 96, in <module>
    capmt = bytearray("\x9f\x80\x32\x00\x03") # capmt start
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: string argument without an encoding
=== bbc_pmt_v6.py -t short -d /dev/dvb/adapter0/demux0 exited...

=== starting bbc_pmt_v6.py -t short -d /dev/dvb/adapter0/demux3
capmtType: short, demux: /dev/dvb/adapter0/demux3
currentSid: 0x1100
trying with demux /dev/dvb/adapter0/demux3
pmtPid: 0x01f4
Traceback (most recent call last):
  File "/usr/bin/bbc_pmt_v6.py", line 96, in <module>
    capmt = bytearray("\x9f\x80\x32\x00\x03") # capmt start
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: string argument without an encoding
=== bbc_pmt_v6.py -t short -d /dev/dvb/adapter0/demux3 exited...


In Topic: Enigma2 and BBC/ITV at 27.5W Intelsat - a big challenge

18 November 2023 - 19:55

=== starting bbc_pmt_v6.py -t short -d /dev/dvb/adapter0/demux0
  File "/usr/bin/bbc_pmt_v6.py", line 92
    currentSidI = int(currentSid, 16)
IndentationError: unexpected indent
=== bbc_pmt_v6.py -t short -d /dev/dvb/adapter0/demux0 exited...


In Topic: Enigma2 and BBC/ITV at 27.5W Intelsat - a big challenge

18 November 2023 - 19:25

root@vusolo4k:~# python -V
Python 3.11.2

root@vusolo4k:~# bbc_pmt_v6.py -t short -d /dev/dvb/adapter0/demux3
  File "/usr/bin/bbc_pmt_v6.py", line 30
    if len(lsDemux) == 0:
TabError: inconsistent use of tabs and spaces in indentation
root@vusolo4k:~# bbc_pmt_v6.py -t short -d /dev/dvb/adapter0/demux0
  File "/usr/bin/bbc_pmt_v6.py", line 30
    if len(lsDemux) == 0:
TabError: inconsistent use of tabs and spaces in indentation
root@vusolo4k:~# bbc_pmt_v6.py -t long -d /dev/dvb/adapter0/demux3
  File "/usr/bin/bbc_pmt_v6.py", line 30
    if len(lsDemux) == 0:
TabError: inconsistent use of tabs and spaces in indentation
root@vusolo4k:~# bbc_pmt_v6.py -t long -d /dev/dvb/adapter0/demux0
  File "/usr/bin/bbc_pmt_v6.py", line 30
    if len(lsDemux) == 0:
TabError: inconsistent use of tabs and spaces in indentation
=== starting bbc_pmt_v6.py -t short -d /dev/dvb/adapter0/demux0
  File "/usr/bin/bbc_pmt_v6.py", line 29
    print(file)
    ^
IndentationError: expected an indented block after 'for' statement on line 28
=== bbc_pmt_v6.py -t short -d /dev/dvb/adapter0/demux0 exited...

:(