1. No user installed addons are supported, python or otherwise.
2. No, they really are not supported.
3. They are not coming back
4. Read from 1. again

Any mention of illegal streaming sites, addons or any pirated material will not be tolerated. This is not democracy and any offenders will be banned and posts deleted immediately without warning.

Other than that, we hope you enjoy MrMC so far and we welcome any input and feedback you might have.

Team MrMC.

ENCODING_IEC61937 fallback to ENCODING_AC3 Topic is solved

Any issues that are NOT Nvidia Shield or FireTV specific
Post Reply
eyosha
Posts: 33
Joined: 13 Jan 2019, 09:18

ENCODING_IEC61937 fallback to ENCODING_AC3

Post by eyosha »

Hi
after testing a lot of movies and audio formats last night, I came across a white noise in some situations
while playing some audio formats as "2.0 channels DD" in some cases I get loud white noise, if I remove the option "IEC passthrough" it works fine, but other formats does not work :(
I guess the Sony TV implementation on android 7 ENCODING_IEC61937 is broken some how.
but if I play movies in the native Sony Video app it all works fine.
So my guess is Sony uses maybe ENCODING_AC3 API and not IEC.
I was wondering if in the future MrMC can have fallback from IEC to ENCODING_AC3 in those cases

thanks
Elad
User avatar
amet
Team MrMC
Posts: 3787
Joined: 26 Oct 2015, 16:59
Location: Dubai/Novi Sad

Re: ENCODING_IEC61937 fallback to ENCODING_AC3

Post by amet »

debuglog might have some info?
eyosha
Posts: 33
Joined: 13 Jan 2019, 09:18

Re: ENCODING_IEC61937 fallback to ENCODING_AC3

Post by eyosha »

Sure I will post one later on
Elad
eyosha
Posts: 33
Joined: 13 Jan 2019, 09:18

Re: ENCODING_IEC61937 fallback to ENCODING_AC3

Post by eyosha »

amet wrote: 14 Jan 2019, 16:50 debuglog might have some info?
here you go
https://pastebin.com/SrgcS7jg

the interesting parts are
1. why it says the resolution is only FHD while the TV is 4K?
2. from the middle you can see I run 3 tests with 3 different movies all with different audio formats all get white noise
on IEC pass through, other formats works great when IEC is on

please tell me if you need more help from me
best
Elad
User avatar
davilla
Team MrMC
Posts: 4377
Joined: 26 Oct 2015, 17:01

Re: ENCODING_IEC61937 fallback to ENCODING_AC3

Post by davilla »

21:47:10.050 T:18446744072141932832 NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080 @ 60.000004 Hz

The Android part only reports 1920 x 1080 @60 Hz. That's all MrMC can see. Look in your android side for display settings, auto maybe ?

Turn off IEC packing ?
eyosha
Posts: 33
Joined: 13 Jan 2019, 09:18

Re: ENCODING_IEC61937 fallback to ENCODING_AC3

Post by eyosha »

Hi
Thanks for the fast response
The resolution set to auto is that wrong?

Regarding the audio if I turn off IEC it will work for those formats but will not play audio for all other formats that works good with IEC enabled

Elad
eyosha
Posts: 33
Joined: 13 Jan 2019, 09:18

Re: ENCODING_IEC61937 fallback to ENCODING_AC3

Post by eyosha »

As a solution I left IEC packing on, but removed AC3 DD from the passthrough options
So I don't have noise any more from DD 2.0 channels as it decode it to PCM.
It's bummer as in some movies where I have AC3 5.1 which are OK with IEC packing are now decodes to 2.0 channels pcm
As most of my movies are DTS which works OK in passthrough I can leave with that

Elad
User avatar
koying
Team MrMC
Posts: 443
Joined: 20 Mar 2016, 17:49

Re: ENCODING_IEC61937 fallback to ENCODING_AC3

Post by koying »

Code: Select all

21:56:19.974 T:18446744072145750304   DEBUG:     encodings: ENCODING_PCM_16BIT / ENCODING_AC3 / ENCODING_E_AC3 /
The TV doesn't actually report supporting IEC at all, so if DTS is working, you're lucky ;)
The only "proper" solution is:
- Disable IEC
- Set channels to 2.0
- Enable *only* AC3
- Enable transcode

That way, everything non-ac3, non 2.0 PCM will be transcoded to AC3 5.1.
But yeah, if your stuff is mostly DTS and it works for you, you might also keep it like you did, your choice...
eyosha
Posts: 33
Joined: 13 Jan 2019, 09:18

Re: ENCODING_IEC61937 fallback to ENCODING_AC3

Post by eyosha »

thanks
so if I remove IEC packing what would be expected?
how come some of the movies has no audio when disabling IEC?.

I mean as far as I checked the Sony TV player play DTS movies and DD movies
maybe it has issues playing some of the movies too, Need to check that
regarding
That way, everything non-ac3, non 2.0 PCM will be transcoded to AC3 5.1.
ARC does not support passing 5.1 PCM so I'll end up with 2.0 channels :(

Elad
User avatar
davilla
Team MrMC
Posts: 4377
Joined: 26 Oct 2015, 17:01

Re: ENCODING_IEC61937 fallback to ENCODING_AC3

Post by davilla »

PCM will be transcoded to AC3 5.1, means ac3 format, not pcm. So it's actually two channels of encoded ac3 5.1.
Post Reply