EnoSat
Well Known Member
- Messages
- 2,371
-this ?I also agree I would like to lean what each of the Hex numbers mean so I can troubleshoot this myself plus help others.
i' Want to build for AArch64 in enigma
but astra-sm support only ARM & MIPS
Yes, I had all that since yesterday. The v. of tvh is 4.3-2000~g462c76ec1 and is configured as both plain and digest, although I tested the two separately. The user also put it as admin.
with 127.0.0.1/32
Traceback (most recent call last):
File "./tvh-json.py", line 187, in <module>
main(sys.argv)
File "./tvh-json.py", line 182, in main
globals()[cmd](*argv[2:])
File "./tvh-json.py", line 126, in do_export
body = do_get0('raw/export', {'uuid':args[0]})
File "./tvh-json.py", line 112, in do_get0
resp = TVHeadend(path).post(query)
File "./tvh-json.py", line 97, in post
return self._push(data, method='POST')
File "./tvh-json.py", line 88, in _push
r = Response(opener.open(request))
File "/usr/lib/python2.7/urllib2.py", line 429, in open
response = self._open(req, data)
File "/usr/lib/python2.7/urllib2.py", line 447, in _open
'_open', req)
File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain
result = func(*args)
File "/usr/lib/python2.7/urllib2.py", line 1235, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "/usr/lib/python2.7/urllib2.py", line 1205, in do_open
raise URLError(err)
urllib2.URLError: <urlopen error [Errno 111] Connection refused>
What is a Verification Command?then you have to modify the verification commands according to your data, you can't use mine
Don’t let it, it’s narrow.
I can't, the channels always disappear, can I have a backup octagon sf4008?Works on Octagon SF 4008 and Edition OS mio 4K. I was finally able to set the channel correctly in lamedb and have it not disappear. I had everything fine except the channels in userbouquet, I put them as always before. I copied the channels from the clief list, then I saw the difference. I was not able to see that these should be written differently.
root@zgemmah9combo:~# astra --analyze http://localhost:8001/1:0:1:70A:EA7E:1:CE4AAAA:0:0:0: Nov 24 11:40:55: INFO: Starting Astra SM 0.2 Nov 24 11:40:56: INFO: Bitrate: 0 Kbit/s
Don’t let it, it’s narrow.
Traceback (most recent call last):
File "./tvh-json.py", line 187, in <module>
main(sys.argv)
File "./tvh-json.py", line 182, in main
globals()[cmd](*argv[2:])
File "./tvh-json.py", line 126, in do_export
body = do_get0('raw/export', {'uuid':args[0]})
File "./tvh-json.py", line 112, in do_get0
resp = TVHeadend(path).post(query)
File "./tvh-json.py", line 97, in post
return self._push(data, method='POST')
File "./tvh-json.py", line 88, in _push
r = Response(opener.open(request))
File "/usr/lib/python2.7/urllib2.py", line 429, in open
response = self._open(req, data)
File "/usr/lib/python2.7/urllib2.py", line 447, in _open
'_open', req)
File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain
result = func(*args)
File "/usr/lib/python2.7/urllib2.py", line 1235, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "/usr/lib/python2.7/urllib2.py", line 1205, in do_open
raise URLError(err)
urllib2.URLError: <urlopen error [Errno 111] Connection refused>
TVH_API=env('TVH_API_URL', 'http://localhost:9981/api')
This is what initially gave me this mistake.Still seems like TVHeadend is blocking it in some way if the connection is refused (the error comes from the Python code inside the script trying to do the API request to TVHeadend).
You might need to adjust the 'allowed networks' setting for the user you're using, and adjust line 26 in tvh-json.py until it lets you do it -
Code:TVH_API=env('TVH_API_URL', 'http://localhost:9981/api')
(Maybe try "http://127.0.0.1:9981/api"?)
For me it works with allowed networks as 127.0.0.1/32, and the default line above in tvh-json.py, running on the same machine of course.
transponders
0ce4aaaa:ea7e:0001
s 10922000:16400000:1:3:-300:2:0:1:2:0:2
If in lamedb is created transponder without services like this, then edit as seen above:
0ce40000:ea7e:0001
s 10922000:16400000:1:3:-300:2:0:1:2:0:2
Remeber deactivate Enigma 2 with "init 4" and reactivate with "init 3"
services
070a:0ce4aaaa:ea7e:0001:1:0:0
Abertis PID 802
p:ABERTIS:c:031fff,c:150322,C:2600,f:4
#SERVICE 1:64:4E6:0:0:0:0:0:0:0::(TV) 10922 V 16400 3/4 802
#DESCRIPTION (TV) 10922 V 16400 3/4 802
#SERVICE 1:0:1:30D5:A:22D4:0:0:0:0:http%3a//0.0.0.0%3a9999/abertis/pid802plp0:TVE UHD [802]
#DESCRIPTION TVE UHD [802]
#SERVICE 1:0:1:30D6:A:22D4:0:0:0:0:http%3a//0.0.0.0%3a9999/abertis/pid802plp0:UHD-2 [802]
#DESCRIPTION UHD-2 [802]
make_channel({
name = "Abertis PID 802",
input = {
"http://localhost:8001/1:0:1:70A:EA7E:1:CE4AAAA:0:0:0:",
},
transform = {{
format = "pipe",
command = "/etc/astra/scripts/abertis 802",
}},
output = {
"http://0.0.0.0:9999/abertis/pid802",
},
})
f10992abertis0 = make_t2mi_decap({
name = "Abertis PID 802",
input = "http://0.0.0.0:9999/abertis/pid802",
plp = 0,
pnr = 0,
pid = 4096,
})
make_channel({
name = "10992plp0",
input = {
"t2mi://f10992abertis0",
},
output = {
"http://0.0.0.0:9999/abertis/pid802plp0",
},
})
F 070A1FFF 00 xxxxxxxxxxxxxxxx ;ABERTIS HS200.1 0322_802 (30W/10922V) TVE 4K
F 070A1FFF 01 xxxxxxxxxxxxxxxx ;ABERTIS HS200.1 0322_802
net.core.rmem_default = 16777216
net.core.rmem_max = 16777216
net.core.wmem_default = 16777216
net.core.wmem_max = 16777216
net.ipv4.udp_mem = 8388608 12582912 16777216
net.ipv4.tcp_rmem = 4096 87380 8388608
net.ipv4.tcp_wmem = 4096 65536 8388608
net.ipv4.tcp_tw_recycle = 0
Works perfectly on OS mio+ 4K, and also on Octagon SF 4008. I suppose that also on Octagon SF 8008, but I still haven't tested on it.Does it work smoothly on OS MIO 4K?
Also works perfectly on Octagon SF 8008, tested.Works perfectly on OS mio+ 4K, and also on Octagon SF 4008. I suppose that also on Octagon SF 8008, but I still haven't tested on it.
I use the text editor "NotePad++, and send the orders by Telnet with "Dreambox Control Center Enigma 2".I did not understand with which program you change the lamedb? Do I use an FTP program?
0ce40000:ea7e:0001
s 10922000:16400000:1:7:-300:2:0:1:2:0:2
/
070a:0ce40000:ea7e:0001:1:0:0
Abertis PID 802
p:ABERTIS:c:031fff,c:150322,C:2600,f:1
root@zgemmah9combo:~# astra --analyze http://localhost:8001/1:0:1:70A:EA7E:1:CE40000:0:0:0:
Nov 25 06:19:00: INFO: Starting Astra SM 0.2
Nov 25 06:19:00: INFO: PAT: tsid: 60030
Nov 25 06:19:00: INFO: PAT: pid: 16 NIT
Nov 25 06:19:00: INFO: PAT: pid: 802 PMT pnr: 1802
Nov 25 06:19:00: INFO: PAT: crc32: 0x6782915C
Nov 25 06:19:01: INFO: Bitrate: 33162 Kbit/s
Nov 25 06:19:01: ERROR: Scrambled: 802=20888
Nov 25 06:19:02: INFO: Bitrate: 34741 Kbit/s
Nov 25 06:19:02: ERROR: Scrambled: 802=23097
Nov 25 06:19:03: INFO: Bitrate: 34742 Kbit/s
Nov 25 06:19:03: ERROR: Scrambled: 802=23098
Nov 25 06:19:04: INFO: Bitrate: 34742 Kbit/s
Nov 25 06:19:04: ERROR: Scrambled: 802=23098
^CNov 25 06:19:05: INFO: [main] shutting down
root@zgemmah9combo:~#