View attachment 143458
Here you can see one of the multistreams: it takes about 5 seconds before there is enough evidence that there is no DVB.
The stream is a generic stream. As you can, see 253 streams have been identified, but there are 256. The longer you
stay tuned the more are discovered.
It is in fact possible to also get some stream data. I am using adapter 2 , and while running neumodvb,
the following command reads some data (interrupt it after a while or your disk will fill up):
dvbsnoop -adapter 2 -s ts -tsraw -b > /tmp/stream.ts
Then
tsanalyze /tmp/stream.ts
shows packets all with pid 280, which is how the drivers pass on encapsulated stream data.
As a quick look,
the command
strings /tmp/stream.ts
reveals (among some garbage):
Call-ID: 8c5ec72c-c75b45d2@192.168.202.2
CSeq: 12097 NOTIFY
Content-Length: 0
P-Charging-Vector: icid-value=v7r23146p1ds2rk6ehcs2pg6GA
hhoamfde9rpulo4623m0gne9;icid-generated-at=194.65.2.241;orig-ioi=internet
and
CSeq: 1 INVITE
Contact: <sip:100@162.55.131.8:49485>
Content-Type: application/sdp
Content-Length: 207
Allow: ACK, BYE, CANCEL, INFO, IGA
NVITE, MESSAGE, NOTIFY, OPTIONS, PRACK, REFER, REGISTER, SUBSCRIBE, UPDATE, PUBLISH
User-Agent: Asterisk PBX 1.8.20.1
o=100 16264 18299 IN IP4 192.168.1.83
s=call
c=IN GA
IP4 192.168.1.83
t=0 0
m=audio 25282 RTP/AVP 0 101
a=rtpmap:0 pcmu/8000
a=rtpmap:8 pcma/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-11
It looks like some voice over ip internet stream (see
Asterisk (PBX) - Wikipedia) . Using commands like the above, you can find interesting stuff. I once found what looked like the firmware for an in-flight entertainment system on some transponder (I forgot which one). That firmwere was based on linux, which was evident from the data.
By the way: the software at airports showing flight data and announcements often runs windows,
as you can sometimes tell from the "blue screen of death" on the monitors. AIr France probably also runs on windows
on its in flight entertainment systems, because I once saw their flight entertainment system crash during a flight.
I might be wrong, because crashes tend to remind me of windows anyway.
The plane itself did not crash by the way.
The proper way to decode these streams is to attach a linux network device to the mux. I haven't tested that yet.