My changes are the ones on the top.
https://github.com/s...DGRadio/pull/13
Athoik took only a small part of them (enable autogain for all modulations) , but forgot one setting, and had to commit again....
Posted by jpuigs on 13 June 2022 - 21:23
My changes are the ones on the top.
https://github.com/s...DGRadio/pull/13
Athoik took only a small part of them (enable autogain for all modulations) , but forgot one setting, and had to commit again....
Posted by jpuigs on 17 December 2021 - 23:58
Posted by jpuigs on 14 December 2021 - 17:11
Since I have enigma boxes, I've seen a problem in one of the RAI Hoit Bird Transponders.
It's the one that carries Rai 1, Rai 2, Rai 3... 10992 V in DVB-S
Channel names appear and dissapear continously.
You see all channel names like this: 10992 V SID 0x213f ... and a few minutes later they appear correctly. , and a few minutes more they go wrong again.....
It's SDT table reading problem ?
It happens with no other Hot Bird Transponder.
PS Today, almost all RAI HD channels have gone FTA because some SD have been deleted.
Posted by jpuigs on 1 May 2021 - 19:34
On customize menu, under Setup / System we can choose to include EIT and AIT PIDs on http stream to other boxes.
PAT and TDT PIDs are always included, as well as -of course- PMT and video/audio PIDs, but I'd like to include SDT PID (17) too on streams
Where is this PID 'filtering' done ? (I mean on which openwebif py. file)
Posted by jpuigs on 11 February 2021 - 17:49
In North Spain signal has decreased, S/N dB from 10.5 to 8.5
Posted by jpuigs on 13 December 2020 - 14:56
I think I've found it.
I installed openvpn using the PiVPN , https://www.pivpn.io/ (VPN for dummies )
when you do: curl -L https://install.pivpn.io | bash it executes the installation script: https://raw.githubus...tall/install.sh
...and looking at this script.... in confNetwork()
$SUDO sed -i '/net.ipv4.ip_forward=1/s/^#//g' /etc/sysctl.conf
if ! $SUDO iptables -t nat -S | grep -q "${VPN}-nat-rule"; then $SUDO iptables -t nat -I POSTROUTING -s "${pivpnNET}/${subnetClass}" -o "${IPv4dev}" -j MASQUERADE -m comment --comment "${VPN}-nat-rule" fi
Posted by jpuigs on 21 November 2020 - 11:00
I'll never buy (again) a VU+.
I bought a Uno 4K SE last year, and thanks to their "good" support and no received answers to problems I asked them, I sent back to shop and change it for a Octagon SF8008 twin.
That box had 3 problems:
1) When box was in Standby, and no active timers, not recording or streaming.... LNB Power was still ON.
==>That gave me problems when trying to use other boxes sharing same satellite setup.
2) Some Multistream signals (that had NO Gold or Root codes) could not be received.
3) Sometimes a few 4K channels didn't had video signal, and when zapping back from another one it appeared correctly.
I contacted VU+... but never received any "answer", and looking at their oficial repository source, drivers hasn't been updated to fix these.
Posted by jpuigs on 26 December 2019 - 23:43
On both receivers I currently use, Octagon SF8008 and Xtrend ET10K, I don't see any lag at all.
Octagon has SatDreamGr 6 Image.
Posted by jpuigs on 25 December 2019 - 01:46
I wouldn't said it clearer and better. Good work.
Posted by jpuigs on 3 December 2019 - 12:12
I've read that TBN UK religious TV channel will start on BBC-B PSB3 MUX, so it might appear here too.....
It has started broadcasting.
Service ID: 20160 (Hex 4EC0)
Video PID: 7901 (Hex 1EDD)
Audio PID: 7902 (Hex 1EDE) AAC-HE
PCR PID : 7901 (Hex 1EDD)
PMT PID: 7900 (Hex 1EDC)
4ec0:0cfdace7:1000:0001:22:0:0 TBN UK p:Governance Ministries,c:001edd,c:031edd,c:050001,c:121ede,c:161edc,C:2600,f:401
Posted by jpuigs on 11 May 2019 - 18:35
Multistream is a way of mixing several DVB streams into one signal.
Frequently, multistream signals are made to carry DVB-T multiplexes (f.i. french, italian channels at 5 West), and it's a way of saving several uplink signals.
Instead of uplinking signals separately to transponders, providers create a multistream signal, which has all streams inside it.
Then, they only have to uplink one multistream signal to satellite, which will have of course more bandwith than a single stream one, but they save using uplinking equipment.
Reception is then easier too, just receiving one DVB-S2 signal from satellite, instead of having several tuners to receive each stream.
An example : 12543 H. Eutelsat 5 West
A multistream signal , symbol rate 34200 FEC 8/9, S2-8PSK , carries 4 Telecom Italia Media streams, which are DVB-T signals.
Bitrate for this configuration is about 90 Mbits/s
They could use 4 individual streams with a symbol rate of 9-10 Msymb/s each one, which would give 19-24 Mbits/s. x 4.
So, they mix it up in one single Carrier, and they need less receving equipment in DVB-T transmitter locations.
Posted by jpuigs on 31 March 2019 - 19:41
Changed the topic title to better reflect the discussion…
Can you correct it ?
It's not DBA+ , it's DAB+
Posted by jpuigs on 8 February 2019 - 17:35
Posted by jpuigs on 16 December 2018 - 15:42
You can apply it I already contact Littlesat and he approuves the idea, so you can go for it.
Merge request done,
https://github.com/O...igma2/pull/1882
Posted by jpuigs on 16 December 2018 - 03:00