Jump to content


Photo

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


  • Please log in to reply
1943 replies to this topic

Re: Enigma2 and BBC/ITV at 27.5W Intelsat - a big challenge #101 doublet

  • Senior Member
  • 90 posts

+5
Neutral

Posted 22 September 2013 - 22:32

- unpack archive

- edit the "demux = "/dev/dvb/adapter0/demux3"" line if needed (on my DM7020HD demux3 is used)

- upload to your box

- make it executable (chmod 755 bbc_pmt.py)

- run it on background (./bbc_pmt.py &)

- make sure channels have no "4" flag set in lamedb

- zap

 

Thanks again doublet.

Before I try it out, I need to make sure I understand everything.

 

- edit the "demux = "/dev/dvb/adapter0/demux3"" line if needed (on my DM7020HD demux3 is used)

How do i know which demux (0-6) is being used in my case so as to edit the file? As I said before, all these files are 0 B long on my box and I did not have to do that to make BBC 1 SD work with pmt.tmp file:

For DM7020HD (for other boxes maybe not needed): I had to force Oscam using demux3 and ca3 devices. It seems, that device numbers are passed to oscam in capmt via camd.socket. If using pmt.tmp file, Oscam defaults to demux0 and ca0.

I'm really not sure about demux allocation. Perhaps it is different in DMM E2 and OpenPli E2. Also it could depend on used HW. For your case it seems demux0 is used. So change the line (in second script I've added) to "demuxNb = 0".

- upload to your box

Into any directory I want?

to make it not too complicated, I would say /home/root or /usr/script would be the best

- run it on background (./bbc_pmt.py &)

How to run it in the background? I guess I need a telnet command. When I put the following "bbc_pmt.py &", I get this:

root@et9x00:~# -sh: bbc_pmt.py: not found

./bbc_pmt.py or /home/root/bbc_pmt.py or /usr/script/bbc_pmt.py ...  it depends in what dir are you and where you've uploaded....

And some additional questions.

I understand this script will not interefere when watching normal scrambled channels?

If so, could it be possible to load this script each time Enigma starts automatically and just zap all channels (from 27.5W and others) without using a computer to start or stop the script?

My intention was that script shall not interfere with anything .... hopefully. It is intended to be run all the time, independently on what channel you zap to.

 

Of course there may be bugs... as I've got DM7020HD with DMM E2 only. In case script is not working as expected, I can add some debug prints.



Re: Enigma2 and BBC/ITV at 27.5W Intelsat - a big challenge #102 Robinson

  • Senior Member
  • 2,621 posts

+30
Good

Posted 22 September 2013 - 22:53

Thank you doublet.

 

I have tried this script on all demux values (0-6). Unfortunately, I get "Timeout reading PMT" message after several seconds in all cases.

Mind you, I did not restart Enigma2 between my tries but I don't think it would be necessary.

Do you think you could add some debugging options - maybe this way we would find a solution for those who are interested in this package.

Perhaps you are right that there are some differences between DMM image / Xtrend image and OpenPLi.

Maybe Enigma2 specialists would be willing to provide some hints again (pieterg, Erik Slagter?)

 

Has anyone else here tried doublet's script with various demux values? If so, successfully?


ET9000, OpenPLi 4.0, 13E, 19E

HD51, OpenPLi 6.2, 75E - 30W


Re: Enigma2 and BBC/ITV at 27.5W Intelsat - a big challenge #103 doublet

  • Senior Member
  • 90 posts

+5
Neutral

Posted 22 September 2013 - 23:49

Robinson, have you tried with second version, which I've posted (first one had a bug).

Nevertheless here is debug version:

Attached File  bbc_pmt_deb.zip   1.06KB   80 downloads

 

Change "demuxNb = 3",  run it, do some zaps around BBC channels and post output from terminal.


Edited by doublet, 22 September 2013 - 23:51.


Re: Enigma2 and BBC/ITV at 27.5W Intelsat - a big challenge #104 pieterg

  • PLi® Core member
  • 32,766 posts

+245
Excellent

Posted 23 September 2013 - 08:12

Demux allocation by e2 is dynamic.
A solution could be to use all devices, till you get capmt. At that point you know the correct device.

Re: Enigma2 and BBC/ITV at 27.5W Intelsat - a big challenge #105 Robinson

  • Senior Member
  • 2,621 posts

+30
Good

Posted 23 September 2013 - 08:23

Robinson, have you tried with second version, which I've posted (first one had a bug).

Nevertheless here is debug version:

attachicon.gifbbc_pmt_deb.zip

 

Change "demuxNb = 3",  run it, do some zaps around BBC channels and post output from terminal.

 

Hello doublet.

Yes, I tried the second version of your script.

As regards this latest debug version, I will have no chance to use it before tonight.

In the meantime, however, do you think you could modify this debug version as pieterg suggested?

Thank you so much.


ET9000, OpenPLi 4.0, 13E, 19E

HD51, OpenPLi 6.2, 75E - 30W


Re: Enigma2 and BBC/ITV at 27.5W Intelsat - a big challenge #106 doublet

  • Senior Member
  • 90 posts

+5
Neutral

Posted 23 September 2013 - 09:40

Robinson, have you tried with second version, which I've posted (first one had a bug).

Nevertheless here is debug version:

attachicon.gifbbc_pmt_deb.zip

 

Change "demuxNb = 3",  run it, do some zaps around BBC channels and post output from terminal.

 

Hello doublet.

Yes, I tried the second version of your script.

As regards this latest debug version, I will have no chance to use it before tonight.

In the meantime, however, do you think you could modify this debug version as pieterg suggested?

Thank you so much.

 

Hi,

unfortunately I have no chance to do something before tonight too... I'll modify the script to loop trough demux devices until PAT is received and then use that demux.



Re: Enigma2 and BBC/ITV at 27.5W Intelsat - a big challenge #107 doublet

  • Senior Member
  • 90 posts

+5
Neutral

Posted 23 September 2013 - 18:15

Hi,

find attached script containing automatic demux discovery and some debug output.

Attached File  bbc_pmt_deb2.zip   1.25KB   90 downloads



Re: Enigma2 and BBC/ITV at 27.5W Intelsat - a big challenge #108 Robinson

  • Senior Member
  • 2,621 posts

+30
Good

Posted 23 September 2013 - 18:44

Hi doublet,

Here is what I managed to catch in telnet window:

 

currentSid: 0x4500
trying with demux /dev/dvb/adapter0/demux6
Error(22): DMX_SET_FILTER failed: : Invalid argument
trying with demux /dev/dvb/adapter0/demux5
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux4
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux3
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux2
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux1
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux0
Error(145): read (PID 0x0000): Connection timed out
currentSid: 0x4500
trying with demux /dev/dvb/adapter0/demux6
Error(22): DMX_SET_FILTER failed: : Invalid argument
trying with demux /dev/dvb/adapter0/demux5
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux4
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux3
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux2
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux1
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux0
Error(145): read (PID 0x0000): Connection timed out
currentSid: 0x4500
trying with demux /dev/dvb/adapter0/demux6
Error(22): DMX_SET_FILTER failed: : Invalid argument
trying with demux /dev/dvb/adapter0/demux5
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux4
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux3
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux2
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux1
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux0
Error(145): read (PID 0x0000): Connection timed out
currentSid: 0x4500
trying with demux /dev/dvb/adapter0/demux6
Error(22): DMX_SET_FILTER failed: : Invalid argument
trying with demux /dev/dvb/adapter0/demux5
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux4
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux3
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux2
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux1
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux0
Error(145): read (PID 0x0000): Connection timed out
currentSid: 0x4500
trying with demux /dev/dvb/adapter0/demux6
Error(22): DMX_SET_FILTER failed: : Invalid argument
trying with demux /dev/dvb/adapter0/demux5
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux4
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux3
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux2
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux1
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux0
Error(145): read (PID 0x0000): Connection timed out
currentSid: 0x4500
trying with demux /dev/dvb/adapter0/demux6
Error(22): DMX_SET_FILTER failed: : Invalid argument
trying with demux /dev/dvb/adapter0/demux5
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux4
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux3
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux2
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux1
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux0
Error(145): read (PID 0x0000): Connection timed out
currentSid: 0x4500
trying with demux /dev/dvb/adapter0/demux6
Error(22): DMX_SET_FILTER failed: : Invalid argument
trying with demux /dev/dvb/adapter0/demux5
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux4
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux3
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux2
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux1
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux0
Error(145): read (PID 0x0000): Connection timed out
currentSid: 0x4500
trying with demux /dev/dvb/adapter0/demux6
Error(22): DMX_SET_FILTER failed: : Invalid argument
trying with demux /dev/dvb/adapter0/demux5
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux4
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux3
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux2
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux1
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux0
Error(145): read (PID 0x0000): Connection timed out
currentSid: 0x4500
trying with demux /dev/dvb/adapter0/demux6
Error(22): DMX_SET_FILTER failed: : Invalid argument
trying with demux /dev/dvb/adapter0/demux5
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux4
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux3
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux2
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux1
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux0
Error(145): read (PID 0x0000): Connection timed out
currentSid: 0x4500
trying with demux /dev/dvb/adapter0/demux6
Error(22): DMX_SET_FILTER failed: : Invalid argument
trying with demux /dev/dvb/adapter0/demux5
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux4
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux3
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux2
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux1
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux0
Error(145): read (PID 0x0000): Connection timed out
currentSid: 0x4500
trying with demux /dev/dvb/adapter0/demux6
Error(22): DMX_SET_FILTER failed: : Invalid argument
trying with demux /dev/dvb/adapter0/demux5
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux4
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux3
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux2
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux1
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux0
Error(145): read (PID 0x0000): Connection timed out
currentSid: 0x4500
trying with demux /dev/dvb/adapter0/demux6
Error(22): DMX_SET_FILTER failed: : Invalid argument
trying with demux /dev/dvb/adapter0/demux5
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux4
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux3
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux2
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux1
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux0
Error(145): read (PID 0x0000): Connection timed out
currentSid: 0x4500
trying with demux /dev/dvb/adapter0/demux6
Error(22): DMX_SET_FILTER failed: : Invalid argument
trying with demux /dev/dvb/adapter0/demux5
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux4
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux3
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux2
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux1
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux0
Error(145): read (PID 0x0000): Connection timed out
currentSid: 0x4500
trying with demux /dev/dvb/adapter0/demux6
Error(22): DMX_SET_FILTER failed: : Invalid argument
trying with demux /dev/dvb/adapter0/demux5
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux4
pmtPid: 0x189c
Error(145): read (PID 0x189c): Connection timed out
0x9f 0x80 0x32 0x1e 0x03 0x45 0x00 0x09 0x00 0x13 0x01 0x81 0x08 0x0c 0xfd 0xac
0xe7 0x10 0x00 0x00 0x01 0x82 0x02 0x08 0x04 0x84 0x02 0x18 0x9c 0x0d 0x18 0x9c
0x00 0x00
Error(145): read (PID 0x189c): Connection timed out

currentSid: 0x44c8
trying with demux /dev/dvb/adapter0/demux4
pmtPid: 0x1838
Error(145): read (PID 0x1838): Connection timed out
0x9f 0x80 0x32 0x1e 0x03 0x44 0xc8 0x09 0x00 0x13 0x01 0x81 0x08 0x0c 0xfd 0xac
0xe7 0x10 0x00 0x00 0x01 0x82 0x02 0x08 0x04 0x84 0x02 0x18 0x38 0x0d 0x18 0x38
0x00 0x00
Error(145): read (PID 0x1838): Connection timed out

currentSid: 0x
currentSid: 0x44c8
trying with demux /dev/dvb/adapter0/demux4
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux6
Error(22): DMX_SET_FILTER failed: : Invalid argument
trying with demux /dev/dvb/adapter0/demux5
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux3
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux2
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux1
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux0
Error(145): read (PID 0x0000): Connection timed out
currentSid: 0x44c8
trying with demux /dev/dvb/adapter0/demux4
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux6
Error(22): DMX_SET_FILTER failed: : Invalid argument
trying with demux /dev/dvb/adapter0/demux5
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux3
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux2
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux1
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux0
Error(145): read (PID 0x0000): Connection timed out
currentSid: 0x44c8
trying with demux /dev/dvb/adapter0/demux4
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux6
Error(22): DMX_SET_FILTER failed: : Invalid argument
trying with demux /dev/dvb/adapter0/demux5
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux3
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux2
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux1
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux0
Error(145): read (PID 0x0000): Connection timed out
currentSid: 0x44c8
trying with demux /dev/dvb/adapter0/demux4
pmtPid: 0x1838
Error(145): read (PID 0x1838): Connection timed out
0x9f 0x80 0x32 0x1e 0x03 0x44 0xc8 0x09 0x00 0x13 0x01 0x81 0x08 0x0c 0xfd 0xac
0xe7 0x10 0x00 0x00 0x01 0x82 0x02 0x08 0x04 0x84 0x02 0x18 0x38 0x0d 0x18 0x38
0x00 0x00
Error(145): read (PID 0x1838): Connection timed out

currentSid: 0x1c00
trying with demux /dev/dvb/adapter0/demux4
pmtPid: 0x0384
Error(145): read (PID 0x0384): Connection timed out
0x9f 0x80 0x32 0x1e 0x03 0x1c 0x00 0x09 0x00 0x13 0x01 0x81 0x08 0x0c 0xfd 0xac
0xe7 0x10 0x00 0x00 0x01 0x82 0x02 0x08 0x04 0x84 0x02 0x03 0x84 0x0d 0x03 0x84
0x00 0x00
Error(145): read (PID 0x0384): Connection timed out

currentSid: 0x11c0
trying with demux /dev/dvb/adapter0/demux4
pmtPid: 0x0190
Error(145): read (PID 0x0190): Connection timed out
0x9f 0x80 0x32 0x1e 0x03 0x11 0xc0 0x09 0x00 0x13 0x01 0x81 0x08 0x0c 0xfd 0xac
0xe7 0x10 0x00 0x00 0x01 0x82 0x02 0x08 0x04 0x84 0x02 0x01 0x90 0x0d 0x01 0x90
0x00 0x00
Error(145): read (PID 0x0190): Connection timed out

currentSid: 0x4440
trying with demux /dev/dvb/adapter0/demux4
pmtPid: 0x17d4
Error(145): read (PID 0x17d4): Connection timed out
0x9f 0x80 0x32 0x1e 0x03 0x44 0x40 0x09 0x00 0x13 0x01 0x81 0x08 0x0c 0xfd 0xac
0xe7 0x10 0x00 0x00 0x01 0x82 0x02 0x08 0x04 0x84 0x02 0x17 0xd4 0x0d 0x17 0xd4
0x00 0x00
Error(145): read (PID 0x17d4): Connection timed out

 


ET9000, OpenPLi 4.0, 13E, 19E

HD51, OpenPLi 6.2, 75E - 30W


Re: Enigma2 and BBC/ITV at 27.5W Intelsat - a big challenge #109 doublet

  • Senior Member
  • 90 posts

+5
Neutral

Posted 23 September 2013 - 19:25

So demux4 seems to be correct one altough I don't understand why sometimes PAT is not received on it. So in good iterations (in the second half of your log), CAPMT is built indicating demux4 to CAM. CAPMT content looks good and seems to be sent succesfully to CAM. But after one secod, PMT is still not received. Maybe CAM and E2 need some more time.... You can try change timeout in this line:

 

time.sleep(1) # give E2 tome time to catch descrambled PMT

 

... to let's say 5.



Re: Enigma2 and BBC/ITV at 27.5W Intelsat - a big challenge #110 pieterg

  • PLi® Core member
  • 32,766 posts

+245
Excellent

Posted 23 September 2013 - 19:32

note that this might not work reliably if you have recordings, PiP, or stream clients.
You'd have to check the transponder id and the sid, and compare that to the capmt.
Only when they match, you know which demux is used.

Re: Enigma2 and BBC/ITV at 27.5W Intelsat - a big challenge #111 doublet

  • Senior Member
  • 90 posts

+5
Neutral

Posted 23 September 2013 - 19:47

note that this might not work reliably if you have recordings, PiP, or stream clients.
You'd have to check the transponder id and the sid, and compare that to the capmt.
Only when they match, you know which demux is used.

Yes, I'm aware of that. At this stage I use script just to watch one TV channel and don't do recording or PiP....



Re: Enigma2 and BBC/ITV at 27.5W Intelsat - a big challenge #112 Robinson

  • Senior Member
  • 2,621 posts

+30
Good

Posted 23 September 2013 - 23:25

Hello,

After changing time.sleep(1) to time.sleep(5), I still get the following:

 

root@et9x00:~# available demuxes:
/dev/dvb/adapter0/demux6
/dev/dvb/adapter0/demux5
/dev/dvb/adapter0/demux4
/dev/dvb/adapter0/demux3
/dev/dvb/adapter0/demux2
/dev/dvb/adapter0/demux1
/dev/dvb/adapter0/demux0
currentSid: 0x4440
trying with demux /dev/dvb/adapter0/demux6
Error(22): DMX_SET_FILTER failed: : Invalid argument
trying with demux /dev/dvb/adapter0/demux5
pmtPid: 0x17d4
Error(145): read (PID 0x17d4): Connection timed out
0x9f 0x80 0x32 0x1e 0x03 0x44 0x40 0x09 0x00 0x13 0x01 0x81 0x08 0x0c 0xfd 0xac
0xe7 0x10 0x00 0x00 0x01 0x82 0x02 0x08 0x05 0x84 0x02 0x17 0xd4 0x0d 0x17 0xd4
0x00 0x00
Error(145): read (PID 0x17d4): Connection timed out

 

currentSid: 0x4440
trying with demux /dev/dvb/adapter0/demux5
pmtPid: 0x17d4
Error(145): read (PID 0x17d4): Connection timed out
0x9f 0x80 0x32 0x1e 0x03 0x44 0x40 0x09 0x00 0x13 0x01 0x81 0x08 0x0c 0xfd 0xac
0xe7 0x10 0x00 0x00 0x01 0x82 0x02 0x08 0x05 0x84 0x02 0x17 0xd4 0x0d 0x17 0xd4
0x00 0x00
Error(145): read (PID 0x17d4): Connection timed out

currentSid: 0x1044
trying with demux /dev/dvb/adapter0/demux5
pmtPid: 0x0064
Error(145): read (PID 0x0064): Connection timed out
0x9f 0x80 0x32 0x1e 0x03 0x10 0x44 0x09 0x00 0x13 0x01 0x81 0x08 0x0c 0xfd 0xac
0xe7 0x10 0x00 0x00 0x01 0x82 0x02 0x08 0x05 0x84 0x02 0x00 0x64 0x0d 0x00 0x64
0x00 0x00
Error(145): read (PID 0x0064): Connection timed out

 


ET9000, OpenPLi 4.0, 13E, 19E

HD51, OpenPLi 6.2, 75E - 30W


Re: Enigma2 and BBC/ITV at 27.5W Intelsat - a big challenge #113 doublet

  • Senior Member
  • 90 posts

+5
Neutral

Posted 24 September 2013 - 16:52

Please try with this one:

Attached File  bbc_pmt_deb3.zip   1.26KB   62 downloads



Re: Enigma2 and BBC/ITV at 27.5W Intelsat - a big challenge #114 Robinson

  • Senior Member
  • 2,621 posts

+30
Good

Posted 24 September 2013 - 18:43

Still timeout reading PMT. :(

I will send you some more logs in a private message.

 

currentSid: 0x1044
trying with demux /dev/dvb/adapter0/demux3
pmtPid: 0x0064
Error(145): read (PID 0x0064): Connection timed out
0x9f 0x80 0x32 0x1e 0x03 0x10 0x44 0x09 0x00 0x13 0x01 0x81 0x08 0x0c 0xfd 0xac
0xe7 0x10 0x00 0x00 0x01 0x82 0x02 0x08 0x03 0x84 0x02 0x00 0x64 0x0d 0x00 0x64
0x00 0x00
Error(145): read (PID 0x0064): Connection timed out

currentSid: 0x4440
trying with demux /dev/dvb/adapter0/demux3
pmtPid: 0x17d4
Error(145): read (PID 0x17d4): Connection timed out
0x9f 0x80 0x32 0x1e 0x03 0x44 0x40 0x09 0x00 0x13 0x01 0x81 0x08 0x0c 0xfd 0xac
0xe7 0x10 0x00 0x00 0x01 0x82 0x02 0x08 0x03 0x84 0x02 0x17 0xd4 0x0d 0x17 0xd4
0x00 0x00
Error(145): read (PID 0x17d4): Connection timed out

 

currentSid: 0x4440
trying with demux /dev/dvb/adapter0/demux3
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux1
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux6
Error(22): DMX_SET_FILTER failed: : Invalid argument
trying with demux /dev/dvb/adapter0/demux5
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux4
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux2
Error(145): read (PID 0x0000): Connection timed out
trying with demux /dev/dvb/adapter0/demux0
Error(145): read (PID 0x0000): Connection timed out
currentSid: 0x4440
trying with demux /dev/dvb/adapter0/demux3
pmtPid: 0x17d4
Error(145): read (PID 0x17d4): Connection timed out
0x9f 0x80 0x32 0x1e 0x03 0x44 0x40 0x09 0x00 0x13 0x01 0x81 0x08 0x0c 0xfd 0xac
0xe7 0x10 0x00 0x00 0x01 0x82 0x02 0x08 0x03 0x84 0x02 0x17 0xd4 0x0d 0x17 0xd4
0x00 0x00
Error(145): read (PID 0x17d4): Connection timed out

ET9000, OpenPLi 4.0, 13E, 19E

HD51, OpenPLi 6.2, 75E - 30W


Re: Enigma2 and BBC/ITV at 27.5W Intelsat - a big challenge #115 luki24

  • Member
  • 8 posts

0
Neutral

Posted 25 September 2013 - 13:04

How to check if channels have no "4" flag set in lamedb, second how edit, in which program?



Re: Enigma2 and BBC/ITV at 27.5W Intelsat - a big challenge #116 Robinson

  • Senior Member
  • 2,621 posts

+30
Good

Posted 25 September 2013 - 13:26

Use telnet: init 4

Now open lamedb file using your FTP client, find these channels and remove "f:4" from all of them, then send the file back to your box.

Use telnet: init 3.


ET9000, OpenPLi 4.0, 13E, 19E

HD51, OpenPLi 6.2, 75E - 30W


Re: Enigma2 and BBC/ITV at 27.5W Intelsat - a big challenge #117 luki24

  • Member
  • 8 posts

0
Neutral

Posted 25 September 2013 - 14:08

Use telnet: init 4

Now open lamedb file using your FTP client, find these channels and remove "f:4" from all of them, then send the file back to your box.

Use telnet: init 3.

edit  lamedb file  from directory: /tuxbox/enigma2?

another question: shold be dvbsnoop installed on dreambox (if yes which version is proper for dm800se)? 


Edited by luki24, 25 September 2013 - 14:10.


Re: Enigma2 and BBC/ITV at 27.5W Intelsat - a big challenge #118 Robinson

  • Senior Member
  • 2,621 posts

+30
Good

Posted 25 September 2013 - 14:33

Yes, dvbsnoop must be installed. It should be in the feed.

Just use the following command: opkg install dvbsnoop

As regards lamedb, I edited the one in /etc/enigma2 - need to look into it again.


ET9000, OpenPLi 4.0, 13E, 19E

HD51, OpenPLi 6.2, 75E - 30W


Re: Enigma2 and BBC/ITV at 27.5W Intelsat - a big challenge #119 luki24

  • Member
  • 8 posts

0
Neutral

Posted 25 September 2013 - 14:43

Yes, dvbsnoop must be installed. It should be in the feed.

Just use the following command: opkg install dvbsnoop

As regards lamedb, I edited the one in /etc/enigma2 - need to look into it again.

in lamedb i have 

 

1100:011aace7:1000:0001:1:0
BBC NEWS
p:BBC,f:0040

 

remove ,f:0040 or f:0040 or p:BBC,f:0040 or another?



Re: Enigma2 and BBC/ITV at 27.5W Intelsat - a big challenge #120 Robinson

  • Senior Member
  • 2,621 posts

+30
Good

Posted 25 September 2013 - 14:58

remove the red part:

p:BBC,f:0040

 

And by the way, you need to have all PID's (audio, video, PCR) inserted - you can do it using Dreambox Editor.

Mind you, I am struggling myself but have not managed to open all these channels for me although I did succeed with BBC 1 SD using pmt.tmp file but now the script is a different solution.

I'll keep trying tonight or tomorrow.


ET9000, OpenPLi 4.0, 13E, 19E

HD51, OpenPLi 6.2, 75E - 30W



36 user(s) are reading this topic

0 members, 35 guests, 0 anonymous users


    Bing (1)