Page 1 of 1

Help creating a profile for Sony Google TV NSZ-40GT1

PostPosted: Sat Apr 02, 2011 6:44 am
by pixelwix
all my media file play fine except for the files that seem to have pcm_bluray audio

C:\Program Files (x86)\Serviio\lib>ffmpeg.exe -i "D:\BlueRay Movies\Harry Potter
7 Part 1.mpg"
FFmpeg version UNKNOWN, Copyright (c) 2000-2011 the FFmpeg developers
built on Jan 10 2011 21:46:22 with gcc 4.4.2
configuration: --enable-static --disable-shared --disable-shared --disable-ffp
lay --disable-ffserver --enable-memalign-hack --enable-libmp3lame --arch=x86 --e
nable-runtime-cpudetect --enable-w32threads --target-os=mingw32 --cross-prefix=i
686-mingw32-
libavutil 50.36. 0 / 50.36. 0
libavcore 0.16. 0 / 0.16. 0
libavcodec 52.108. 0 / 52.108. 0
libavformat 52.92. 0 / 52.92. 0
libavdevice 52. 2. 3 / 52. 2. 3
libavfilter 1.72. 0 / 1.72. 0
libswscale 0.12. 0 / 0.12. 0
[mpegts @ 012fbc10] max_analyze_duration reached

Seems stream 0 codec frame rate differs from container frame rate: 47.95 (200000
00/417083) -> 23.98 (24000/1001)
Input #0, mpegts, from 'D:\BlueRay Movies\Harry Potter 7 Part 1.mpg':
Duration: 02:26:05.30, start: 599.958300, bitrate: 6885 kb/s
Program 1
Stream #0.0[0x1011]: Video: h264, yuv420p, 1280x536 [PAR 1:1 DAR 160:67], 23
.98 fps, 23.98 tbr, 90k tbn, 47.95 tbc
Stream #0.1[0x1100]: Audio: pcm_bluray, 48000 Hz, stereo, s16, 1536 kb/s
At least one output file must be specified

this is the file info.. any help on how i can transcode the audio so it will play with ps3 profile would be most helpful thanks in advance

Re: Help creating a profile for Sony Google TV NSZ-40GT1

PostPosted: Sat Apr 02, 2011 8:32 am
by Cerberus
Please Provide supported formats of a device so that a profile for this device can be made. ( howto link in my signiture ) then test your device using the GENERIC profile and provide details of files that wont play ( howto link in signiture )...

Re: Help creating a profile for Sony Google TV NSZ-40GT1

PostPosted: Sat Apr 02, 2011 10:44 am
by zip
I assume you're using the Bravia profile.

Find this in your profiles.xml (in the Bravia profile):

  Code:
<!-- if audio different to ac3, must be transcoded -->


and add this line underneath:

  Code:
<Matches container="mpegts" aCodec="lpcm" />


Save profiles.xml and restart the service.

Re: Help creating a profile for Sony Google TV NSZ-40GT1

PostPosted: Tue Apr 05, 2011 10:19 pm
by pixelwix
i'm using the sony bluray player profile, the bravia profile doesn't play any of the movies. could you give me settings for the bluray profile?

Re: Help creating a profile for Sony Google TV NSZ-40GT1

PostPosted: Thu Apr 07, 2011 4:43 pm
by mrecio
I also have this TV and would love a specific profile for it.

I am a new user of Serviio (got it two days ago) and think its the best server out of the 5 I tried. The built in Bravia profile works flawlessly with my 32EX308 Bravia TV however it does not work at all with the NSX-40GT1. the supported formats are different. As far as I can tell from the sony website the Google TV supports the following

AAC/MPEG4-AAC
H.264/MPEG-4 AVC
MP3 MPEG-1 Audio Layer

It doesnt mention DLNA support but the built in media player does see the server and plays almost everything fine with the generic profile however I have run into a few movies that do not play audio.

I am new to all this codec stuff but AAC and MP3 are the only supported audio? if so how would I create a profile that transcodes audio but leave video alone and keeps the MPEG4 format?

Re: Help creating a profile for Sony Google TV NSZ-40GT1

PostPosted: Thu Apr 07, 2011 5:05 pm
by Cerberus
mrecio wrote:I also have this TV and would love a specific profile for it.

I am a new user of Serviio (got it two days ago) and think its the best server out of the 5 I tried. The built in Bravia profile works flawlessly with my 32EX308 Bravia TV however it does not work at all with the NSX-40GT1. the supported formats are different. As far as I can tell from the sony website the Google TV supports the following

AAC/MPEG4-AAC
H.264/MPEG-4 AVC
MP3 MPEG-1 Audio Layer

It doesnt mention DLNA support but the built in media player does see the server and plays almost everything fine with the generic profile however I have run into a few movies that do not play audio.

I am new to all this codec stuff but AAC and MP3 are the only supported audio? if so how would I create a profile that transcodes audio but leave video alone and keeps the MPEG4 format?


you need to provide some details on the device and on the files that wont play. (see my signiture for links )

Re: Help creating a profile for Sony Google TV NSZ-40GT1

PostPosted: Thu Apr 07, 2011 5:53 pm
by mrecio
I will try to provide all the info I can, however I am not at home and am RDPing into my server to get this info. I dont think the UPnP software can scan my TV as the TV is off lol. so the only info I can give you is whats on sony's site, is that not adequate? Ive turned on detailed logging but its not going to log anything until I get home and use the service.

I tried using ffmpeg to get video file info but keep getting a permission issue for some reason? I have full access to the file but FFmpeg is not playing nice.

any suggestions?