Jump to content


Photo

Record complete transport stream.


  • Please log in to reply
83 replies to this topic

Re: Record complete transport stream. #81 EnoSat

  • Senior Member
  • 194 posts

+4
Neutral

Posted 18 January 2020 - 23:47

You can use dvblast to get full TP, although as Erik already mentioned it is common for all drivers for Enigma2, that they can do only hardware PID filtering and once you try to get everything with PID 0x1FFF, you get a nice failure.
 
So you will find more luck with a usb tuner that uses real open source drivers from linux ;)
 

DVBlast can also stream the entire transponder to an IPv4 or IPv6 address :
dvblast -u -d 172.16.42.42:1235 -f 11570000 -s 27500000 -v 18
dvblast -u -d [fe80::0ca:feff:fec0:ffee]:1235 -f 11570000 -s 27500000 -v 18
root@osmio4kplus:~# dvblast -u -d 192.168.1.50:1235 -f 12597000 -s 10058000 -v 18
DVBlast 3.4 (git-3.4-5-ga832ffd-dirty)
warning: restarting
debug: compiled with DVB API version 5.10
debug: using DVB API version 5.11
debug: Frontend "Availink AVL6261" supports:
debug:  frequency min: 950000, max: 2150000, stepsize: 1011, tolerance: 5000
debug:  symbolrate min: 0, max: 60000000, tolerance: 0
debug:  capabilities:
debug:   INVERSION_AUTO
debug:   FEC_1_2
debug:   FEC_2_3
debug:   FEC_3_4
debug:   FEC_4_5
debug:   FEC_5_6
debug:   FEC_6_7
debug:   FEC_7_8
debug:   FEC_8_9
debug:   FEC_AUTO
debug:   QPSK
debug:   TRANSMISSION_MODE_AUTO
debug:   GUARD_INTERVAL_AUTO
debug:   HIERARCHY_AUTO
debug:   2G_MODULATION
debug:   MULTISTREAM
debug:   FE_CAN_RECOVER
debug:  delivery systems:
debug:   DVBS2
debug:   DVBS
debug: frequency 12597000 is in Ku-band (higher)
debug: configuring LNB to v=18 p=0 satnum=0 uncommitted=0 lnb-type=universal bis_frequency=1997000
debug: tuning DVB-S frontend to f=12597000 srate=10058000 inversion=-1 fec=999 rolloff=35 modulation=legacy pilot=-1 mis=0 /pls-mode: ROOT (0) pls-code: 0 is-id: 0 /
debug: CA interface with 96 slots
debug:   built-in descrambler detected
debug:   simple smart card interface
debug:   96 available descramblers (keys)
debug:   ECD scrambling system supported
error: Incompatible CAM interface
error: failed setting filter on 8192 (Invalid argument)
error: no config file




Re: Record complete transport stream. #82 a19a

  • Member
  • 9 posts

0
Neutral

Posted 20 April 2020 - 20:24

Hi,

I have a Vu+ Zero, Vu+ Solo2, Vu+ Uno. On all these receivers I can't record the full transport stream with pid 8192 on Enigma2.

 

Is there a solution now?

 

Thanks


Edited by a19a, 20 April 2020 - 20:24.


Re: Record complete transport stream. #83 EnoSat

  • Senior Member
  • 194 posts

+4
Neutral

Posted 17 May 2024 - 10:08

If I use this it shows 9 pids streaming

root@osmio4kplus:/usr/bin# ./dvbsnoop -s pidscan| ./awk '/PID found/ { print $3 }' | ./xargs ./dvbstream -ox.ts
dvbstream v0.5 - (C) Dave Chapman 2001-2004
Released under the GPL.
Latest version available from http://www.linuxstb.org/
Setting filter for PID 16
Setting filter for PID 17
Setting filter for PID 36
Setting filter for PID 37
Setting filter for PID 38
Setting filter for PID 1347
Setting filter for PID 2098
Setting filter for PID 2099
Setting filter for PID 5632
Using 224.0.1.2:5004:2
version=2
Streaming 9 streams
^CCaught signal 2 - closing cleanly.

If I use this, I get no information about the pids, nor does the file get created

root@osmio4kplus:/usr/bin# ./dvbsnoop -s pidscan| ./awk '/PID found/ { print $3 }' | ./xargs`./dvbstream -o>full.ts
>

Any idea why?



Re: Record complete transport stream. #84 EnoSat

  • Senior Member
  • 194 posts

+4
Neutral

Posted 18 May 2024 - 19:06

Although dvbsnoop will show that PID 0 is also present
root@osmio4kplus:~# dvbsnoop -s pidscan
dvbsnoop V1.4.56 -- https://github.com/OpenVisionE2/dvbsnoop
 
---------------------------------------------------------
Transponder PID-Scan...
---------------------------------------------------------
PID found:    0 (0x0000)  [SECTION: Program Association Table (PAT)]
PID found:   16 (0x0010)  [SECTION: Network Information Table (NIT) - actual network]
PID found:   20 (0x0014)  [SECTION: Time Date Table (TDT)]
PID found:  512 (0x0200)  [SECTION: DSM-CC - private data section  // DVB datagram]
PID found:  600 (0x0258)  [SECTION: User private]
PID found:  621 (0x026d)  [SECTION: User private]
PID found: 1020 (0x03fc)  [SECTION: ATSC reserved]
PID found: 1021 (0x03fd)  [SECTION: ATSC reserved]
PID found: 8190 (0x1ffe)  [unknown]
dvbstream does not accept it :(
root@osmio4kplus:~# dvbstream 0 16 20 512 600 610 621 630 1020 1021 8190 -o >27W11611V.ts
dvbstream v0.5 - (C) Dave Chapman 2001-2004
Released under the GPL.
Latest version available from http://www.linuxstb.org/
Setting filter for PID 16
Setting filter for PID 20
Setting filter for PID 512
Setting filter for PID 600
Setting filter for PID 610
Setting filter for PID 621
Setting filter for PID 630
Setting filter for PID 1020
Setting filter for PID 1021
Setting filter for PID 8190
Output to stdout
Streaming 10 streams
Attached File  27W_file_dvbstream.png   50.66KB   0 downloads
if the file also contains PID 0, the SID is also available
Attached File  27W_file_merge.png   51.24KB   0 downloads



1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users