FAQ  •  Register  •  Login

SONY BDP-S570 Profiles

<<

Dave Simmonds

Serviio newbie

Posts: 3

Joined: Sun Jan 09, 2011 7:06 pm

Post Mon Jan 10, 2011 8:44 pm

SONY BDP-S570 Profiles

Sorry in advance if this has already been answered in other posts (I have been searching for a week!!!)

I have recently purchased a SONY BDP-S570 (UK Version). It has been connected to the internet and has downloaded the latest firmware version.

I have SERVIIO 0.4.2 running on a Windows 7 machine. I am using the SONY BD Profile currently posted on the Support pages.

The S570 is able to see SERVIIO and has no trouble viewing JPEG and playing WMA & MP3. I have downloaded 'Sintel_DivX_HD1080p_ASP.avi' and this plays with no problems.

I am having issues with AVI files produced by a Canon Ixus. They are displayed as M2TS on the S570 and when I try to play them, I receive the message 'File is corrupt or unsupported'

Output from FFMPEG:

C:\Program Files\Serviio\lib>ffmpeg -i "e:\serviio tests\avi files\MVI_5440.avi"

FFmpeg version SVN-r23012, Copyright (c) 2000-2010 the FFmpeg developers
built on May 3 2010 19:05:24 with gcc 3.4.5 (mingw-vista special r3)
configuration: --enable-static --disable-shared --disable-ffplay --disable-ffs
erver --enable-memalign-hack --enable-libmp3lame --enable-w32threads --extra-ldf
lags=-L/static/lib --extra-cflags=-I/static/include
libavutil 50.15. 0 / 50.15. 0
libavcodec 52.66. 0 / 52.66. 0
libavformat 52.62. 0 / 52.62. 0
libavdevice 52. 2. 0 / 52. 2. 0
libswscale 0.10. 0 / 0.10. 0
Input #0, avi, from 'e:\serviio tests\avi files\MVI_5440.avi':
Metadata:
ISFT : CanonMVI02
Duration: 00:00:10.66, start: 0.000000, bitrate: 14951 kb/s
Stream #0.0: Video: mjpeg, yuvj422p, 640x480, 30 tbr, 30 tbn, 30 tbc
Stream #0.1: Audio: pcm_u8, 11024 Hz, 1 channels, u8, 88 kb/s
At least one output file must be specified

I am also having issues with MOV (QuickTime) produced from a Panasonic TZ5. These are not displayed at all - when I select the folder, i get 'No Playable File'. However, i have noticed the following message in the SERVIIO log file:

2011-01-10 19:15:56,217 WARN [ProcessExecutor] Process C:\Program Files\Serviio\bin\\..\lib/ffmpeg.exe has a return code of 1! This is a possible error.
2011-01-10 19:16:03,660 ERROR [ResourceTransportRequestHandler] Error while processing resource, sending back 500 error. Message: FFmpeg execution failed
2011-01-10 19:16:08,518 WARN [VideoDeliveryEngine] Cannot resolve DLNA format profile of the original file: P1040165.MOV

Output from FFMPEG:

C:\Program Files\Serviio\lib>ffmpeg -i "e:\serviio tests\MOV Files\P1040165.mov
FFmpeg version SVN-r23012, Copyright (c) 2000-2010 the FFmpeg developers
built on May 3 2010 19:05:24 with gcc 3.4.5 (mingw-vista special r3)
configuration: --enable-static --disable-shared --disable-ffplay --disable-ffs
erver --enable-memalign-hack --enable-libmp3lame --enable-w32threads --extra-ldf
lags=-L/static/lib --extra-cflags=-I/static/include
libavutil 50.15. 0 / 50.15. 0
libavcodec 52.66. 0 / 52.66. 0
libavformat 52.62. 0 / 52.62. 0
libavdevice 52. 2. 0 / 52. 2. 0
libswscale 0.10. 0 / 0.10. 0
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'e:\serviio tests\MOV Files\P1040165.mov
':
Duration: 00:00:39.00, start: 0.000000, bitrate: 25479 kb/s
Stream #0.0(eng): Video: mjpeg, yuvj420p, 1280x720, 25414 kb/s, 30 fps, 30 t
br, 30 tbn, 30 tbc
Stream #0.1(eng): Audio: pcm_u8, 8000 Hz, 1 channels, u8, 64 kb/s
At least one output file must be specified

Is there something that I am doing fundamently wrong.

Any help would be appreciated.
<<

patters

User avatar

DLNA master

Posts: 1282

Joined: Sat Oct 09, 2010 3:51 pm

Location: London, UK

Post Tue Jan 11, 2011 12:15 am

Re: SONY BDP-S570 Profiles

Hi, both those files are MJPEG format video within their respective AVI and MOV containers (quite common for stills cameras). FFMPEG seems to dislike the command line options Serviio uses for the transcode if the audio is low bitrate to start with, as it often is with a stills camera.

Funnily enough I wrote the same issue up the other night and Zip is working on it:
viewtopic.php?f=5&t=1363

With your MOV file though, Serviio doesn't understand the type of file (hence Cannot resolve DLNA format profile of the original file), so maybe Zip will need to make a new format definition for it.
LG OLED55B8PLA | PS4 Pro | Xbox One S | Synology DS214play
Serviio 2.1 package for Synology NAS - with limited hardware transcoding support!
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Tue Jan 11, 2011 12:47 pm

Re: SONY BDP-S570 Profiles

Mov with mjpeg video is not a valid DLNA format, hence the message. You'd have to setup a transcoding config to change it to something like mpegts.
<<

Dave Simmonds

Serviio newbie

Posts: 3

Joined: Sun Jan 09, 2011 7:06 pm

Post Tue Jan 11, 2011 1:15 pm

Re: SONY BDP-S570 Profiles

Thanks for your swift replies. Glad to know I was not doing anything too stupid!!!

I klnow little, if anything, about video formats but will have a go at the transcoding config.
<<

patters

User avatar

DLNA master

Posts: 1282

Joined: Sat Oct 09, 2010 3:51 pm

Location: London, UK

Post Tue Jan 11, 2011 3:13 pm

Re: SONY BDP-S570 Profiles

I've added it to the transcode list of formats which should be included in Serviio 0.5, though you will probably still have the audio issue I mentioned which prevents FFMPEG from transcoding.

Try changing this in the Sony BDP profile from:
  Code:
    <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3">
      <Matches container="asf" />
      <Matches container="avi" vCodec="mjpeg" />
    </Video>


to:
  Code:
    <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3">
      <Matches container="asf" />
      <Matches container="avi" vCodec="mjpeg" />
      <Matches container="mp4" vCodec="mjpeg" />
    </Video>


MOV and MP4 are identified as the same by FFMPEG and Serviio (the MPEG4 container format was a slight evolution of the QuickTime MOV format).
LG OLED55B8PLA | PS4 Pro | Xbox One S | Synology DS214play
Serviio 2.1 package for Synology NAS - with limited hardware transcoding support!
<<

Dave Simmonds

Serviio newbie

Posts: 3

Joined: Sun Jan 09, 2011 7:06 pm

Post Tue Jan 11, 2011 9:36 pm

Re: SONY BDP-S570 Profiles

Thanks for that patters - I will make suggested changes and report back !!!!!

Return to Sony

Who is online

Users browsing this forum: No registered users and 7 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.