Unable to play on PS3

For help and support with Universal Media Server
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Post Reply
gabriels
Posts: 14
Joined: Sun Dec 07, 2014 6:40 am

Unable to play on PS3

Post by gabriels »

I am unable to play Game of Thrones season 5 on my PS3.
The sound and video gets weird when HBO logo is presented and the series opening starts.
Attachments
debug.log
(112.38 KiB) Downloaded 420 times
WEB.conf
(3.96 KiB) Downloaded 470 times
UMS.conf
(43.14 KiB) Downloaded 448 times
User avatar
valib
Developer
Posts: 699
Joined: Fri Feb 08, 2013 3:11 am

Re: Unable to play on PS3

Post by valib »

Have you tried to play this file with FFmpeg instead of Mencoder?
gabriels
Posts: 14
Joined: Sun Dec 07, 2014 6:40 am

Re: Unable to play on PS3

Post by gabriels »

valib wrote:Have you tried to play this file with FFmpeg instead of Mencoder?
FFmpeg is the default video engine and it shows in the debug log:
DEBUG 22:10:12.792 [Request Handler] Starting C:\Program Files (x86)\Universal Media Server\win32\ffmpeg.exe -ss 120 -i C:\DRIVE_D\Series\Game.of.Thrones.S05E10.MKV -an -an -vf scale='if(gt(a,16/9),320,-1)':'if(gt(a,16/9),-1,180)', pad=320:180:(320-iw)/2:(180-ih)/2 -vframes 1 -f image2 pipe:
DEBUG 22:10:12.865 [Request Handler] Attaching thread: ffmpeg.exe-21
DEBUG 22:10:12.905 [ffmpeg.exe-21-2] ffmpeg version N-72259-g0b9d636 Copyright (c) 2000-2015 the FFmpeg developers
User avatar
valib
Developer
Posts: 699
Joined: Fri Feb 08, 2013 3:11 am

Re: Unable to play on PS3

Post by valib »

gabriels what you write means that FFmpeg is making thumbnail not to play video. Please repeat the bug by starting to play the video before you send the log. I don't know how it is possible but your debug.log shows that you started to play Game.of.Thrones.S05E10.MKV with Mencoder not the default FFmpeg.
gabriels
Posts: 14
Joined: Sun Dec 07, 2014 6:40 am

Re: Unable to play on PS3

Post by gabriels »

valib wrote:gabriels what you write means that FFmpeg is making thumbnail not to play video. Please repeat the bug by starting to play the video before you send the log. I don't know how it is possible but your debug.log shows that you started to play Game.of.Thrones.S05E10.MKV with Mencoder not the default FFmpeg.
I have disabled MEncoder in the configuration and restarted UMS.
Now it is FFMpeg and still the same result.
Video is unplayable when HBO logo starts at the opening of the chapter.
Attachments
debug.zip
(43.06 KiB) Downloaded 447 times
User avatar
valib
Developer
Posts: 699
Joined: Fri Feb 08, 2013 3:11 am

Re: Unable to play on PS3

Post by valib »

First of all please set the default renderer to "Unknown renderer" and let UMS to correctly recognize renderers. Now UMS shows PS3 on adresses 10.0.0.1, 10.0.0.3 and also 10.0.0.4 which is your PC. Second untick at the FFmpeg setting page the "Defer to MEncoder when transcoding problematic subtitles".
Please before you try again to play the problematic file set the debug to TRACE level. And at the end please hit the button "Pack debug file" and send the generated .zip file not only debug.log
gabriels
Posts: 14
Joined: Sun Dec 07, 2014 6:40 am

Re: Unable to play on PS3

Post by gabriels »

valib wrote:First of all please set the default renderer to "Unknown renderer" and let UMS to correctly recognize renderers. Now UMS shows PS3 on adresses 10.0.0.1, 10.0.0.3 and also 10.0.0.4 which is your PC. Second untick at the FFmpeg setting page the "Defer to MEncoder when transcoding problematic subtitles".
Please before you try again to play the problematic file set the debug to TRACE level. And at the end please hit the button "Pack debug file" and send the generated .zip file not only debug.log
Changed the settings as instructed and it's now working great.
I don't know which one fixed it (the "renderer" or the "defer") but I'm happy with the result.
Attached the debug file for reference.
Attachments
ums_dbg.zip
(50.05 KiB) Downloaded 434 times
Post Reply