Jump to content


goodsat

Member Since 13 Jul 2013
Offline Last Active 29 Jul 2024 15:01
-----

Posts I've Made

In Topic: DTS Downmix Of Audio Streams for Dreambox

13 July 2013 - 15:29

hi xtreand , vu+ etc... use internal driver for decoding AC3 ans AC3+ , dreambox not decoding AC3 and ac3+   gstreamer patch for use ac3 and not patch for use ac3+

 

please patch for support ac3+ in dreambox

 

 

gstdvbaudiosink.c:

 

#define AC3CAPS \
        "audio/x-ac3, " \
        "framed =(boolean) true; " \

+      "audio/x-eac3, " \
+      "framed = (boolean) true; " \

        "audio/x-private1-ac3, " \
        "framed =(boolean) true; "

 

-       else if (!strcmp(type, "audio/x-ac3"))

+      else if (!strcmp(type, "audio/x-ac3") || !strcmp(type, "audio/x-eac3"))
 
else if (!strcmp(type, "audio/x-ac3")) if ac3 detected decoding (gst get audio format) not detected ac3+ = not suport
else if (!strcmp(type, "audio/x-ac3") || !strcmp(type, "audio/x-eac3")) =   if ac3 or ac3+ detected decoding (gst get audio format)

In Topic: DTS Downmix Of Audio Streams for Dreambox

13 July 2013 - 11:42

hi athoik i am send link (my private ftp ) ts files private message  and ( audio/x-ac3 = dolby digital ) (audio/x-eac3 = dolby digital plus or E-AC3)

 

patch based :

http://dev.duckbox.i...61ce35954152e16

 


Audio #1
ID                                       : 2002 (0x7D2)
Menu ID                                  : 3000 (0xBB8)
Format                                   : E-AC-3
Format/Info                              : Audio Coding 3
Format settings, Endianness              : Big
Codec ID                                 : 6
Duration                                 : 42s 80ms
Bit rate mode                            : Constant
Bit rate                                 : 128 Kbps
Channel(s)                               : 2 channels
Channel positions                        : Front: L R
Sampling rate                            : 48.0 KHz
Compression mode                         : Lossy
Delay relative to video                  : -792ms
Stream size                              : 658 KiB (1%)
Language                                 : French


In Topic: DTS Downmix Of Audio Streams for Dreambox

13 July 2013 - 10:12

Hello I'm looking compiled OpenPLi-gst-plugin-dvbmediasink to run the AC3 +
if user gstdvbaudiosink.c patched and compiled ipk

and also an explanatory compilation

 

gstdvbaudiosink.c:

 

#define AC3CAPS \
        "audio/x-ac3, " \
        "framed =(boolean) true; " \

+      "audio/x-eac3, " \
+      "framed = (boolean) true; " \

        "audio/x-private1-ac3, " \
        "framed =(boolean) true; "

 

-       else if (!strcmp(type, "audio/x-ac3"))

+      else if (!strcmp(type, "audio/x-ac3") || !strcmp(type, "audio/x-eac3"))
 
 
thanx for patch and compil ipk for dm800se