Page 2 of 2

Re: How do i enable flv transcoding for LG TV?

PostPosted: Mon Oct 01, 2012 7:40 am
by Spookyy
I downloaded the profiles.xml mentioned here viewtopic.php?f=12&t=5558&hilit=mkv+unsupported+audio#p40142
and then my .mkv files played okay, but not the renamed one.

Here is some info on the .webm file:

Re: How do i enable flv transcoding for LG TV?

PostPosted: Mon Oct 01, 2012 8:10 am
by Illico
Spookyy wrote:Here is some info on the .webm file:

Thanks, could you also provide the "ffmpeg -i <filepah>" result ?

Re: How do i enable flv transcoding for LG TV?

PostPosted: Mon Oct 01, 2012 8:26 am
by Spookyy
  Code:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. Med ensamrätt.

c:\Program Files\Serviio\lib>ffmpeg -i "The Indoctrination Theory-A Documentary
- Extended Cut-720p.webm"
ffmpeg version N-42368-gbf53863 Copyright (c) 2000-2012 the FFmpeg developers
  built on Jul 10 2012 03:40:45 with gcc 4.6.3
  configuration: --enable-static --disable-shared --disable-ffplay --disable-ffs
erver --enable-memalign-hack --enable-libmp3lame --enable-librtmp --extra-libs='
-lrtmp -lpolarssl -lws2_32 -lwinmm' --arch=x86 --enable-runtime-cpudetect --enab
le-pthreads --target-os=mingw32 --cross-prefix=i686-w64-mingw32- --pkg-config=pk
g-config
  libavutil      51. 64.100 / 51. 64.100
  libavcodec     54. 33.100 / 54. 33.100
  libavformat    54. 15.102 / 54. 15.102
  libavdevice    54.  1.100 / 54.  1.100
  libavfilter     3.  1.100 /  3.  1.100
  libswscale      2.  1.100 /  2.  1.100
  libswresample   0. 15.100 /  0. 15.100
Input #0, matroska,webm, from 'The Indoctrination Theory-A Documentary - Extende
d Cut-720p.webm':
  Duration: 01:49:36.22, start: 0.000000, bitrate: 2362 kb/s
    Stream #0:0(eng): Video: vp8, yuv420p, 1280x720, SAR 1:1 DAR 16:9, 1k fps, 1
k tbr, 1k tbn, 1k tbc (default)
    Stream #0:1: Audio: vorbis, 44100 Hz, stereo, s16 (default)

Re: How do i enable flv transcoding for LG TV?

PostPosted: Mon Oct 01, 2012 9:58 am
by Illico
Spookyy wrote:Input #0, matroska,webm, from 'The Indoctrination Theory-A Documentary - Extended Cut-720p.webm':
Duration: 01:49:36.22, start: 0.000000, bitrate: 2362 kb/s
Stream #0:0(eng): Video: vp8, yuv420p, 1280x720, SAR 1:1 DAR 16:9, 1k fps, 1k tbr, 1k tbn, 1k tbc (default)
Stream #0:1: Audio: vorbis, 44100 Hz, stereo, s16 (default)

Ok, so you confirm that this file format is not displayed (no video, no audio) with LG nor Generic Profile ?

Then you can insert this line in the second <video> element, save and restart serviio service.
<Matches container="matroska" vCodec="vp8" aCodec="vorbis" />

Re: How do i enable flv transcoding for LG TV?

PostPosted: Mon Oct 01, 2012 1:15 pm
by Spookyy
Yup, now i can play that renamed file. But i get really bad audio stuttering.

Re: How do i enable flv transcoding for LG TV?

PostPosted: Mon Oct 01, 2012 2:35 pm
by Illico
Spookyy wrote:Yup, now i can play that renamed file. But i get really bad audio stuttering.


Try to change targetACodec="ac3" by targetACodec="mp3"

Re: How do i enable flv transcoding for LG TV?

PostPosted: Mon Oct 01, 2012 4:05 pm
by Spookyy
Still the same sound stuttering.

Re: How do i enable flv transcoding for LG TV?

PostPosted: Mon Oct 01, 2012 7:06 pm
by Illico
Spookyy wrote:Still the same sound stuttering.

You can try to force the audio bitrate, add this aBitrate="384" for example.

<Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="384">
or
<Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="256">
or
<Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="mp3" aBitrate="384">
...

Save and restart serviio service after each test...

Re: How do i enable flv transcoding for LG TV?

PostPosted: Tue Oct 02, 2012 6:14 am
by Spookyy
No, it still stutter =)

Re: How do i enable flv transcoding for LG TV?

PostPosted: Tue Oct 02, 2012 7:07 am
by Illico
and with targetACodec="lpcm" ?

Re: How do i enable flv transcoding for LG TV?

PostPosted: Tue Oct 02, 2012 7:35 am
by Spookyy
Getting "Unsupported Audio" with that one.

Re: How do i enable flv transcoding for LG TV?

PostPosted: Tue Oct 02, 2012 10:07 am
by Illico
Spookyy wrote:Getting "Unsupported Audio" with that one.


Sorry, no more ideas...

Re: How do i enable flv transcoding for LG TV?

PostPosted: Wed Dec 05, 2012 6:41 pm
by wulfrun
Just to return to the original question , i'm afraid i wouldn't have a clue as to how to edit the LG profile to make FLV files play on my TV. :? If i attempted messing about in profiles i'd be scared of Serviio not working at all. When i went to profiles i was expecting a text file , instead Internet Explorer opens. Bamboozling to a non expert like myself.

Fortunately , i also have a Sony Bluray player also connected to Serviio , and FLV files play fine on my LG through this route. I would prefer to be able to play them directly on the TV , but nevermind , Serviio is still a wonderful bit of software.

Re: How do i enable flv transcoding for LG TV?

PostPosted: Thu Dec 06, 2012 11:07 pm
by zip
Did you try some of the other profiles?

Re: How do i enable flv transcoding for LG TV?

PostPosted: Sat Dec 08, 2012 1:25 pm
by wulfrun
Sorry for being dumb , but i don't understand the question. How do you try other Profiles ?

Re: How do i enable flv transcoding for LG TV?

PostPosted: Wed Dec 12, 2012 12:41 pm
by zip
Change profile as per the image here: http://www.serviio.org/index.php?option ... ticle&id=5