Where do I find bbc_pmt_v6.py? I'd like to give it a try as I seem to have a mixed up lamedb probably full of redundant parameters. Should lamedb be different for OpenATV and OpenPli?
The script works correctly only in Py2.
Posted 6 February 2024 - 22:59
Where do I find bbc_pmt_v6.py? I'd like to give it a try as I seem to have a mixed up lamedb probably full of redundant parameters. Should lamedb be different for OpenATV and OpenPli?
The script works correctly only in Py2.
Posted 7 February 2024 - 06:51
In Denmark, the NorthSea beam can already be interfered with by the MedCentral beam
capture_002_04022024_163924.png capture_001_04022024_163904.png
Hi EnoSat.
Ive done a bit more testing, and i do see a signal on 11044V, and can see its a QPSK at 44110 SR and 9/10.
It is too weak to get a signal lock for channel search. There is a signal right below it with out any guardband, maybe thats a signal from the Medcentral beam.
I will do some more testing, and report back, if im able to get any more useful data.
Cheers
Posted 7 February 2024 - 14:18
Where do I find bbc_pmt_v6.py? I'd like to give it a try as I seem to have a mixed up lamedb probably full of redundant parameters. Should lamedb be different for OpenATV and OpenPli?
The script works correctly only in Py2.
Thanks for the info, I found it and tried this morning on my Zgemma h9s with OpenPli but didn't get far.
I would really like to find a comprehensive explanation of how lamedb is derived as I have two boxes that both decode 27.5w but have entries that differ.
Posted 7 February 2024 - 16:09
In Denmark, the NorthSea beam can already be interfered with by the MedCentral beam
capture_002_04022024_163924.png capture_001_04022024_163904.png
Hi EnoSat.
Ive done a bit more testing, and i do see a signal on 11044V, and can see its a QPSK at 44110 SR and 9/10.
It is too weak to get a signal lock for channel search. There is a signal right below it with out any guardband, maybe thats a signal from the Medcentral beam.
I will do some more testing, and report back, if im able to get any more useful data.
Cheers
This morning the signal locks and I can now confirm the channels are there. But it's having a hard time keeping the signal lock.
Cheers
Posted 7 February 2024 - 22:11
The problem is not V/H, but 11043V North Sea vs. 11014V EuroSpot 2 (MedCentral)
Posted 7 February 2024 - 22:18
p:satback,c:001839,c:031839,c:050001,c:0918390101,c:100004,c:11183a,c:12183a,C:2600,f:1005
vs
p:BBC, c:001839,c:031839,c:050001,c:09183d0101, c:12183a,c:161838,f:1400 (from your post)
f:4 (f:1005) - A/V PIDs must be entered
f:400 (f:1400) - A/V PIDs do not need to be specified
the description of parameter f is also given on this forum, just look it up
Posted 8 February 2024 - 12:02
p:satback,c:001839,c:031839,c:050001,c:0918390101,c:100004,c:11183a,c:12183a,C:2600,f:1005
vs
p:BBC, c:001839,c:031839,c:050001,c:09183d0101, c:12183a,c:161838,f:1400 (from your post)f:4 (f:1005) - A/V PIDs must be entered
f:400 (f:1400) - A/V PIDs do not need to be specifiedthe description of parameter f is also given on this forum, just look it up
"f" means "flag".
I documented this as best I could a few years ago.
https://github.com/o...E.txt#L501-L624
Posted 8 February 2024 - 13:41
Thanks Huevos,
---------------------------------------------------------------------------------------------- lamedb cached PID data ---------------------- c:00xxxx = video pid c:01xxxx = audio pid (MPEG) c:02xxxx = Teletext pid c:03xxxx = PCR pid c:04xxxx = audio pid (AC3) c:100007 + c:11xxxx = audio pid (AC3+) ??? c:100004 + c:11xxxx = audio pid (HE-AAC) ??? c:10xxxx = cached volume level ??? c:11xxxx = audio pid (AAC) ---------------------------------------------------------------------------------------------- lamedb service flags -------------------- dxNoSDT=1, // don't fetch SDT dxDontshow=2, // don't show service in all services list dxNoDVB=4, // dont use PMT for this service ( use cached pids ) dxHoldName=8, // don't change service name if label differs in the SDT dxNewFound=64, // show in last scanned bouquet ( until next restart ) dxIsDedicated3D=128, // 3D channel dxIsParentalProtected=256, // service with parental protection dxHideVBI=512, // Hide VBI line (dotted line along top of screen on some channels ) dxIsScrambledPMT=1024, // identical to dxNoDVB when used in pmt.cpp and in servicedvbstream.cpp used to record cached pids dxCenterDVBSubs=2048, // Centre DVB subtitles dxNoEIT=4096, // disable EIT event parsing when using EPG_IMPORT
It is a bit different from what EnoSat is saying.
Your "numbers" look binary. But f:400 and f:1000 do not seem binary but I am not a coder, so I may not understand it all.
Edited by Robinson, 8 February 2024 - 13:41.
ET9000, OpenPLi 4.0, 13E, 19E
HD51, OpenPLi 6.2, 75E - 30W
Posted 8 February 2024 - 15:32
as I wrote in post 1886, a simple description is also here on the forum, but no one is allowed to use the Search
https://forums.openp...-2#entry1383580
Posted 9 February 2024 - 00:50
Because Huevos wrote it for you in DEC, but you have to enter it in the file in HEX
The flags are in dec in the C++ code.
https://github.com/O...dvb.h#L321-L330
Just not in lamedb.
Edited by Huevos, 9 February 2024 - 00:53.
Posted 9 February 2024 - 01:42
Do you get subtitles on ITV HD with these parameters in lamedb?
44c8:0cfdace7:1000:0001:25:0:0 ITV HD p:satback,c:001839,c:031839,c:050001,c:0918390101,c:100004,c:11183a,c:12183a,C:2600,f:1405
Yes, I see subtitles on my Dreambox DM800se. These are the lines:
Posted 9 February 2024 - 08:49
Where do I find bbc_pmt_v6.py? I'd like to give it a try as I seem to have a mixed up lamedb probably full of redundant parameters. Should lamedb be different for OpenATV and OpenPli?
The script works correctly only in Py2.
Posted 9 February 2024 - 12:39
Do you get subtitles on ITV HD with these parameters in lamedb?
44c8:0cfdace7:1000:0001:25:0:0 ITV HD p:satback,c:001839,c:031839,c:050001,c:0918390101,c:100004,c:11183a,c:12183a,C:2600,f:1405
Yes, I see subtitles on my Dreambox DM800se. These are the lines:
44c8:0cfdace7:1000:0001:25:0:0ITV1 HDp:ITV,c:001839,c:031839,c:050001,c:09183d0101,c:12183a,C:2600,f:5
Thanks. I had an error in my c:09 entry.
ET9000, OpenPLi 4.0, 13E, 19E
HD51, OpenPLi 6.2, 75E - 30W
0 members, 3 guests, 0 anonymous users