FAQ  •  Register  •  Login

Sony S570 - About to HANG SELF!

<<

peters

Serviio newbie

Posts: 14

Joined: Fri Jan 14, 2011 4:44 am

Post Fri Jan 14, 2011 5:28 am

Sony S570 - About to HANG SELF!

Posted this in Troubleshooting, but believe it is better here...

Alright, so here is my profile...

  Code:
   <Profile id="10" name="Sony BD Player" extendsProfileId="1">
        <!-- US models -->   
        <Detection>
         <X-AV-Client-Info>.*Blu-ray Disc Player.*</X-AV-Client-Info>
        </Detection>
        <MediaFormatProfiles>
         <MediaFormatProfile mime-type="audio/mpeg" name="MP3">WMA_BASE</MediaFormatProfile>
         <MediaFormatProfile mime-type="audio/mpeg" name="MP3">WMA_FULL</MediaFormatProfile>
         <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">MATROSKA</MediaFormatProfile>
         <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">AVI</MediaFormatProfile>
         <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">AVC_MP4_MP_SD_AAC_MULT5</MediaFormatProfile>         
         <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">AVC_MP4_MP_SD_MPEG1_L3</MediaFormatProfile>
         <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">AVC_MP4_MP_SD_AC3</MediaFormatProfile>
         <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">AVC_MP4_MP_HD_720p_AAC</MediaFormatProfile>
         <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">AVC_MP4_MP_HD_1080i_AAC</MediaFormatProfile>
         <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">AVC_MP4_HP_HD_AAC</MediaFormatProfile>
         <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">AVC_MP4_LPCM</MediaFormatProfile>
         <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">MPEG4_P2_MP4_ASP_AAC</MediaFormatProfile>
         <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">MPEG4_P2_MP4_SP_L6_AAC</MediaFormatProfile>
         <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">MPEG4_P2_MP4_NDSD</MediaFormatProfile>                 
         <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_SD_AAC_MULT5</MediaFormatProfile>
         <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_SD_AAC_MULT5_T</MediaFormatProfile>
         <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_SD_MPEG1_L3</MediaFormatProfile>
         <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_SD_MPEG1_L3_T</MediaFormatProfile>
         <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_SD_AC3</MediaFormatProfile>
         <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_SD_AC3_T</MediaFormatProfile>
         <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_HD_AAC_MULT5</MediaFormatProfile>
         <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_HD_AAC_MULT5_T</MediaFormatProfile>
         <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_HD_MPEG1_L3</MediaFormatProfile>
         <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_HD_MPEG1_L3_T</MediaFormatProfile>
         <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_HD_AC3</MediaFormatProfile>
         <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_HD_AC3_T</MediaFormatProfile>
         <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_HD_50_LPCM_T</MediaFormatProfile>
         <!-- rename remuxed mpeg2ts with h264 to one of the player's supported profiles -->
         <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_HD_AC3_ISO</MediaFormatProfile>
         <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_SD_AC3_ISO</MediaFormatProfile>
        </MediaFormatProfiles>
        <Transcoding>
         <!-- remux MP4 container files to allow seeking (AVC_TS_MP_HD_AC3_ISO or AVC_TS_MP_SD_AC3_ISO) -->
         <Video targetContainer="mpegts" targetACodec="ac3">
            <Matches container="mp4" vCodec="h264" />
         </Video>
         <!-- unsupported codecs will be transcoded into mpeg2ts, mpeg2video and ac3 audio (MPEG_TS_SD_EU). -->
         <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3">
            <Matches container="asf" />
            <Matches container="avi" vCodec="mjpeg" />
         </Video>
            <Video targetContainer="mpegts" targetACodec="ac3">
                  <Matches container="avi" vCodec="h264" />
                  <Matches container="mp4" vCodec="h264" />
                  <Matches container="matroska" vCodec="h264" />
                  <Matches container="mpegts" aCodec="aac" />
                  <Matches container="mpegts" aCodec="mp3" />
                  <Matches container="mpegts" aCodec="dca" />
            </Video>
            <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3">
                  <Matches container="avi" vCodec="mpeg4" />
                  <Matches container="matroska" vCodec="h264" />
            </Video>
      </Transcoding>
      <AutomaticImageRotation>true</AutomaticImageRotation>
      <LimitImageResolution>false</LimitImageResolution>
   </Profile>


I still can't seem to transcode either MKV or AVI or MP4 files. They just don't show up. I get the No Supported File message. However, it now does actually parse down into the folder structure, which it didn't do before.

Can anyone point out where I am an idiot? This is my first time with XML - so be kind. (I've cut and pasted a bit to put this together)
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Fri Jan 14, 2011 8:15 am

Re: Sony S570 - About to HANG SELF!

peters wrote:Posted this in Troubleshooting, but believe it is better here...

Yes better here...specific to sony BDP...
peters wrote:...I still can't seem to transcode either MKV or AVI or MP4 files. They just don't show up. I get the No Supported File message. However, it now does actually parse down into the folder structure, which it didn't do before.

Some Beta tester are working on Sony S570/S370/S470 BluRay player profile xml file for the future 0.5 version (end of this month).
Could you post "ffmpeg -i <moviefile>" result of these MKV AVI and MP4 files?
Also you can enable the detailed logging file (see signature) and check the ffmpeg command line when serviio start to transcode or remux the movie file.
Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator
<<

peters

Serviio newbie

Posts: 14

Joined: Fri Jan 14, 2011 4:44 am

Post Fri Jan 14, 2011 1:28 pm

Re: Sony S570 - About to HANG SELF!

I have attached the log file.

Here is the results of the MKV file:

  Code:
C:\Program Files\Serviio\lib>ffmpeg -i \\CINEMAPARADISO\media\Videos\HD Films (M
KV)\Star Trek Films\Star Trek (2009).mkv
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
\\CINEMAPARADISO\media\Videos\HD: Error number -2 occurred


Here are the results of an AVI file:

  Code:
C:\Program Files\Serviio\lib>ffmpeg -i \\TELLY\media\Videos\Television\Big Bang
Theory\Big Bang Theory - Season 1\Big Bang Theory [01-01] Pilot.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
\\TELLY\media\Videos\Television\Big: Error number -2 occurred


Here's the results of an MP4 file:

  Code:
C:\Program Files\Serviio\lib>ffmpeg -i //\\TELLY\media\Videos\Television\Doctor
Who\Christmas Specials\Doctor Who Christmas Special 2010 - A Christmas Carol.mp4

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
//\\TELLY\media\Videos\Television\Doctor: Error number -2 occurred


I hope this helps. Driving me mental!

Thanks a whole lot!
Attachments
serviio.zip
Log File
(3.56 KiB) Downloaded 444 times
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Fri Jan 14, 2011 1:32 pm

Re: Sony S570 - About to HANG SELF!

Please retry with "_" around filename path, I mean:
C:\Program Files\Serviio\lib>ffmpeg -i "\\CINEMAPARADISO\media\Videos\HD Films (MKV)\Star Trek Films\Star Trek (2009).mkv"
C:\Program Files\Serviio\lib>ffmpeg -i "\\TELLY\media\Videos\Television\Big BangTheory\Big Bang Theory - Season 1\Big Bang Theory [01-01] Pilot.avi"
C:\Program Files\Serviio\lib>ffmpeg -i "\\TELLY\media\Videos\Television\Doctor Who\Christmas Specials\Doctor Who Christmas Special 2010 - A Christmas Carol.mp4"
Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Fri Jan 14, 2011 1:36 pm

Re: Sony S570 - About to HANG SELF!

According to your logging file, this probably due to file name too long issue:
https://bitbucket.org/xnejp03/serviio/i ... f-too-long
This will be resolved on Serviio 0.5 version
Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator
<<

peters

Serviio newbie

Posts: 14

Joined: Fri Jan 14, 2011 4:44 am

Post Fri Jan 14, 2011 1:52 pm

Re: Sony S570 - About to HANG SELF!

Here you go. Had to have the console go to the LIB directory to run ffmeg. Could not find it in the path.

MKV:

  Code:
C:\Program Files\Serviio\lib>ffmpeg -i "\\CINEMAPARADISO\media\Videos\HD Films (
MKV)\Star Trek Films\Star Trek (2009).mkv"
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
[matroska @ 0104ba60]Estimating duration from bitrate, this may be inaccurate

Seems stream 0 codec frame rate differs from container frame rate: 47.95 (200000
00/417083) -> 23.98 (20000000/834166)
Input #0, matroska, from '\\CINEMAPARADISO\media\Videos\HD Films (MKV)\Star Trek
 Films\Star Trek (2009).mkv':
  Duration: 02:06:50.26, start: 0.000000, bitrate: N/A
    Stream #0.0(eng): Video: h264, yuv420p, 1920x800 [PAR 1:1 DAR 12:5], 23.98 t
br, 1k tbn, 47.95 tbc
    Stream #0.1: Audio: dca, 48000 Hz, 6 channels, s16
At least one output file must be specified


AVI:

  Code:
C:\Program Files\Serviio\lib>ffmpeg -i "\\TELLY\media\Videos\Television\Big Bang
 Theory\Big Bang Theory - Season 1\Big Bang Theory [01-01] Pilot.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
[mpeg4 @ 020608c0]Invalid and inefficient vfw-avi packed B frames detected

Seems stream 0 codec frame rate differs from container frame rate: 23.98 (65535/
2733) -> 23.98 (24000/1001)
Input #0, avi, from '\\TELLY\media\Videos\Television\Big Bang Theory\Big Bang Th
eory - Season 1\Big Bang Theory [01-01] Pilot.avi':
  Metadata:
    ISFT            : Nandub v1.0rc2
  Duration: 00:22:55.37, start: 0.000000, bitrate: 1069 kb/s
    Stream #0.0: Video: mpeg4, yuv420p, 624x352 [PAR 1:1 DAR 39:22], 23.98 tbr,
23.98 tbn, 23.98 tbc
    Stream #0.1: Audio: mp3, 48000 Hz, 2 channels, s16, 128 kb/s
At least one output file must be specified


MP4:

  Code:
C:\Program Files\Serviio\lib>ffmpeg -i "\\TELLY\media\Videos\Television\Doctor W
ho\Christmas Specials\Doctor Who Christmas Special 2010 - A Christmas Carol.mp4"

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 '\\TELLY\media\Videos\Television\Doctor
Who\Christmas Specials\Doctor Who Christmas Special 2010 - A Christmas Carol.mp4
':
  Metadata:
    major_brand     : isom
    minor_version   : 512
    compatible_brands: isomiso2avc1mp41
    encoder         : Lavf52.84.0
  Duration: 01:01:47.13, start: 0.000000, bitrate: 1502 kb/s
    Stream #0.0(und): Video: h264, yuv420p, 832x468 [PAR 117:117 DAR 16:9], 1401
 kb/s, 25 fps, 25 tbr, 25 tbn, 50 tbc
    Stream #0.1(und): Audio: aac, 48000 Hz, stereo, s16, 94 kb/s
At least one output file must be specified


Seems to be finding the files, so don't think the path is too long.

Really appreciate the help...
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Fri Jan 14, 2011 5:12 pm

Re: Sony S570 - About to HANG SELF!

MKV:

C:\Program Files\Serviio\lib>ffmpeg -i "\\CINEMAPARADISO\media\Videos\HD Films (MKV)\Star Trek Films\Star Trek (2009).mkv"
Input #0, matroska, from '\\CINEMAPARADISO\media\Videos\HD Films (MKV)\Star Trek Films\Star Trek (2009).mkv':
Duration: 02:06:50.26, start: 0.000000, bitrate: N/A
Stream #0.0(eng): Video: h264, yuv420p, 1920x800 [PAR 1:1 DAR 12:5], 23.98 tbr, 1k tbn, 47.95 tbc
Stream #0.1: Audio: dca, 48000 Hz, 6 channels, s16


According to your modified profile, the first match for this file provide: Transcoding to mpeg2ts,h264,ac3
<Video targetContainer="mpegts" targetACodec="ac3">
<Matches container="matroska" vCodec="h264" />
</Video>
->Transcoding dca (DTS) to AC3 probably failed, this is an ffmpeg issues (non monotone timestamp).
-> Check with MediaInfo tools the h264 profile level (< High@4.1)
->Please enable detailled logging (see signature) and post ffmpeg command line when you start this mkv file.


AVI:

C:\Program Files\Serviio\lib>ffmpeg -i "\\TELLY\media\Videos\Television\Big Bang Theory\Big Bang Theory - Season 1\Big Bang Theory [01-01] Pilot.avi
[mpeg4 @ 020608c0]Invalid and inefficient vfw-avi packed B frames detected
Input #0, avi, from '\\TELLY\media\Videos\Television\Big Bang Theory\Big Bang Theory - Season 1\Big Bang Theory [01-01] Pilot.avi':
Duration: 00:22:55.37, start: 0.000000, bitrate: 1069 kb/s
Stream #0.0: Video: mpeg4, yuv420p, 624x352 [PAR 1:1 DAR 39:22], 23.98 tbr,23.98 tbn, 23.98 tbc
Stream #0.1: Audio: mp3, 48000 Hz, 2 channels, s16, 128 kb/s


According to your modified profile, the first match provide: Transcoding to mpeg2ts,mpeg2video,ac3
<Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3">
<Matches container="avi" vCodec="mpeg4" />
</Video>
- Don't know, probably due to "[mpeg4 @ 020608c0]Invalid and inefficient vfw-avi packed B frames detected" error ?
->Please enable detailled logging (see signature) and post ffmpeg command line when you start this avi file.


MP4:

C:\Program Files\Serviio\lib>ffmpeg -i "\\TELLY\media\Videos\Television\Doctor Who\Christmas Specials\Doctor Who Christmas Special 2010 - A Christmas Carol.mp4"
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '\\TELLY\media\Videos\Television\Doctor Who\Christmas Specials\Doctor Who Christmas Special 2010 - A Christmas Carol.mp4'
Duration: 01:01:47.13, start: 0.000000, bitrate: 1502 kb/s
Stream #0.0(und): Video: h264, yuv420p, 832x468 [PAR 117:117 DAR 16:9], 1401 kb/s, 25 fps, 25 tbr, 25 tbn, 50 tbc
Stream #0.1(und): Audio: aac, 48000 Hz, stereo, s16, 94 kb/s


According to your modified profile, the first match provide: Transcoding mpeg2ts,h264,ac3
<Video targetContainer="mpegts" targetACodec="ac3">
<Matches container="mp4" vCodec="h264" />
</Video>
-> Check with MediaInfo tools the h264 profile level (< High@4.1)
-> The audio aac bitrate is very low 94kb!?
-> Please enable detailled logging (see signature) and post ffmpeg command line when you start this mp4 file.
Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator
<<

peters

Serviio newbie

Posts: 14

Joined: Fri Jan 14, 2011 4:44 am

Post Fri Jan 14, 2011 6:24 pm

Re: Sony S570 - About to HANG SELF!

Is the detailed logging not in the file I attached to the first message?

What else can I send you?

Thanks
<<

peters

Serviio newbie

Posts: 14

Joined: Fri Jan 14, 2011 4:44 am

Post Fri Jan 14, 2011 7:16 pm

Re: Sony S570 - About to HANG SELF!

Don't know why, but today everything is working!!!

Could be a miracle, maybe not - but happy anyway.

Thanks

Return to Sony

Who is online

Users browsing this forum: No registered users and 8 guests

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