PowerVu Chat [only chat, don‘t post keys here]

DEPORTIVO

Registered
Messages
289
Guys thanks to everyone,the mission succeeded.
I'm happy ... beer for all.
:cheers: :cheers:
Thanks again to everyone.
 

jan55

Member
Messages
4,269
THANKS FOR ANSWER

BUT WHAT FILE I RECORED FROM TS OR TXT

TO FIND KEY

See your question again and also review the image (.ts or .txt)

Note: @abed1988, please write with small letters and be polite to me i hope you have reasons to respect me !!! Thx
 

Tonboyre

Registered
Messages
41
Referring to this post the following commands were executed (with corresponding outputs). But Error(79) is obtained. What might be going wrong?

Code:
dvbsnoop -n 1 1

Code:
dvbsnoop V1.4.53 -- https://github.com/PLi-metas/dvbsnoop

------------------------------------------------------------
SECT-Packet: 00000001   PID: 1 (0x0001), Length: 56 (0x0038)
Time received: Thu 2019-05-09  15:23:54.972
------------------------------------------------------------
  0000:  01 b0 35 ff ff c9 00 00  09 12 0e 00 e0 20 40 0c   ..5.......... @.
  0010:  e0 22 e0 d9 e0 11 e0 10  e0 12 e0 23 09 04 17 17   .".........#....
  0020:  e0 63 09 04 09 92 e0 c0  09 04 09 a8 e0 c0 09 04   .c..............
  0030:  17 12 e1 41 d3 18 a7 04                            ...A....

PID:  1 (0x0001)  [= assigned for: ISO 13818-1 Conditional Access Table (CAT)]

Guess table from table id...
CAT-decoding....
Table_ID: 1 (0x01)  [= Conditional Access Table (CAT)]
section_syntax_indicator: 1 (0x01)
(fixed): 0 (0x00)
reserved_1: 3 (0x03)
Section_length: 53 (0x0035)
reserved_2: 262143 (0x3ffff)
Version_number: 4 (0x04)
current_next_indicator: 1 (0x01)  [= valid now]
Section_number: 0 (0x00)
Last_Section_number: 0 (0x00)

        MPEG-DescriptorTag: 9 (0x09)  [= CA_descriptor]
        descriptor_length: 18 (0x12)
        CA_system_ID: 3584 (0x0e00)  [= Scientific Atlanta (Power VU)]
        reserved: 7 (0x07)
        CA_PID: 32 (0x0020)
        Private Data:
              0000:  40 0c e0 22 e0 d9 e0 11  e0 10 e0 12 e0 23         @..".........#

        MPEG-DescriptorTag: 9 (0x09)  [= CA_descriptor]
        descriptor_length: 4 (0x04)
        CA_system_ID: 5911 (0x1717)  [= Beta Technik (Betacrypt)]
        reserved: 7 (0x07)
        CA_PID: 99 (0x0063)

        MPEG-DescriptorTag: 9 (0x09)  [= CA_descriptor]
        descriptor_length: 4 (0x04)
        CA_system_ID: 2450 (0x0992)  [= News Datacom (Videoguard)]
        reserved: 7 (0x07)
        CA_PID: 192 (0x00c0)

        MPEG-DescriptorTag: 9 (0x09)  [= CA_descriptor]
        descriptor_length: 4 (0x04)
        CA_system_ID: 2472 (0x09a8)  [= News Datacom (Videoguard)]
        reserved: 7 (0x07)
        CA_PID: 192 (0x00c0)

        MPEG-DescriptorTag: 9 (0x09)  [= CA_descriptor]
        descriptor_length: 4 (0x04)
        CA_system_ID: 5906 (0x1712)  [= Beta Technik (Betacrypt)]
        reserved: 7 (0x07)
        CA_PID: 321 (0x0141)

CRC: 3541608196 (0xd318a704)
==========================================================

Code:
dvbsnoop -n 1000 -ph 2 -npd 0x20 -b > /media/USBSTICK/out.bin

Code:
Error(79): read (PID 0x0020): Buffer overflow, stream bandwidth to high
Error(79): read (PID 0x0020): Buffer overflow, stream bandwidth to high
Error(79): read (PID 0x0020): Buffer overflow, stream bandwidth to high
.
.
.

What needs to be changed? Any help is appreciated!
 
Last edited:

Rickk

Registered
Messages
2,375
root@sf4008:~# dvbsnoop -n 1 1
dvbsnoop V1.4.55 -- https://github.com/OpenVisionE2/dvbsnoop

------------------------------------------------------------
SECT-Packet: 00000001 PID: 1 (0x0001), Length: 18 (0x0012)
Time received: Thu 2019-05-09 22:10:29.605
------------------------------------------------------------
0000: 01 b0 0f ff ff c5 00 00 09 04 0e 00 e0 5a 8b 55 .............Z.U
0010: 25 df %.

PID: 1 (0x0001) [= assigned for: ISO 13818-1 Conditional Access Table (CAT)]

Guess table from table id...
CAT-decoding....
Table_ID: 1 (0x01) [= Conditional Access Table (CAT)]
section_syntax_indicator: 1 (0x01)
(fixed): 0 (0x00)
reserved_1: 3 (0x03)
Section_length: 15 (0x000f)
reserved_2: 262143 (0x3ffff)
Version_number: 2 (0x02)
current_next_indicator: 1 (0x01) [= valid now]
Section_number: 0 (0x00)
Last_Section_number: 0 (0x00)

MPEG-DescriptorTag: 9 (0x09) [= CA_descriptor]
descriptor_length: 4 (0x04)
CA_system_ID: 3584 (0x0e00) [= Scientific Atlanta (Power VU)]
reserved: 7 (0x07)
CA_PID: 90 (0x005a)

CRC: 2337613279 (0x8b5525df)
==========================================================

root@sf4008:~# dvbsnoop -n 1000 -ph 2 -npd 0x5a -b > /media/hdd/out.bin

work good by me

make media/hdd for usbstick

ca_pid same as emm_pid must be 90 (0x005a)

32 0x20 External ES identifier for ISO/IEC 14496-1

64 - 127 0x40 - 0x7F Used by DVB
 

Tonboyre

Registered
Messages
41
I'm a newbie to DVB and Enigma2/Linux. So please bear with me.

make media/hdd for usbstick
Should I mount it differently? It gets mounted to /media/USBSTICK by default.

ca_pid same as emm_pid must be 90 (0x005a)

32 0x20 External ES identifier for ISO/IEC 14496-1

64 - 127 0x40 - 0x7F Used by DVB

Is this an issue at broadcaster's end? How should I read this?
 

Rickk

Registered
Messages
2,375
i would mount to hdd
the capacity is sufficient or the usb stick is not compatible
have you ever recorded a ts stream (example timeshift)
did it work?

external es identifier can be used to refer to an id of another external system
maybe the channel will be redirected to a powervu system
 

Tonboyre

Registered
Messages
41
the capacity is sufficient or the usb stick is not compatible

I tried recording to /tmp (it's volatile RAM if I'm not wrong), but it still results in the same error. :(

have you ever recorded a ts stream (example timeshift)
did it work?

I have successfully recorded FTA and encrypted channels to .ts file using the record button on the STB remote. Encrypted channels obviously show a blank screen with no audio. Is that what you mean?

external es identifier can be used to refer to an id of another external system
maybe the channel will be redirected to a powervu system

Does this mean I won't be able to record and/or find the key?
 

Rickk

Registered
Messages
2,375
I tried recording to /tmp (it's volatile RAM if I'm not wrong), but it still results in the same error.

you can not record pv because ca_pid 90 is for powervu, so an error is generated

I have successfully recorded FTA and encrypted channels to .ts file using the record button on the STB remote. Encrypted channels obviously show a blank screen with no audio. Is that what you mean?

yes

Does this mean I won't be able to record and/or find the key?

yes
either a powervu system accesses or the channel is picked up by a powervu provider
 

Tonboyre

Registered
Messages
41
you can not record pv because ca_pid 90 is for powervu, so an error is generated

I tried with both 0x5a and 0x20, but result is exactly the same.

What do you suggest as the next step? Have I reached a dead end?
 
Last edited:
Top