FAQ  •  Register  •  Login

No audio with FLV videos on Sony HX929

<<

sonyart

Serviio newbie

Posts: 4

Joined: Sat Mar 30, 2013 2:58 am

Post Sat Mar 30, 2013 3:09 am

No audio with FLV videos on Sony HX929

I can't seem to get any audio to come out on my HX929 when playing FLV videos that I have. I have the Sony Bravia TV (2011) - US selected for my profile. Is there a fix for this? I'm a new user of Serviio so maybe there is something that I missed setting up.
<<

NX3

DLNA master

Posts: 578

Joined: Fri Jan 28, 2011 12:39 pm

Post Sat Mar 30, 2013 10:53 am

Re: No audio with FLV videos on Sony HX929

FLV stored locally ?
What version of Serviio are you on ?

Can you get the codec details from mediainfo and post back here ? as per my sig
<<

sonyart

Serviio newbie

Posts: 4

Joined: Sat Mar 30, 2013 2:58 am

Post Sat Mar 30, 2013 9:47 pm

Re: No audio with FLV videos on Sony HX929

Yes the FLV files are on my PC. I just downloaded the latest version. Here is the mediainfo..

  Code:
Audio
Format                                   : AAC
Format/Info                              : Advanced Audio Codec
Format profile                           : HE-AAC / LC
Codec ID                                 : 10
Duration                                 : 48mn 29s
Bit rate                                 : 64.3 Kbps
Channel(s)                               : 2 channels
Channel positions                        : Front: L R
Sampling rate                            : 44.1 KHz / 22.05 KHz
Compression mode                         : Lossy
Stream size                              : 22.3 MiB (16%)
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Sun Mar 31, 2013 11:15 am

Re: No audio with FLV videos on Sony HX929

Seems that HE-AAC audio format is not supported by Sony devices. But I'm not sure that serviio distinguish AAC vs HE-AAC.
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
<<

NX3

DLNA master

Posts: 578

Joined: Fri Jan 28, 2011 12:39 pm

Post Sun Mar 31, 2013 11:17 am

Re: No audio with FLV videos on Sony HX929

aac on 2011 series is a problem, I had the same issue online and offline as in here:
viewtopic.php?f=11&t=3662&start=40

For the Sony 2011 USA profile replace it with this, it should fix it for you:

  Code:
      <Profile id="sony2011us" name="Sony Bravia TV (2011) - US" extendsProfileId="sony2011">
       <!-- 2011 models for US (without avi/divx)
           - Still images: JPEG
           - Music: MP3, linear PCM, WMA
           - Video: AVCHD, MPEG2, MPEG1, MP4 (AVC), MP4 (MPEG4), WMV -->
      <Transcoding>
                         <Video targetContainer="mpegts" targetACodec="ac3" aBitrate="384" forceInheritance="true">
                                <!-- if audio aac, it must be transcoded to ac3 -->
                                <Matches container="*" aCodec="aac" />
                                </Video>
         <!-- Transcode DivX, AVI -->
         <Video targetContainer="mpegts" targetVCodec="mpeg2video" maxVBitrate="17000" targetACodec="ac3" aBitrate="384" forceInheritance="true">
            <Matches container="avi" vCodec="mpeg4" />
            <Matches container="avi" vCodec="msmpeg4" />
            <Matches container="avi" vCodec="mjpeg" />
         </Video>
      </Transcoding>
   </Profile>
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Sun Mar 31, 2013 11:20 am

Re: No audio with FLV videos on Sony HX929

Could you provide the ffmpeg -i result (see signature link) ?
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
<<

sonyart

Serviio newbie

Posts: 4

Joined: Sat Mar 30, 2013 2:58 am

Post Sun Mar 31, 2013 7:54 pm

Re: No audio with FLV videos on Sony HX929

I replaced that profile but it still doesn't seem to be working.

Here is that info

  Code:
C:\Program Files\Serviio\lib>ffmpeg.exe -i c:\users\art\desktop\video.flv
ffmpeg version 1.1.1 Copyright (c) 2000-2013 the FFmpeg developers
  built on Feb  5 2013 21:59:54 with gcc 4.7.2 (GCC)
  configuration: --enable-static --disable-shared --disable-ffplay --disable-ffs
erver --enable-memalign-hack --enable-libmp3lame --enable-libass --enable-librtm
p --enable-fontconfig --enable-libfreetype --enable-zlib --extra-libs='-lrtmp -l
polarssl -lws2_32 -lwinmm -lexpat -lfreetype -lfribidi -lz' --arch=x86 --enable-
runtime-cpudetect --enable-pthreads --target-os=mingw32 --cross-prefix=i686-w64-
mingw32- --pkg-config=pkg-config
  libavutil      52. 13.100 / 52. 13.100
  libavcodec     54. 86.100 / 54. 86.100
  libavformat    54. 59.106 / 54. 59.106
  libavdevice    54.  3.102 / 54.  3.102
  libavfilter     3. 32.100 /  3. 32.100
  libswscale      2.  1.103 /  2.  1.103
  libswresample   0. 17.102 /  0. 17.102
Input #0, flv, from 'c:\users\art\desktop\video.flv':
  Metadata:
    SARDenumerator  : 64:45
    SARNumerator    : 64:45
    audiosize       : 23398749
    canSeekToEnd    : true
    compatible_brands: isomavc1
    creation_time   : 2011-08-20 08:56:32
    datasize        : 147624571
    encoder         : Lavf53.6.0
    hasAudio        : true
    hasCuePoints    : false
    hasKeyframes    : true
    hasMetadata     : true
    hasVideo        : true
    lasttimestamp   : 2909
    major_brand     : avc1
    metadatacreator : flvtool++ (Facebook, Motion project, dweatherford) - patch
ed by Redefine Sp. z o.o.
    minor_version   : 0
    totalframes     : 72727
    videosize       : 122106414
  Duration: 00:48:28.96, start: 0.000000, bitrate: 405 kb/s
    Stream #0:0: Video: h264 (High), yuv420p, 480x384 [SAR 64:45 DAR 16:9], 343
kb/s, 25 tbr, 1k tbn, 50 tbc
    Stream #0:1: Audio: aac, 44100 Hz, stereo, fltp, 65 kb/s
At least one output file must be specified
<<

NX3

DLNA master

Posts: 578

Joined: Fri Jan 28, 2011 12:39 pm

Post Sun Mar 31, 2013 9:16 pm

Re: No audio with FLV videos on Sony HX929

Did you reload / reboot serviio after changing the profile ?
<<

sonyart

Serviio newbie

Posts: 4

Joined: Sat Mar 30, 2013 2:58 am

Post Sun Mar 31, 2013 11:58 pm

Re: No audio with FLV videos on Sony HX929

I just stopped and started the service but that didn't help so I rebooted my PC and it works now. Thanks
<<

NX3

DLNA master

Posts: 578

Joined: Fri Jan 28, 2011 12:39 pm

Post Mon Apr 01, 2013 7:33 pm

Re: No audio with FLV videos on Sony HX929

Can you post the log from when its trying to play the file ?
<<

steve11

Serviio newbie

Posts: 14

Joined: Tue Nov 20, 2012 1:33 pm

Post Mon Apr 01, 2013 8:50 pm

Re: No audio with FLV videos on Sony HX929

Hi,
You need to have the change in the Bravia profile perform year 2012 :D . The Insert under 2011 brings nothing.

<OnlineTranscoding>
<Video targetContainer="mpegts" forceInheritance="true"> <!-- do not transcode to ac3 -->
<Matches container="mp4" />
<Matches container="flv" vCodec="h264" aCodec="aac" /> Added in yellow
<Matches container="applehttp" vCodec="h264" />
</Video>
<Video targetContainer="mpeg" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="384" DAR="16:9" forceInheritance="true"> remove
<Matches container="asf" /> <!-- to support mms:// streams -->
<Matches container="flv" />
</Video>
</OnlineTranscoding>
HardSubsTranscoding>
<Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" maxVBitrate="17000" aBitrate="384" DAR="16:9" /> remove
<<

steve11

Serviio newbie

Posts: 14

Joined: Tue Nov 20, 2012 1:33 pm

Post Mon Apr 01, 2013 8:53 pm

Re: No audio with FLV videos on Sony HX929

sorry i have a HX925 german and it works perfectly!

Stev

Return to Sony

Who is online

Users browsing this forum: Majestic-12 [Bot] and 7 guests

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