Dd+
Re: Dd+ #2
Posted 13 September 2013 - 21:19
This must be done in the drivers, you need to open ticket to DMM.
Edited by athoik, 13 September 2013 - 21:22.
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916
Re: Dd+ #3
Re: Dd+ #4
Re: Dd+ #5
Posted 14 September 2013 - 07:58
Sounds like a bug to me. Anyway, OpenPLi can't do anything about this.
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Re: Dd+ #6
Re: Dd+ #7
Posted 14 September 2013 - 11:23
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Re: Dd+ #8
Re: Dd+ #9
Re: Dd+ #10
Posted 15 September 2013 - 20:10
Hemertje do you think that its not supported by the hardware it was implemented by you no? On broadcom chip specifications its supported handle ac3+. Could be created a patch to install it to enable ac3+ on dmm boxes? Thanks for your support
AC3+ works on DM8000 with PLi3/4. The stream is only available via DVI/HDMI cable (as found in AC3+ specifications) not the digital coax/optical output.
You must switch to a channel with AC3 output (HD channel or Pro7 on Astra) then switch to the channel with AC3+.
It works nice with the french DVB-T HD channels wich have only AC3+ sound.
Edited by clweb, 15 September 2013 - 20:10.
Re: Dd+ #11
Posted 15 September 2013 - 20:49
i have dm8000 end of 2010 but doesnt works i dont know if there is any change on last models that have other hardware. Maybe im doing something wrong. when i install the last openpli i cant do anything because the user password has changed can you tell me which is by default. i will try today again
thanks
Edited by antrabe, 15 September 2013 - 20:50.
Re: Dd+ #12
Re: Dd+ #13
Re: Dd+ #14
Re: Dd+ #15
Posted 20 September 2013 - 08:14
Did you read the reply from SatKiekerd?
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Re: Dd+ #16
Re: Dd+ #17
Posted 24 September 2013 - 21:20
Finally DMM seem to want to give a solution
projects / obi/libdvbsi++.git / commitdiff
summary | shortlog | log | commit | commitdiff | tree
raw | patch (parent: 49b0c78)
EnhancedAC3Descriptor: don't include mixInfoExistsFlag in calculation of header length
author Andreas Oberritter <obi@opendreambox.org>
Mon, 23 Sep 2013 19:14:27 +0000 (21:14 +0200)
committer Andreas Oberritter <obi@opendreambox.org>
Mon, 23 Sep 2013 19:14:27 +0000 (21:14 +0200)
src/enhanced_ac3_descriptor.cpp patch | blob | history
diff --git a/src/enhanced_ac3_descriptor.cpp b/src/enhanced_ac3_descriptor.cpp
index 9756359..e997a8c 100644 (file)
--- a/src/enhanced_ac3_descriptor.cpp
+++ b/src/enhanced_ac3_descriptor.cpp
@@ -38,7 +38,7 @@ EnhancedAC3Descriptor::EnhancedAC3Descriptor(const uint8_t * const buffer) : Des
substream3Flag = buffer[2] & 0x01;
size_t headerLength = 1 + componentTypeFlag + bsidFlag + mainidFlag +
- asvcFlag + mixInfoExistsFlag + substream1Flag +
+ asvcFlag + substream1Flag +
substream2Flag + substream3Flag;
ASSERT_MIN_DLEN(headerLength);
C++ parsing library for Service Information (SI) in DVB systems
Re: Dd+ #18
Re: Dd+ #19
Re: Dd+ #20
5 user(s) are reading this topic
0 members, 5 guests, 0 anonymous users