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

Messages
1,064
4.8e 12360V27500 new channels are on:
Eurosport 2 Wimbledon HD - eng and it says rus but it is not really rus audio, 9mbps+ bitrate :)
Eurosport 2 Wimbledon SD - same audio
Both channels are working with current keys

 

varas

Registered
Messages
4
emm stream on linux

Hi,

Could someone give an advise how record emm stream by using linux?

TS records I do by using mumudvb, like:

mumudvb -d -c /etc/mumudvb/pvu.conf --dumpfile /tmp/pvu.ts

It seems dvbsnoop could be right tool for this, but can not find any examples how to extract ecm/emm streams.

For example:
dvbsnoop -s pidscan -if /tmp/pvu.ts
Gives empty response.
 

Serjoga

Latvian satfat
Staff member
Moderator
Messages
6,085
4.8e 12360V27500 new channels are on:
Eurosport 2 Wimbledon HD

Enigma 2 :thum:

f4fd1f2d340163f7ca0288f0cc8566a2.jpg
 

dale_para_bajo

Registered
Messages
646
Could someone give an advise how record emm stream by using linux?

Hi,

Could someone give an advise how record emm stream by using linux?

TS records I do by using mumudvb, like:

mumudvb -d -c /etc/mumudvb/pvu.conf --dumpfile /tmp/pvu.ts

It seems dvbsnoop could be right tool for this, but can not find any examples how to extract ecm/emm streams.

For example:
dvbsnoop -s pidscan -if /tmp/pvu.ts
Gives empty response.

I move question to chat area.
I see nobody had answer you. Lets see if this helps. I am no expert on dvbsnoop. But I found a spanish forum tread so do BING Search on "Logueo manual telnet 800HD"

1) In general it ask you to open a Telnet Window, Connect to your Dreambox.

2) Then to list your available pids do 1rst

Code:
dvbsnoop -n 1 1

Here is the sample data posted. Please note that this is C&P from that post. But as we can not link to other forums!
Code:
=====================================
 Welcome on
 Colosseum image Colosseum 1.0
 Powered by Colosseum Images Team

 Kernel:  2.6.9 (19:55:17)
 CVS:     25/09/2006
 Release: 1.1.0
=====================================

dreambox login: root
Password:


BusyBox v1.01 (2006.09.21-22:04+0000) Built-in shell (ash)
Enter 'help' for a list of built-in commands.

~ > dvbsnoop -n 1 1
dvbsnoop V1.4.48 -- http://dvbsnoop.sourceforge.net/

------------------------------------------------------------
SECT-Packet: 00000001   PID: 1 (0x0001), Length: 30 (0x001e)
Time received: Tue 2007-08-28  20:04:19.223
------------------------------------------------------------
  0000:  01 b0 1b ff ff c9 00 00  09 04 18 01 e0 c5 09 04   ................
  0010:  18 81 e0 c7 09 04 18 82  e0 c6 6f 42 c3 bc         ..........oB..

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: 27 (0x001b)
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: 4 (0x04)
        CA_system_ID: 6145 (0x1801)  [= Kudelski SA]
        reserved: 7 (0x07)
        CA_PID: 197 (0x00c5)

        MPEG-DescriptorTag: 9 (0x09)  [= CA_descriptor]
        descriptor_length: 4 (0x04)
        CA_system_ID: 6273 (0x1881)  [= Kudelski SA]
        reserved: 7 (0x07)
        CA_PID: 199 (0x00c7)

        MPEG-DescriptorTag: 9 (0x09)  [= CA_descriptor]
        descriptor_length: 4 (0x04)
        CA_system_ID: 6274 (0x1882)  [= Kudelski SA]
        reserved: 7 (0x07)
        CA_PID: 198 (0x00c6)

CRC: 1866646460 (0x6f42c3bc)
==========================================================

~ >

3) So in this sample he look a the data and decided to use "CA_PID: 199 (0x00c7)"

4) So the original author suggested to use:
Code:
dvbsnoop -n 1000 -ph 2 -npd 0xC7 -b > /hdd/log.bin

Where:

n 1000 ---->number of k emm to log
-b --------> binary format file
/hdd/log.bin-> name of the file to log
0xC7 --> pid that we want to log

Hope it helps
 

kebien

Registered
Messages
1,329
Does he wants to extract the emm and ecm from the file,which dvbsnoop can also do?
Recording emm and ecm can also be done through plugins.

In general,examples given are good,i would say 1000 packets may not be big enough,some providers send to 3000 UA and more in only one spool.
 
Last edited:

dale_para_bajo

Registered
Messages
646
@kebien

I am Dale the one that admire you, the one that used to defend you! Do you recall that?:rolleyes: So lets be friends in the future. Peace

I gave that Dreambox sample because I found that response on the web. But if we read varas's original question:

Could someone give an advise how record emm stream by using linux? ... TS records I do by using mumudvb...

1) We could deduct he uses Linux OS not Dreambox as he speaks of mumudvb.
2) Still "dvbsnoop -n 1 1" + "dvbsnoop -n 1000 -ph 2 -npd 0xC7 -b > /hdd/log.bin" can work in any linux OS.

3)
Does he wants to extract the emm and ecm from the file,which dvbsnoop can also do?...

Yes I think he means that, but in fact please tech me how to do it. Thanks ahead.
 

hoffmann

Registered
Messages
313
PowerVu Chat. (Until now,working on DVB Cards and few Receivers eg Openbox, Technomate)

good night astronman!, as is the settings in oscam with ncam?
sds
hoffmann
 

kebien

Registered
Messages
1,329
I meant he could just log EMM and ECMN using dvbsnoop.
Instead of recording the TS,he could just log EMM (powervu only use 2 PID values for it),and he could get ecm by just grabbing 1 PAT packet,and 1 PMT packet.

And also mentioned that dvbsnoop will analyze the file ,I guess it was misunderstood.
He failed ,but the option -if will do that for him.
 

Doer

Registered
Messages
16
Has anyone got PowerVu working on DM800 (the OLD Original)

not DM800se, not DM800 Clone...

but, I mean DM800-PVR (First Original HD box from Dream Multimedia released in 2008)

Can you believe I've not been able to use PowerVu on my box YET?

Please help me if you know how...

I fear PowerVu goes down before I would have the chance to open it on my box!!!
 

kashif s

Registered
Messages
6
hi dear bro,i know colibri and other forums

but how to work PowerVu

0E00:00:*************************************
0E00:01:*************************************

next time possible or only dcw trap?

bro i have vu plus solo 4k receiver but many try power vu channels not ok plzzzzzz help my box image open ATV 5.3
 

dale_para_bajo

Registered
Messages
646
...Instead of recording the TS,he could just log EMM (powervu only use 2 PID values for it),and he could get ecm by just grabbing 1 PAT packet,and 1 PMT packet....

kebien, please write the command as we should be using to extract only emm and for ecm.

I give you my thanks in advance.

-----------------------------------------------
PD:
Interesting changes underway!

1) I come here with java script turn off. until now I was able to see thank ratings and give thanks. Now I can not! So I guess no more thanks.

2) Do you guys know that you do not always entering the REAL satunivers forum ( Live as cloudflare is called it ). Many times you are served with the FAKE => CloudFlare's Always Online™ technology
 
Last edited:

kebien

Registered
Messages
1,329
Given emm pid is 5C
dvbsnoop -b -n 10000 0x5c > /tmp/emm.bin

This will log emm in binary format.
you can replace 0x5C for the ecm pid value to log ecm
 

dale_para_bajo

Registered
Messages
646
Thanks for the example I will try to test later.

I will love to give you thanks but the boton do not show any more without java script. This hapen since last upgrade of the forum. I already complain about it.
 
Top