Some broadcasters use T2MI encapsulation for distribution. Some boxes already have direct support. Dreambox processes this signal with the help of the astra-sm utility.
Alles anzeigen
astra-sm needs for its activity:
Alles anzeigen
We manually insert the files:
Manually make some adjustments:
The problem arises with the use of the appropriate library
PS: After replacing the astra file, the problem was no longer there
Quellcode
- namespace ts {
- //!
- //! Size in bytes of a T2-MI packet header.
- //!
- constexpr size_t T2MI_HEADER_SIZE = 6;
- //!
- //! T2-MI packet types.
- //! @see ETSI EN 102 773, section 5.1.
- //!
- enum class T2MIPacketType : uint8_t {
- BASEBAND_FRAME = 0x00, //!< Baseband Frame.
- AUX_IQ_DATA = 0x01, //!< Auxiliary stream I/Q data.
- ARBITRARY_CELL = 0x02, //!< Arbitrary cell insertion.
- L1_CURRENT = 0x10, //!< L1-current.
- L1_FUTURE = 0x11, //!< L1-future.
- P2_BIAS_BALANCING = 0x12, //!< P2 bias balancing cells.
- DVBT2_TIMESTAMP = 0x20, //!< DVB-T2 timestamp.
- INDIVIDUAL_ADDRESSING = 0x21, //!< Individual addressing.
- FEF_NULL = 0x30, //!< FEF part: Null.
- FEF_IQ_DATA = 0x31, //!< FEF part: I/Q data.
- FEF_COMPOSITE = 0x32, //!< FEF part: composite.
- FEF_SUBPART = 0x33, //!< FEF sub-part.
- INVALID_TYPE = 0xFF //!< Invalid T2MI packet (non standard value).
- };
- //!
- //! Size in bytes of a DVB-T2 Base Band Header.
- //! See ETSI EN 302 765, section 5.1.7.
- //!
- constexpr size_t T2_BBHEADER_SIZE = 10;
- }
Quellcode
- :~# opkg install astra-sm
- Installing libaio1 (0.3.112) on root
- Downloading http://188.165.252.42/feeds/satdreamgr-10/armv7ahf-neon/libaio1_0.3.112-r0_armv7ahf-neon.ipk.
- Installing libdvbcsa1 (1.1.0) on root
- Downloading http://188.165.252.42/feeds/satdreamgr-10/armv7ahf-neon/libdvbcsa1_1.1.0-r2_armv7ahf-neon.ipk.
- Installing astra-sm (0.2+git1957+44bcd28) on root
- Downloading http://188.165.252.42/feeds/satdreamgr-10/armv7ahf-neon/astra-sm_0.2+git1957+44bcd28-r0_armv7ahf-neon.ipk.
- Configuring libaio1.
- Configuring libdvbcsa1.
- Configuring astra-sm.
- http://188.165.252.42/feeds/satdreamgr-10/armv7ahf-neon/libcrypto1.1_1.1.1l-r0_armv7ahf-neon.ipk
We manually insert the files:
Manually make some adjustments:
Quellcode
- ◦ First, Enigma2 must be terminated via shell:
- ▪ systemctl stop enigma2
- ◦ open the lamedb file from the package and enter the relevant data in the /etc/enigma2/lamedb file and save it again.
- ◦ open /etc/enigma2/bouquets.tv in the box and enter the following line in full:
- ▪ #SERVICE 1:7:1:0:0:0:0:0:0:0:FROM BOUQUET "userbouquet.some_t2mi.tv" ORDER BY bouquet
- ◦ Start Astra-SM (there are several variants, here is just one of them via shell:
- ▪ systemctl enable astra-sm
- ◦ You should now reboot via shell:
- ▪ reboot
The problem arises with the use of the appropriate library
PS: After replacing the astra file, the problem was no longer there
Dreambox 7020HD , 500HD , 7020S , 500S + Gibertini OP100 /50W~90E/
Dieser Beitrag wurde bereits 4 mal editiert, zuletzt von EnoSat ()