PMS SubJunk Build

Download and discuss official beta builds here

Re: PMS SubJunk Build 71 (Updated 2012-04-15)

Postby SubJunk » Wed Apr 18, 2012 4:38 am

@Manco it seems to think your local IP address is 0.0.0.0 which is obviously wrong. I'll look into this.

@Majin3 I'll check it out, thanks for testing
SubJunk
 
Posts: 1207
Joined: Fri Mar 27, 2009 5:25 am

Re: PMS SubJunk Build 71 (Updated 2012-04-15)

Postby Manco » Thu Apr 19, 2012 12:01 am

SubJunk wrote:@Manco it seems to think your local IP address is 0.0.0.0 which is obviously wrong. I'll look into this.


Thank you!
Manco
 
Posts: 19
Joined: Sat May 09, 2009 9:59 pm

Re: PMS SubJunk Build 71 (Updated 2012-04-15)

Postby SubJunk » Thu Apr 19, 2012 7:32 am

Manco, you said SB57 works for you. Can you please try some more versions (from SB58 to SB70) to see when the bug appeared? That would help. You can download older versions from here
SubJunk
 
Posts: 1207
Joined: Fri Mar 27, 2009 5:25 am

Re: PMS SubJunk Build 71 (Updated 2012-04-15)

Postby Manco » Fri Apr 20, 2012 8:51 pm

SubJunk wrote:Manco, you said SB57 works for you. Can you please try some more versions (from SB58 to SB70) to see when the bug appeared? That would help. You can download older versions from here

'I tried them out

SB58 WORKED had to install java 7
SB59 ,SB60 did not work the program wouldn't even open.
SB61,SB62 worked.
SB63 did not work program wouldn't open.
SB64 WORKED
SB65 WORKED
SB66,SB67,SB68,SB69,SB70 program opened but could not find PS3.

I have the debug logs for each if you want them.
Manco
 
Posts: 19
Joined: Sat May 09, 2009 9:59 pm

Re: PMS SubJunk Build 71 (Updated 2012-04-15)

Postby manwe » Fri Apr 20, 2012 9:41 pm

On Windows 7 32 Bit, default install, default options, 1.52.2-SB71

When using Overscan Compensation video does not play

Code: Select all
INFO  2012-04-20 23:22:36.430 [New I/O server worker #1-2] Checking shared folder: E:\Movies
DEBUG 2012-04-20 23:22:38.387 [pool-9-thread-1] Starting D:\pms\win32\ffmpeg.exe -ss 1 -i "E:\Movies\GoT\Game of Thrones You Win or You Die.mp4" -an -an -s 320x180 -vframes 1 -f image2 pipe:
DEBUG 2012-04-20 23:22:38.392 [pool-9-thread-1] Attaching thread: ffmpeg.exe-3
DEBUG 2012-04-20 23:22:41.107 [Buffered IO End Checker] Stopping process: ffmpeg.exe-3
DEBUG 2012-04-20 23:22:41.354 [UPNP-AliveMessageSender] Sending ALIVE...
INFO  2012-04-20 23:22:42.927 [New I/O server worker #1-3] Starting transcode/remux of Game of Thrones You Win or You Die.mp4
DEBUG 2012-04-20 23:22:43.003 [New I/O server worker #1-3] Caught exception
java.lang.ArithmeticException: / by zero
   at net.pms.encoders.MEncoderVideo.launchTranscode(MEncoderVideo.java:1863) ~[pms.jar:na]
   at net.pms.dlna.DLNAResource.getInputStream(DLNAResource.java:1535) ~[pms.jar:na]
   at net.pms.network.RequestV2.answer(RequestV2.java:313) ~[pms.jar:na]
   at net.pms.network.RequestHandlerV2.writeResponse(RequestHandlerV2.java:303) ~[pms.jar:na]
   at net.pms.network.RequestHandlerV2.messageReceived(RequestHandlerV2.java:266) ~[pms.jar:na]
   at org.jboss.netty.handler.stream.ChunkedWriteHandler.handleUpstream(ChunkedWriteHandler.java:148) ~[pms.jar:na]
   at org.jboss.netty.handler.codec.http.HttpChunkAggregator.messageReceived(HttpChunkAggregator.java:116) ~[pms.jar:na]
   at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:302) ~[pms.jar:na]
   at org.jboss.netty.handler.codec.replay.ReplayingDecoder.unfoldAndfireMessageReceived(ReplayingDecoder.java:522) ~[pms.jar:na]
   at org.jboss.netty.handler.codec.replay.ReplayingDecoder.callDecode(ReplayingDecoder.java:506) ~[pms.jar:na]
   at org.jboss.netty.handler.codec.replay.ReplayingDecoder.messageReceived(ReplayingDecoder.java:443) ~[pms.jar:na]
   at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:274) ~[pms.jar:na]
   at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:261) ~[pms.jar:na]
   at org.jboss.netty.channel.socket.nio.NioWorker.read(NioWorker.java:349) ~[pms.jar:na]
   at org.jboss.netty.channel.socket.nio.NioWorker.processSelectedKeys(NioWorker.java:280) ~[pms.jar:na]
   at org.jboss.netty.channel.socket.nio.NioWorker.run(NioWorker.java:200) ~[pms.jar:na]
   at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [na:1.7.0_02]
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [na:1.7.0_02]
   at java.lang.Thread.run(Unknown Source) [na:1.7.0_02]


When NOT using Overscan Compensation video plays fine

Code: Select all
INFO  2012-04-20 23:32:53.270 [New I/O server worker #1-2] Checking shared folder: E:\Movies
DEBUG 2012-04-20 23:32:55.023 [pool-8-thread-1] Starting D:\pms\win32\ffmpeg.exe -ss 1 -i "E:\Movies\GoT\Game of Thrones You Win or You Die.mp4" -an -an -s 320x180 -vframes 1 -f image2 pipe:
DEBUG 2012-04-20 23:32:55.030 [pool-8-thread-1] Attaching thread: ffmpeg.exe-3
DEBUG 2012-04-20 23:32:57.748 [Buffered IO End Checker] Stopping process: ffmpeg.exe-3
DEBUG 2012-04-20 23:32:59.036 [UPNP-AliveMessageSender] Sending ALIVE...
INFO  2012-04-20 23:32:59.885 [New I/O server worker #1-4] Starting transcode/remux of Game of Thrones You Win or You Die.mp4
DEBUG 2012-04-20 23:32:59.958 [New I/O server worker #1-4] Creating pipe \\.\pipe\mencoder1334953979957
DEBUG 2012-04-20 23:33:00.055 [Thread-23] Waiting for pipe connection \\.\pipe\mencoder1334953979957
DEBUG 2012-04-20 23:33:00.106 [mencoder.exe-4] Starting D:\pms\win32\mencoder.exe -ss 0 -quiet "E:\Movies\GoT\Game of Thrones You Win or You Die.mp4" -quiet -quiet -oac lavc -of mpeg -quiet -quiet -mpegopts format=mpeg2:muxrate=500000:vbuf_size=1194:abuf_size=64 -ovc lavc -channels 2 -lavdopts debug=0:threads=2 -lavcopts autoaspect=1:vcodec=mpeg2video:acodec=ac3:abitrate=448:threads=2:keyint=5:vqscale=1:vqmin=2:vrc_maxrate=54000:vrc_buf_size=1835 -quiet -quiet -subdelay 20000 -quiet -quiet -ofps 30000/1001 -quiet -quiet -lavdopts fast -mc 0.1 -af lavcresample=48000 -srate 48000 -o \\.\pipe\mencoder1334953979957
DEBUG 2012-04-20 23:33:00.108 [mencoder.exe-4] Reading pipe: \\.\pipe\mencoder1334953979957
DEBUG 2012-04-20 23:33:00.108 [mencoder.exe-4] Attaching thread: mencoder.exe-4
DEBUG 2012-04-20 23:33:00.124 [Thread-27] MEncoder SB30 (C) 2000-2012 MPlayer Team
DEBUG 2012-04-20 23:33:00.125 [Thread-27] Custom build by SubJunk, http://www.spirton.com
DEBUG 2012-04-20 23:33:00.125 [Thread-27]
DEBUG 2012-04-20 23:33:00.129 [Thread-27] success: format: 0  data: 0x0 - 0x12a99382
DEBUG 2012-04-20 23:33:00.129 [Thread-27] libavformat version 54.3.100 (internal)
DEBUG 2012-04-20 23:33:00.131 [Thread-27] libavformat file format detected.
DEBUG 2012-04-20 23:33:00.156 [Thread-27] [lavf] stream 0: video (h264), -vid 0
DEBUG 2012-04-20 23:33:00.156 [Thread-27] [lavf] stream 1: audio (aac), -aid 0, -alang und
DEBUG 2012-04-20 23:33:00.156 [Thread-27] VIDEO:  [H264]  1280x720  24bpp  29.970 fps  1740.9 kbps (212.5 kbyte/s)
DEBUG 2012-04-20 23:33:00.156 [Thread-27] [V] filefmt:44  fourcc:0x34363248  size:1280x720  fps:29.970  ftime:=0.0334
DEBUG 2012-04-20 23:33:00.156 [Thread-27] ==========================================================================
DEBUG 2012-04-20 23:33:00.156 [Thread-27] Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
DEBUG 2012-04-20 23:33:00.157 [Thread-27] libavcodec version 54.14.100 (internal)
DEBUG 2012-04-20 23:33:00.159 [Thread-27] AUDIO: 44100 Hz, 2 ch, s16le, 151.9 kbit/10.76% (ratio: 18984->176400)
DEBUG 2012-04-20 23:33:00.159 [Thread-27] Selected audio codec: [ffaac] afm: ffmpeg (FFmpeg AAC (MPEG-2/MPEG-4 Audio))
DEBUG 2012-04-20 23:33:00.159 [Thread-27] ==========================================================================
DEBUG 2012-04-20 23:33:00.159 [Thread-23] Result of \\.\pipe\mencoder1334953979957 : true
DEBUG 2012-04-20 23:33:00.160 [Thread-27] PACKET SIZE: 2048 bytes, deltascr: 884
DEBUG 2012-04-20 23:33:00.161 [Thread-27] Opening video filter: [expand osd=1]
DEBUG 2012-04-20 23:33:00.161 [Thread-27] Expand: -1 x -1, -1 ; -1, osd: 1, aspect: 0.000000, round: 1
DEBUG 2012-04-20 23:33:00.161 [Thread-27] ==========================================================================
DEBUG 2012-04-20 23:33:00.162 [Thread-27] Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
DEBUG 2012-04-20 23:33:00.164 [Thread-27] Selected video codec: [ffh264] vfm: ffmpeg (FFmpeg H.264)
DEBUG 2012-04-20 23:33:00.164 [Thread-27] ==========================================================================
DEBUG 2012-04-20 23:33:00.168 [Thread-26] [ac3 @ 010bb9e0]channel_layout not specified
DEBUG 2012-04-20 23:33:00.168 [Thread-26] [ac3 @ 010bb9e0]No channel layout specified. The encoder will guess the layout, but it might be incorrect.
DEBUG 2012-04-20 23:33:00.169 [Thread-26] Limiting audio preload to 0.4s.
DEBUG 2012-04-20 23:33:00.169 [Thread-26] Increasing audio density to 4.
DEBUG 2012-04-20 23:33:00.172 [Thread-26] Unsupported PixelFormat 61
DEBUG 2012-04-20 23:33:00.172 [Thread-26] Unsupported PixelFormat 53
DEBUG 2012-04-20 23:33:00.172 [Thread-26] Unsupported PixelFormat 81
DEBUG 2012-04-20 23:33:00.176 [Thread-27] Movie-Aspect is undefined - no prescaling applied.
DEBUG 2012-04-20 23:33:00.176 [Thread-27] videocodec: libavcodec (1280x720 fourcc=3267706d [mpg2])
DEBUG 2012-04-20 23:33:00.176 [Thread-27] [VE_LAVC] Using constant qscale = 1.000000 (VBR).
INFO  2012-04-20 23:33:00.211 [StartPlaying Event] renderer: 192.168.1.2, file: E:\Movies\GoT\Game of Thrones You Win or You Die.mp4
DEBUG 2012-04-20 23:33:00.216 [Thread-27] Writing header...
DEBUG 2012-04-20 23:33:00.216 [Thread-27] INITV: 0.200, 0.167, fps: 29.970
DEBUG 2012-04-20 23:33:00.216 [Thread-27]


The above behavior is the same regardless to renderer (XBMC / Bravia 5500) and video file (tried a dozen that used to play fine)

To sum up, w/o overscan compensation everything works fine, when values are used java divides by zero and crashes.

The same happens with the latest official stable build, 1.52.1
manwe
 
Posts: 6
Joined: Mon Feb 06, 2012 9:37 am

Re: PMS SubJunk Build 71 (Updated 2012-04-15)

Postby SubJunk » Sat Apr 21, 2012 12:06 am

Manco wrote:
SubJunk wrote:Manco, you said SB57 works for you. Can you please try some more versions (from SB58 to SB70) to see when the bug appeared? That would help. You can download older versions from here

'I tried them out

SB58 WORKED had to install java 7
SB59 ,SB60 did not work the program wouldn't even open.
SB61,SB62 worked.
SB63 did not work program wouldn't open.
SB64 WORKED
SB65 WORKED
SB66,SB67,SB68,SB69,SB70 program opened but could not find PS3.

I have the debug logs for each if you want them.
Thanks a lot, this will help us find the bug much faster :)

manwe wrote:To sum up, w/o overscan compensation everything works fine, when values are used java divides by zero and crashes.
Ah yep, I see what went wrong. It happens with renderers that don't have maximum resolutions specified. A fix will be in the next version, thanks for reporting it! In the meantime you can fix it yourself by adding the following lines to your relevant renderer.conf files:

MaxVideoWidth = 1920
MaxVideoHeight = 1080
SubJunk
 
Posts: 1207
Joined: Fri Mar 27, 2009 5:25 am

Re: PMS SubJunk Build 71 (Updated 2012-04-15)

Postby menting » Wed Apr 25, 2012 5:36 am

I'm having errors trying to play two of my mp4 files.
It keeps coming back and saying unsupported format.
The log of it is below, it doesn't seem to show much I'm afraid. Any ideas to try?
Thanks

Code: Select all
DEBUG 2012-04-24 21:50:23.660 [New I/O server worker #1-11] Forcing short path name on L:\卡通\帥廷的\Fate Zero\fate zero -15.mp4
DEBUG 2012-04-24 21:50:23.661 [StartPlaying Event] Forcing short path name on L:\卡通\帥廷的\Fate Zero\fate zero -15.mp4
INFO  2012-04-24 21:50:23.661 [StartPlaying Event] renderer: 192.168.2.156, file: L:\卡通\帥廷的\FATEZE~1\FATEZE~2.MP4
DEBUG 2012-04-24 21:50:25.992 [New I/O server worker #1-11] Forcing short path name on L:\卡通\帥廷的\Fate Zero\fate zero -15.mp4
DEBUG 2012-04-24 21:50:29.995 [StopPlaying Event] Forcing short path name on L:\卡通\帥廷的\Fate Zero\fate zero -15.mp4
INFO  2012-04-24 21:50:29.995 [StopPlaying Event] renderer: 192.168.2.156, file: L:\卡通\帥廷的\FATEZE~1\FATEZE~2.MP4
menting
 
Posts: 15
Joined: Mon Jan 17, 2011 3:17 am

Re: PMS SubJunk Build 71 (Updated 2012-04-15)

Postby SubJunk » Wed Apr 25, 2012 7:06 am

menting wrote:I'm having errors trying to play two of my mp4 files.
It keeps coming back and saying unsupported format.
The log of it is below, it doesn't seem to show much I'm afraid. Any ideas to try?
Thanks

Code: Select all
DEBUG 2012-04-24 21:50:23.660 [New I/O server worker #1-11] Forcing short path name on L:\卡通\帥廷的\Fate Zero\fate zero -15.mp4
DEBUG 2012-04-24 21:50:23.661 [StartPlaying Event] Forcing short path name on L:\卡通\帥廷的\Fate Zero\fate zero -15.mp4
INFO  2012-04-24 21:50:23.661 [StartPlaying Event] renderer: 192.168.2.156, file: L:\卡通\帥廷的\FATEZE~1\FATEZE~2.MP4
DEBUG 2012-04-24 21:50:25.992 [New I/O server worker #1-11] Forcing short path name on L:\卡通\帥廷的\Fate Zero\fate zero -15.mp4
DEBUG 2012-04-24 21:50:29.995 [StopPlaying Event] Forcing short path name on L:\卡通\帥廷的\Fate Zero\fate zero -15.mp4
INFO  2012-04-24 21:50:29.995 [StopPlaying Event] renderer: 192.168.2.156, file: L:\卡通\帥廷的\FATEZE~1\FATEZE~2.MP4
Please post your full debug.log :)
SubJunk
 
Posts: 1207
Joined: Fri Mar 27, 2009 5:25 am

Re: PMS SubJunk Build 71 (Updated 2012-04-15)

Postby menting » Wed Apr 25, 2012 7:24 am

SubJunk wrote:Please post your full debug.log :)

Sorry, that was very newbie of me :)

here's the whole debug log
it shows up as "corrupted data" on the ps3 actually, not unsupported as i previously mentioned.

Code: Select all
INFO  2012-04-25 00:21:42.425 [main] Starting PS3 Media Server 1.52.2-SB71
INFO  2012-04-25 00:21:42.435 [main] by shagrath / 2008-2012
INFO  2012-04-25 00:21:42.438 [main] http://ps3mediaserver.org
INFO  2012-04-25 00:21:42.439 [main] https://github.com/ps3mediaserver/ps3mediaserver
INFO  2012-04-25 00:21:42.441 [main] Custom build by SubJunk, http://www.spirton.com
INFO  2012-04-25 00:21:42.443 [main]
INFO  2012-04-25 00:21:42.443 [main] Build: b4e8b14fb (2012-04-15)
INFO  2012-04-25 00:21:42.444 [main] Java: 1.7.0_03-Oracle Corporation
INFO  2012-04-25 00:21:42.445 [main] OS: Windows 7 x86 6.1
INFO  2012-04-25 00:21:42.446 [main] Encoding: UTF-8
INFO  2012-04-25 00:21:42.447 [main]
INFO  2012-04-25 00:21:42.447 [main] Working directory: C:\Program Files (x86)\PS3 Media Server
INFO  2012-04-25 00:21:42.452 [main] Temp folder: C:\Users\menting\AppData\Local\Temp\ps3mediaserver
INFO  2012-04-25 00:21:42.453 [main] Logging config file: C:\Program Files (x86)\PS3 Media Server\logback.xml
INFO  2012-04-25 00:21:42.453 [main] debug.log: C:\Program Files (x86)\PS3 Media Server\debug.log
INFO  2012-04-25 00:21:42.453 [main]
INFO  2012-04-25 00:21:42.453 [main] Profile directory: C:\ProgramData\PMS
INFO  2012-04-25 00:21:42.454 [main] Profile path: C:\ProgramData\PMS\PMS.conf
INFO  2012-04-25 00:21:42.454 [main] Profile status: rw
INFO  2012-04-25 00:21:42.454 [main] Profile name: i920
INFO  2012-04-25 00:21:42.455 [main]
INFO  2012-04-25 00:21:42.457 [main] Loading MediaInfo library
INFO  2012-04-25 00:21:42.509 [main] Loaded MediaInfoLib - v0.7.56
INFO  2012-04-25 00:21:42.512 [main] Loading renderer configurations from C:\Program Files (x86)\PS3 Media Server\renderers
INFO  2012-04-25 00:21:42.513 [main] Loading configuration file: AirPlayer.conf
DEBUG 2012-04-25 00:21:42.513 [main] Base path set to file:///C:/Program%20Files%20(x86)/PS3%20Media%20Server/renderers/AirPlayer.conf
INFO  2012-04-25 00:21:42.514 [main] Loading configuration file: Android.conf
DEBUG 2012-04-25 00:21:42.515 [main] Base path set to file:///C:/Program%20Files%20(x86)/PS3%20Media%20Server/renderers/Android.conf
INFO  2012-04-25 00:21:42.515 [main] Loading configuration file: Bravia4500.conf
DEBUG 2012-04-25 00:21:42.516 [main] Base path set to file:///C:/Program%20Files%20(x86)/PS3%20Media%20Server/renderers/Bravia4500.conf
INFO  2012-04-25 00:21:42.516 [main] Loading configuration file: Bravia5500.conf
DEBUG 2012-04-25 00:21:42.517 [main] Base path set to file:///C:/Program%20Files%20(x86)/PS3%20Media%20Server/renderers/Bravia5500.conf
INFO  2012-04-25 00:21:42.518 [main] Loading configuration file: BraviaEX.conf
DEBUG 2012-04-25 00:21:42.518 [main] Base path set to file:///C:/Program%20Files%20(x86)/PS3%20Media%20Server/renderers/BraviaEX.conf
INFO  2012-04-25 00:21:42.520 [main] Loading configuration file: FreeboxHD.conf
DEBUG 2012-04-25 00:21:42.520 [main] Base path set to file:///C:/Program%20Files%20(x86)/PS3%20Media%20Server/renderers/FreeboxHD.conf
INFO  2012-04-25 00:21:42.521 [main] Loading configuration file: FreecomMusicPal.conf
DEBUG 2012-04-25 00:21:42.521 [main] Base path set to file:///C:/Program%20Files%20(x86)/PS3%20Media%20Server/renderers/FreecomMusicPal.conf
INFO  2012-04-25 00:21:42.522 [main] Loading configuration file: iPad-iPhone.conf
DEBUG 2012-04-25 00:21:42.522 [main] Base path set to file:///C:/Program%20Files%20(x86)/PS3%20Media%20Server/renderers/iPad-iPhone.conf
INFO  2012-04-25 00:21:42.523 [main] Loading configuration file: Kuro.conf
DEBUG 2012-04-25 00:21:42.523 [main] Base path set to file:///C:/Program%20Files%20(x86)/PS3%20Media%20Server/renderers/Kuro.conf
INFO  2012-04-25 00:21:42.524 [main] Loading configuration file: N900.conf
DEBUG 2012-04-25 00:21:42.524 [main] Base path set to file:///C:/Program%20Files%20(x86)/PS3%20Media%20Server/renderers/N900.conf
INFO  2012-04-25 00:21:42.528 [main] Loading configuration file: Panasonic.conf
DEBUG 2012-04-25 00:21:42.528 [main] Base path set to file:///C:/Program%20Files%20(x86)/PS3%20Media%20Server/renderers/Panasonic.conf
INFO  2012-04-25 00:21:42.530 [main] Loading configuration file: Philips.conf
DEBUG 2012-04-25 00:21:42.530 [main] Base path set to file:///C:/Program%20Files%20(x86)/PS3%20Media%20Server/renderers/Philips.conf
INFO  2012-04-25 00:21:42.530 [main] Loading configuration file: PhilipsPFL.conf
DEBUG 2012-04-25 00:21:42.531 [main] Base path set to file:///C:/Program%20Files%20(x86)/PS3%20Media%20Server/renderers/PhilipsPFL.conf
INFO  2012-04-25 00:21:42.532 [main] Loading configuration file: PopcornHour.conf
DEBUG 2012-04-25 00:21:42.533 [main] Base path set to file:///C:/Program%20Files%20(x86)/PS3%20Media%20Server/renderers/PopcornHour.conf
INFO  2012-04-25 00:21:42.533 [main] Loading configuration file: PS3.conf
DEBUG 2012-04-25 00:21:42.533 [main] Base path set to file:///C:/Program%20Files%20(x86)/PS3%20Media%20Server/renderers/PS3.conf
INFO  2012-04-25 00:21:42.535 [main] Loading configuration file: Realtek.conf
DEBUG 2012-04-25 00:21:42.536 [main] Base path set to file:///C:/Program%20Files%20(x86)/PS3%20Media%20Server/renderers/Realtek.conf
INFO  2012-04-25 00:21:42.536 [main] Loading configuration file: SamsungAllShare.conf
DEBUG 2012-04-25 00:21:42.536 [main] Base path set to file:///C:/Program%20Files%20(x86)/PS3%20Media%20Server/renderers/SamsungAllShare.conf
INFO  2012-04-25 00:21:42.537 [main] Loading configuration file: SamsungWiseLink.conf
DEBUG 2012-04-25 00:21:42.537 [main] Base path set to file:///C:/Program%20Files%20(x86)/PS3%20Media%20Server/renderers/SamsungWiseLink.conf
INFO  2012-04-25 00:21:42.538 [main] Loading configuration file: Showtime3.conf
DEBUG 2012-04-25 00:21:42.538 [main] Base path set to file:///C:/Program%20Files%20(x86)/PS3%20Media%20Server/renderers/Showtime3.conf
INFO  2012-04-25 00:21:42.539 [main] Loading configuration file: SonyBluray.conf
DEBUG 2012-04-25 00:21:42.539 [main] Base path set to file:///C:/Program%20Files%20(x86)/PS3%20Media%20Server/renderers/SonyBluray.conf
INFO  2012-04-25 00:21:42.540 [main] Loading configuration file: Streamium.conf
DEBUG 2012-04-25 00:21:42.540 [main] Base path set to file:///C:/Program%20Files%20(x86)/PS3%20Media%20Server/renderers/Streamium.conf
INFO  2012-04-25 00:21:42.541 [main] Loading configuration file: WDTVLive.conf
DEBUG 2012-04-25 00:21:42.541 [main] Base path set to file:///C:/Program%20Files%20(x86)/PS3%20Media%20Server/renderers/WDTVLive.conf
INFO  2012-04-25 00:21:42.542 [main] Loading configuration file: WMP.conf
DEBUG 2012-04-25 00:21:42.542 [main] Base path set to file:///C:/Program%20Files%20(x86)/PS3%20Media%20Server/renderers/WMP.conf
INFO  2012-04-25 00:21:42.543 [main] Loading configuration file: XBMC.conf
DEBUG 2012-04-25 00:21:42.543 [main] Base path set to file:///C:/Program%20Files%20(x86)/PS3%20Media%20Server/renderers/XBMC.conf
INFO  2012-04-25 00:21:42.544 [main] Loading configuration file: XBOX360.conf
DEBUG 2012-04-25 00:21:42.544 [main] Base path set to file:///C:/Program%20Files%20(x86)/PS3%20Media%20Server/renderers/XBOX360.conf
INFO  2012-04-25 00:21:42.544 [main] Checking MPlayer font cache. It can take a minute or so.
DEBUG 2012-04-25 00:21:42.545 [main] launching: win32/mplayer.exe
DEBUG 2012-04-25 00:21:42.625 [main] launching: win32/mplayer.exe
INFO  2012-04-25 00:21:42.720 [main] Done!
INFO  2012-04-25 00:21:42.724 [main] Searching for plugins in C:\Program Files (x86)\PS3 Media Server\plugins
INFO  2012-04-25 00:21:42.725 [main] No plugins found
INFO  2012-04-25 00:21:42.734 [main] Transcoder profile AviSynth/FFmpeg will not be used because AviSynth was not found
INFO  2012-04-25 00:21:42.734 [main] Registering transcoding engine: FFmpeg Audio
INFO  2012-04-25 00:21:42.738 [main] Registering transcoding engine: MEncoder
INFO  2012-04-25 00:21:42.738 [main] Transcoder profile Avisynth/MEncoder will not be used because AviSynth was not found
INFO  2012-04-25 00:21:42.739 [main] Registering transcoding engine: MPlayer Audio
INFO  2012-04-25 00:21:42.739 [main] Registering transcoding engine: MEncoder Web
INFO  2012-04-25 00:21:42.740 [main] Registering transcoding engine: MPlayer Video Dump
INFO  2012-04-25 00:21:42.740 [main] Registering transcoding engine: MPlayer Web
INFO  2012-04-25 00:21:42.741 [main] Registering transcoding engine: tsMuxeR
INFO  2012-04-25 00:21:42.742 [main] Registering transcoding engine: Audio High Fidelity
INFO  2012-04-25 00:21:42.742 [main] Executable of transcoder profile VLC Audio Streaming not found
INFO  2012-04-25 00:21:42.742 [main] Executable of transcoder profile VLC Video Streaming not found
INFO  2012-04-25 00:21:42.743 [main] Registering transcoding engine: FFmpeg DVR-MS Remux
INFO  2012-04-25 00:21:42.743 [main] Registering transcoding engine: dcraw Thumbnailer
INFO  2012-04-25 00:21:42.744 [main] AviSynth is not installed. You cannot use avsmencoder as a transcoding engine.
INFO  2012-04-25 00:21:42.838 [main] Using address /192.168.2.100 found on network interface: name:eth3 (Realtek PCIe GBE Family Controller)
INFO  2012-04-25 00:21:42.839 [main] Created socket: /192.168.2.100:5001
INFO  2012-04-25 00:21:42.879 [main] Checking shared folder: L:\
DEBUG 2012-04-25 00:21:42.912 [main] Sending ALIVE...
INFO  2012-04-25 00:21:42.977 [main] Using the following UUID configured in PMS.conf: 639deeba-6e0c-4d48-84b8-3e0de51a69a8
INFO  2012-04-25 00:21:48.062 [main] The server should now appear on your renderer
INFO  2012-04-25 00:21:50.988 [UPNPHelper] No IP filter specified, access granted to /192.168.2.100
DEBUG 2012-04-25 00:21:58.062 [UPNP-AliveMessageSender] Sending ALIVE...
INFO  2012-04-25 00:22:14.319 [UPNPHelper] No IP filter specified, access granted to /192.168.2.157
INFO  2012-04-25 00:22:16.186 [pool-6-thread-1] Checking IP: 192.168.2.157 for Playstation 3
INFO  2012-04-25 00:22:16.705 [New I/O server worker #1-4] Checking shared folder: L:\
INFO  2012-04-25 00:22:21.131 [pool-6-thread-1] Renderer Playstation 3 found on this address: 192.168.2.157
DEBUG 2012-04-25 00:22:21.135 [pool-6-thread-1] Starting ping -n 3 -l 64000 192.168.2.157
DEBUG 2012-04-25 00:22:22.733 [UPNP-AliveMessageSender] Sending ALIVE...
DEBUG 2012-04-25 00:22:23.135 [SpeedStats Failsafe] Stopping process: ping-0
INFO  2012-04-25 00:22:23.137 [pool-6-thread-1] Address /192.168.2.157 has an estimated network speed of: 16 Mb/s
DEBUG 2012-04-25 00:22:32.540 [New I/O server worker #1-3] Forcing short path name on L:\偶像劇
DEBUG 2012-04-25 00:22:32.541 [New I/O server worker #1-3] Forcing short path name on L:\卡通
DEBUG 2012-04-25 00:22:32.541 [New I/O server worker #1-3] Forcing short path name on L:\字幕
DEBUG 2012-04-25 00:22:32.542 [New I/O server worker #1-3] Forcing short path name on L:\影集
DEBUG 2012-04-25 00:22:32.542 [New I/O server worker #1-3] Forcing short path name on L:\日劇
DEBUG 2012-04-25 00:22:32.543 [New I/O server worker #1-3] Forcing short path name on L:\綜藝
DEBUG 2012-04-25 00:22:32.543 [New I/O server worker #1-3] Forcing short path name on L:\電影
DEBUG 2012-04-25 00:22:32.544 [New I/O server worker #1-3] Forcing short path name on L:\韓劇
DEBUG 2012-04-25 00:22:36.076 [New I/O server worker #1-12] Forcing short path name on L:\卡通\佩綺的
DEBUG 2012-04-25 00:22:36.077 [New I/O server worker #1-12] Forcing short path name on L:\卡通\帥廷的
DEBUG 2012-04-25 00:22:36.077 [New I/O server worker #1-12] Forcing short path name on L:\卡通\綜合
DEBUG 2012-04-25 00:22:47.371 [New I/O server worker #1-5] Forcing short path name on L:\卡通\帥廷的\EVA
DEBUG 2012-04-25 00:22:47.372 [New I/O server worker #1-5] Forcing short path name on L:\卡通\帥廷的\Fairy Tail
DEBUG 2012-04-25 00:22:47.372 [New I/O server worker #1-5] Forcing short path name on L:\卡通\帥廷的\Fate Stay Night
DEBUG 2012-04-25 00:22:47.373 [New I/O server worker #1-5] Forcing short path name on L:\卡通\帥廷的\Fate Zero
DEBUG 2012-04-25 00:22:47.373 [New I/O server worker #1-5] Forcing short path name on L:\卡通\帥廷的\Gundam Age
DEBUG 2012-04-25 00:22:47.374 [New I/O server worker #1-5] Forcing short path name on L:\卡通\帥廷的\Gundam Unicorn
DEBUG 2012-04-25 00:22:47.374 [New I/O server worker #1-5] Forcing short path name on L:\卡通\帥廷的\Macross Frontier
DEBUG 2012-04-25 00:22:47.375 [New I/O server worker #1-5] Forcing short path name on L:\卡通\帥廷的\創聖的大天使
DEBUG 2012-04-25 00:22:47.375 [New I/O server worker #1-5] Forcing short path name on L:\卡通\帥廷的\天降之物
DEBUG 2012-04-25 00:22:47.376 [New I/O server worker #1-5] Forcing short path name on L:\卡通\帥廷的\宇宙海賊
DEBUG 2012-04-25 00:22:47.711 [New I/O server worker #1-6] Forcing short path name on L:\卡通\帥廷的\極樂院女子高中
DEBUG 2012-04-25 00:22:47.712 [New I/O server worker #1-6] Forcing short path name on L:\卡通\帥廷的\輪迴的拉郎朗日
DEBUG 2012-04-25 00:22:47.712 [New I/O server worker #1-6] Forcing short path name on L:\卡通\帥廷的\電影
DEBUG 2012-04-25 00:22:47.713 [New I/O server worker #1-6] Forcing short path name on L:\卡通\帥廷的\高校龍中龍
DEBUG 2012-04-25 00:22:56.401 [New I/O server worker #1-13] Forcing short path name on L:\卡通\帥廷的\Fate Zero\fate zero -15.mp4
DEBUG 2012-04-25 00:22:56.402 [StartPlaying Event] Forcing short path name on L:\卡通\帥廷的\Fate Zero\fate zero -15.mp4
INFO  2012-04-25 00:22:56.403 [StartPlaying Event] renderer: 192.168.2.157, file: L:\卡通\帥廷的\FATEZE~1\FATEZE~2.MP4
DEBUG 2012-04-25 00:22:58.740 [New I/O server worker #1-13] Forcing short path name on L:\卡通\帥廷的\Fate Zero\fate zero -15.mp4
DEBUG 2012-04-25 00:23:02.741 [StopPlaying Event] Forcing short path name on L:\卡通\帥廷的\Fate Zero\fate zero -15.mp4
INFO  2012-04-25 00:23:02.741 [StopPlaying Event] renderer: 192.168.2.157, file: L:\卡通\帥廷的\FATEZE~1\FATEZE~2.MP4


thanks again for the quick reply


edit:
here's the media info for that file I tried.
Code: Select all
General
Complete name                  : L:\卡通\帥廷的\Fate Zero\fate zero -15.mp4
Format                         : MPEG-4
Format profile                 : Base Media
Codec ID                       : isom
File size                      : 208 MiB
Duration                       : 24mn 0s
Overall bit rate mode          : Variable
Overall bit rate               : 1 213 Kbps
Encoded date                   : UTC 2012-04-14 19:25:40
Tagged date                    : UTC 2012-04-14 19:25:40

Video
ID                             : 1
Format                         : AVC
Format/Info                    : Advanced Video Codec
Format profile                 : High@L4.1
Format settings, CABAC         : Yes
Format settings, ReFrames      : 4 frames
Codec ID                       : avc1
Codec ID/Info                  : Advanced Video Coding
Duration                       : 24mn 0s
Source duration                : 6mn 6s
Bit rate                       : 1 113 Kbps
Maximum bit rate               : 8 681 Kbps
Width                          : 1 280 pixels
Height                         : 720 pixels
Display aspect ratio           : 16:9
Frame rate mode                : Constant
Frame rate                     : 23.976 fps
Color space                    : YUV
Chroma subsampling             : 4:2:0
Bit depth                      : 8 bits
Scan type                      : Progressive
Bits/(Pixel*Frame)             : 0.050
Stream size                    : 191 MiB (92%)
Source stream size             : 191 MiB (92%)
Writing library                : x264 core 120 r2164 da19765
Encoding settings              : cabac=1 / ref=4 / deblock=1:-2:-1 / analyse=0x3:0x133 / me=hex / subme=7 / psy=1 / psy_rd=1.00:0.00 / mixed_ref=1 / me_range=16 / chroma_me=1 / trellis=1 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=-2 / threads=4 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=5 / b_pyramid=2 / b_adapt=1 / b_bias=0 / direct=3 / weightb=0 / open_gop=0 / weightp=2 / keyint=240 / keyint_min=23 / scenecut=40 / intra_refresh=0 / rc_lookahead=40 / rc=crf / mbtree=1 / crf=26.0 / qcomp=0.60 / qpmin=0 / qpmax=69 / qpstep=4 / ip_ratio=1.40 / aq=1:1.00
Encoded date                   : UTC 2012-04-14 19:25:40
Tagged date                    : UTC 2012-04-14 19:25:48
mdhd_Duration                  : 1440146

Audio
ID                             : 2
Format                         : AAC
Format/Info                    : Advanced Audio Codec
Format profile                 : LC
Codec ID                       : 40
Duration                       : 24mn 0s
Bit rate mode                  : Variable
Bit rate                       : 96.0 Kbps
Maximum bit rate               : 168 Kbps
Channel(s)                     : 2 channels
Channel positions              : Front: L R
Sampling rate                  : 48.0 KHz
Compression mode               : Lossy
Stream size                    : 16.5 MiB (8%)
Encoded date                   : UTC 2012-04-14 19:25:47
Tagged date                    : UTC 2012-04-14 19:25:48

menting
 
Posts: 15
Joined: Mon Jan 17, 2011 3:17 am

Re: PMS SubJunk Build 71 (Updated 2012-04-15)

Postby Madoka » Thu Apr 26, 2012 2:38 am

I have a file which is a level 5.1 .mp4 file. PMS seems to stream this, and the PS3 will report a "data not supported" error. Can PMS automatically transcode Level 5.1
files?

Code: Select all
General
Format                         : MPEG-4
Format profile                 : Base Media
Codec ID                       : isom
File size                      : 184 MiB
Duration                       : 4mn 13s
Overall bit rate mode          : Variable
Overall bit rate               : 6 096 Kbps
Encoded date                   : UTC 2011-12-06 12:28:06
Tagged date                    : UTC 2011-12-06 12:28:06

Video
ID                             : 1
Format                         : AVC
Format/Info                    : Advanced Video Codec
Format profile                 : High 10@L5.1
Format settings, CABAC         : Yes
Format settings, ReFrames      : 16 frames
Codec ID                       : avc1
Codec ID/Info                  : Advanced Video Coding
Duration                       : 4mn 13s
Bit rate                       : 5 649 Kbps
Maximum bit rate               : 11.4 Mbps
Width                          : 720 pixels
Height                         : 480 pixels
Display aspect ratio           : 16:9
Original display aspect ratio  : 16:9
Frame rate mode                : Constant
Frame rate                     : 23.976 fps
Standard                       : NTSC
Color space                    : YUV
Chroma subsampling             : 4:2:0
Bit depth                      : 10 bits
Scan type                      : Progressive
Bits/(Pixel*Frame)             : 0.682
Stream size                    : 171 MiB (93%)
Writing library                : x264 core 118 r2085 8a62835
Encoding settings              : cabac=1 / ref=16 / deblock=1:0:0 / analyse=0x3:0x133 / me=umh / subme=11 / psy=0 / mixed_ref=1 / me_range=64 / chroma_me=1 / trellis=2 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=0 / chroma_qp_offset=0 / threads=3 / sliced_threads=0 / nr=0 / decimate=0 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=16 / b_pyramid=2 / b_adapt=2 / b_bias=0 / direct=3 / weightb=1 / open_gop=0 / weightp=2 / keyint=250 / keyint_min=23 / scenecut=40 / intra_refresh=0 / rc_lookahead=250 / rc=crf / mbtree=1 / crf=12.0 / qcomp=0.60 / qpmin=0 / qpmax=81 / qpstep=4 / ip_ratio=1.40 / aq=1:1.00
Encoded date                   : UTC 2011-12-06 12:28:06
Tagged date                    : UTC 2011-12-06 12:28:08

Audio
ID                             : 2
Format                         : AAC
Format/Info                    : Advanced Audio Codec
Format profile                 : LC
Codec ID                       : 40
Duration                       : 4mn 13s
Bit rate mode                  : Variable
Bit rate                       : 444 Kbps
Maximum bit rate               : 467 Kbps
Channel(s)                     : 2 channels
Channel positions              : Front: L R
Sampling rate                  : 48.0 KHz
Compression mode               : Lossy
Stream size                    : 13.4 MiB (7%)
Encoded date                   : UTC 2011-12-06 12:28:08
Tagged date                    : UTC 2011-12-06 12:28:08

Madoka
 
Posts: 111
Joined: Fri Feb 19, 2010 3:02 am

PreviousNext

Return to Beta Builds

Who is online

Users browsing this forum: No registered users and 5 guests