How to watch B92 and Prva on 1.9E?

Lexzie

Member
My Satellite Setup
Xtrend ET10000 DVB-C, DVB-S2, and IPTV
Dreambox DM920 DVB-C/DVB-S2X/DVB-T2
TBS 5925 USB-tuner
80 cm fixed dish (28.2E/23.5E/19.2E/13E)
180cm Channel Master offset dish with polarmount (39E-34.5W, Ku-band)
My Location
The Netherlands
On f.e. Lyngsat you can see that on 12380 H two channels are present FTA, but without SID.
If I scan the frequency with TS Analyser they are not visible.

nameSIDhexVPIDhexAPIDhexPCRhexPMThex
RTS1 HD4611CD220089822018992200898220289A
RTS2 HD4621CE220789F22088A0220789F22098A1
RTS3 HD4631CF22148A622158A722148A622168A8
BN24641D022218AD22228AE22218AD22238AF
Pink4651D122288B422298B522288B422308B6
Al Jazeera4661D222358BB22368BC22358BB22378BD
B924671D322428C222438C322428C222448C4
Prva Srpska4681D422498C922508CA22498C922518CB

If you look at the other stations' PID's you can imagine what the SID, PCR- and PMTPID probably are for these two stations (above in red).

First I added the two stations with Dreamset, but Dreamset cannot add the PMTPID.
So, I edited lamedb (in stop-mode init 4) in this:

Code:
01d3:00130000:000b:0001:1:0
B92
p:neosat,c:0008c2,c:0108c3,c:0308c2,c:1608c4,f:1
01d4:00130000:000b:0001:1:0
Prva Srpska TV
p:neosat,c:0008c9,c:0108ca,c:0308c9,c:1608cb,f:1

After init 3:
On both I have audio, but no video and the error message
Service not found!
(SID not found in PAT)


Any help in how to get these channels working?

Is there a tool which can read more data than TS Reader? It looks like the VPID shown on Lyngsat and Flysat is wrong?

Is the way I edit right? F.e. is c:16 right for adding the PMT-PID?
 
You need to add the videotype flag, the channel is H.264
c:0008c2,c:0108c3,c:0308c2,c:050001,c:1608c4
1_0_1_1D3_B_1_130000_0_0_0_20230118005214.jpg
 
On both I have audio, but no video and the error message
Service not found!
(SID not found in PAT)


Any help in how to get these channels working?

Is there a tool which can read more data than TS Reader? It looks like the VPID shown on Lyngsat and Flysat is wrong?

Is the way I edit right? F.e. is c:16 right for adding the PMT-PID?
f:1 disables the SDT check (program name) but the SID in the PAT (program id) will still be verified, it is better to use f:4 (or a combination of f:1 + f:4),
further as MCeliotG wrote, you need to set the H264 flag,
the parameter c:16 is defined according to the image used (e.g. OpenPLi has PMT as 16 , OpenATV has PMT as 19) - but I have not seen in any image that it actually reads if the f parameter is used
Better to use TransEdit to display unused pids in PAT/SDT
etc.
capture-004-19122022-220916.png
 
Last edited:
Thank you all for the information, it works.
1674070144891.png1674070151927.png
1674070160966.png
1674070169445.png

@EnoSat with TransEdit I saw the video- and audioPID's but I could not find other SID's.
But I am wondering if it would have mattered if I used other PID's, as long as they are not used allready.
 
SIDs are not broadcast for these two programs in PAT. It is possible to use anything that is not already used.
 
These two SIDs seemed most logic to me.
 
if you look at the old lists they were used just for these two programs :-clap
 
Same thing on Astra 3B, 11651 H?

I added the services with no SID, but the audio is AAC, not AC3.
How do I set the APID for AAC Audio?


I have done this:

1675035494617.png

In lamedb as example:

Code:
125f:00eb0000:000b:0003:2:0
Radio Emaus
p:Grupa RMF,c:04125d,f:4
 
c:04 = AC3 pid , try c:12 = AAC-HE or c:14 = AAC
c:12125d or c:14125d
in some images it was still used c:10 = AudioPID + c:11 = AudioType
c:10125d,c:110004
 
Thanks, it works with c:14
But after reading the settings and writing them back the AACPID is gone even with f:4 or f:4c
(Untouched by SDT, Locked and Use PIDs).

How do I prevent the SIDs to be overwritten?
 
Untouched SDT + Lock PID = f:5
The SID must be used in addition to those already used
capture_003_30012023_212856.png
 
Last edited:
(Only) f:5 is not enough, after reading the settings with Dreamset (to edit another transponder) and writing it back to the stb I loose the AAC-PID's.

F.e.
After editing I save this:
Code:
089b:00eb0000:000b:0003:2:0
Radio Jura
p:Grupa RMF,c:140899,f:5

After the restart (init 4) I can listen to that station.

But after reading the settings and sending it back it is changed to:
Code:
089b:00eb0000:000b:0003:2:0
Radio Jura
p:Grupa RMF,f:5
 
Use Dreamboxedit.
 
Back
Top