No audio with FLV videos on Sony HX929
12 posts
• Page 1 of 1
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.
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
What version of Serviio are you on ?
Can you get the codec details from mediainfo and post back here ? as per my sig
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..
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
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
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:
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>
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
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
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
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
Re: No audio with FLV videos on Sony HX929
Did you reload / reboot serviio after changing the profile ?
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
Re: No audio with FLV videos on Sony HX929
Can you post the log from when its trying to play the file ?
Re: No audio with FLV videos on Sony HX929
Hi,
You need to have the change in the Bravia profile perform year 2012
. 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
You need to have the change in the Bravia profile perform year 2012
<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
Re: No audio with FLV videos on Sony HX929
sorry i have a HX925 german and it works perfectly!
Stev
Stev
12 posts
• Page 1 of 1
Who is online
Users browsing this forum: Majestic-12 [Bot] and 5 guests
