Is there any receiver able to process these streams? My linux skill is very poor, so I need such finished product or any Windows software that can be used with my TBS5925 PC card. Thank you.
sudo apt update
sudo apt upgrade
sudo apt install build-essential
git clone https://github.com/piratfm/eti-tools.git
cd eti-tools
make
sudo make install
sudo apt install dablin
Nice find Adam!Another DAB mux has appeared on satellite, via BFBS's transponder on 10°E (11221V). PID 701 in EDI format, carrying the new Salisbury "small-scale DAB" multiplex. BFBS is the operator so I guess their existing satellite capacity is the cheapest way for them to get it to the transmitter(s).
239.232.1.201:4000
A quick guide:Is it possible to get these mux using enigma2 too?
As I said earlier in this discussion my linux skill is too weak.
I would like to try with my Vu+ box and SatdreamGR if it's possible.
But I have Duo4KSE, and I'm afraid that no SatdreamGR is available for my box...... Can you please explain better? Thanks.
wget http://localhost:8001/1:0:1:21FD:1:10:640000:0:0:0: -q -O- | fedi2eti 701 239.232.1.201 4000 | ni2out --list
root@sf8008:~# wget http://localhost:8001/1:0:1:21FD:1:10:640000:0:0:0: -q -O- | fedi2eti 701 239.232.1.201 4000 | ni2out --list
using pid 701 ip 239.232.1.201 port 4000
[03/28/22 10:10:32] Initialise next pseq to 63188
[03/28/22 10:10:32] EDI-AF: Packet sequence error
Ensemble: Salisbury (0xc1d8)
****************************************************************************
# Programme Label Serv.Id. P/S SubCh Capac.Units Prot. Bitrate Mode
****************************************************************************
1: Grt Hits S Coast (0xc4e5) Prm 15 24 (334-357) eep-3a 32 Kb/s DAB+
2: Grt Hits Sals (0xc487) Prm 14 58 (276-333) uep-3 80 Kb/s DAB
3: Nation 70s (0xc2ed) Prm 4 24 ( 24- 47) eep-3a 32 Kb/s DAB+
4: Nation 80s (0xc2ef) Prm 5 24 ( 48- 71) eep-3a 32 Kb/s DAB+
5: Nation 90s (0xc2fa) Prm 6 24 ( 72- 95) eep-3a 32 Kb/s DAB+
6: Angel Vintage (0xcdc2) Prm 7 24 ( 96-119) eep-3a 32 Kb/s DAB+
7: Salisbury Radio (0xc2c1) Prm 8 36 (120-155) eep-3a 48 Kb/s DAB+
8: Like One (0xceeb) Prm 9 24 (156-179) eep-3a 32 Kb/s DAB+
9: BFBS Edge (0xc4f1) Prm 11 24 (204-227) eep-3a 32 Kb/s DAB+
10: BFBS Gurkha (0xc2fc) Prm 13 24 (252-275) eep-3a 32 Kb/s DAB+
11: BFBS Beats (0xced6) Prm 12 24 (228-251) eep-3a 32 Kb/s DAB+
12: Like Retro (0xc1f3) Prm 10 24 (180-203) eep-3a 32 Kb/s DAB+
13: BFBS Salisbury (0xc991) Prm 1 24 ( 0- 23) eep-3a 32 Kb/s DAB+
14: Hot Gold (0xccef) Prm 16 18 (358-375) eep-3a 24 Kb/s DAB+
15: Hot Radio (0xc481) Prm 17 18 (376-393) eep-3a 24 Kb/s DAB+
Free CUs on this multiplex = 470
Does all this get through on any image or exclusive to SatDreamGR?A quick guide:
assuming you have the transponder stored in your box, we have to create the service for receiving the radios.
in this case we know the PID where the stream is broadcasted (701), so we create a new service whit dreamboxedit editing one of the channels of the bouquet:
Exclusive to SatdreamGr, because they compiled the neccessary files to decapsulate the dab stream (fedi2eti in the case above, but also ts2na, na2ni, tsniv2ni and dabstreamer).Does all this get through on any image or exclusive to SatDreamGR?
A quick guide:
For what i see on their site it seems Duo4KSE is not on the supportd receiver list, sorry!Ohh, what a guide!! Very very useful for a non-linux user.
Just a question: can you please confirm that no SatdreamGR image is available for Vu+ Duo4SE box?
It seems only for Duo4K unfortunately, but I hope having a chande to use it in my Duo4KSE receiver. Thanks.
Very nice work! Just had a go with these files and they work perfectly on my SF8008 mini also running OpenATV.For anyone wanting to have a go on an arm box, here is a zip file.
Now built with libfec support.
Absolutely no guarantees or support, licenses are as specified for eti-tools and ka9q-fec.
The libfec.so file will need to be in the library path, e.g. /usr/lib/ - this is very bad practice. /usr/local/lib or /opt/lib would be better but probably need system configuration changes!
Thank you for this, sounds absolutely promissing & exciting!!For anyone wanting to have a go on an arm box, here is a zip file.
Now built with libfec support.
Absolutely no guarantees or support, licenses are as specified for eti-tools and ka9q-fec.
The libfec.so file will need to be in the library path, e.g. /usr/lib/ - this is very bad practice. /usr/local/lib or /opt/lib would be better but probably need system configuration changes!