Page 2 of 3

Re: Version 4.2.2 is released

Posted: Wed Nov 19, 2014 10:40 am
by SubJunk
Hi guys, please post your logs (using the instructions in my signature) to the following thread so we can fix it for you :) viewtopic.php?f=5&t=2090&start=90

Re: Version 4.2.2 is released

Posted: Thu Nov 20, 2014 4:07 pm
by Gareee
Using the patch, should we see live stream speeds updating on the main tab? Ums wouldn't show up on our ps3 until I patched it, but I wasn't sure with this patch if the bitrate should be working or not.

Re: Version 4.2.2 is released

Posted: Fri Nov 21, 2014 2:07 am
by gatty
Problem that I raised in 4.2.1 still exist. please refer to my comment in 4.2.1 to fix
thanks

Re: Version 4.2.2 is released

Posted: Fri Nov 21, 2014 8:16 am
by raprop
Still persist problem with LG Web OS, avi with no subs or mp4 with external sub don play and buffer show oversize.

http://ul.to/wupcevls

Re: Version 4.2.2 is released

Posted: Wed Nov 26, 2014 3:38 am
by gatty
hi SubJunk,
tested on the 4.2.2 java8 Mac, subtitle issue with Vietnamese language fixed, works perfectly. however, seems transcoding got problems with some video file types, especially high compression MP4 or MKV. attached is the trace:
working well:
- House.M.D.S02E02.720p.WEB-DL-TjHD.mkv
- House.M.D.S04E04.Guardian.Angels.720p.WEB-DL.DD5.1.h.264-TjHD.mkv
- Penny Dreadful S01E01 HDTVx264-2HD.mkv
doesn't work
- House.of.Cards.2013.S02E04.720p.Bluray.x264-DEMAND.mkv
- Da Vinci's Demons S01E03 720p BRRip AAC DD5.1 x264-PSYPHER.mp4
- Breaking.Bad.S01E03.All.Bluray.Versions.PhuDeViet.Org.mkv
- Game of Thrones S02E03 720p BluRay-DEMAND What is Dead May Never Die.mkv not working

https://www.dropbox.com/s/o6o1jmzpxbtsd ... g.zip?dl=0
thanks

Re: Version 4.2.2 is released

Posted: Fri Nov 28, 2014 3:06 pm
by Paradox
Aspect ratio issues are back (as ive discussed previous and which were fixed previously) on Sony Bravia 40EX403 TV when using Mencoder, it is totally ignoring Sony-BraviaEX.conf and the
"CustomMencoderOptions = -vf softskip,scale=1283:720,expand=::::1:16/9:2 -lavcopts aspect=16/9" command line.

Image ends up squashed as previous discussed and shown via screw grabs in this thread...
viewtopic.php?f=9&t=1959

Re: Version 4.2.2 is released

Posted: Fri Nov 28, 2014 10:26 pm
by Paradox
Right, bad to reply to my own post but i think the aspect ratio issue may be related to aspect ratios not being cached/stored in the database properly as happened previously in a 3.6.x build, and was put right in 3.6.3 perhaps subjunk could check, basically this issue....
viewtopic.php?f=3&t=1954#p10998
as per the response he made to me in the middle of that post. I believe that may not be happening in this new 4.2.2 version.

If each time i load 4.2.2 and "reset the cache" in the interface, then turn on my bravia TV content will display with the correct aspect (IE it obeys the mencoder options), if i then add a new file to a shared directory and attempt to play it without first resetting the cache it will do the squashed picture thing.

Ive for now solved it by just going back to version 4.2.0 although if more testing is needed and 4.2.2 is not due to aspect ratios not being cached/stored correct ill reinstall and start doing logs again. Im guessing though something is not being cached/stored right, a similar issue to what was fixed previously in 3.6.3.

Re: Version 4.2.2 is released

Posted: Sat Nov 29, 2014 4:07 am
by Goose7
BRAVO!!

I can once again see UMS displayed on my Xbox One via the Media Player app and can access my iTunes library and iTunes playlists from there and play all my songs without a problem.

THANK YOU!

Re: Version 4.2.2 is released

Posted: Sun Nov 30, 2014 3:26 am
by Paradox
Scrap all what i said its down to various small changes in the code and the SONYEX profile from 4.2.1 and onwards which has introduced various issues, hopefully someone will put the custom MEncoderoptions code in the profile back to how it should be from 4.2.0 and also add the other missing lines of...

MaxVideoWidth = 1920
MaxVideoHeight = 1080
H264Level41Limited = true

back into the SonyEX renderer. God only knows how H264Level41Limited = true got left out, which means all MP4 encoded stuff with a profile level higher than 4.1 takes an age to start playback, if it even playsback.

Re: Version 4.2.2 is released

Posted: Sun Nov 30, 2014 2:43 pm
by SubJunk
Paradox wrote:Scrap all what i said its down to various small changes in the code and the SONYEX profile from 4.2.1 and onwards which has introduced various issues, hopefully someone will put the custom MEncoderoptions code in the profile back to how it should be from 4.2.0
The CustomMencoderOptions change was contributed to us by a user who reported it fixed a bug where subtitles would overlap (link).
Paradox wrote:and also add the other missing lines of...

MaxVideoWidth = 1920
MaxVideoHeight = 1080
H264Level41Limited = true

back into the SonyEX renderer. God only knows how H264Level41Limited = true got left out, which means all MP4 encoded stuff with a profile level higher than 4.1 takes an age to start playback, if it even playsback.
We made those 3 values the defaults, so removed them from all renderer configs since they are no longer needed.