FAQ  •  Register  •  Login

How do i enable flv transcoding for LG TV?

<<

Spookyy

Serviio newbie

Posts: 17

Joined: Sat Sep 22, 2012 5:54 pm

Post Mon Oct 01, 2012 7:40 am

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

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:
Attachments
The Indoctrination Theory-A Documentary - Extended Cut-720p.webm.txt
(2.01 KiB) Downloaded 370 times
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Mon Oct 01, 2012 8:10 am

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

Spookyy wrote:Here is some info on the .webm file:

Thanks, could you also provide the "ffmpeg -i <filepah>" result ?
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
<<

Spookyy

Serviio newbie

Posts: 17

Joined: Sat Sep 22, 2012 5:54 pm

Post Mon Oct 01, 2012 8:26 am

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

  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)
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Mon Oct 01, 2012 9:58 am

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

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" />
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
<<

Spookyy

Serviio newbie

Posts: 17

Joined: Sat Sep 22, 2012 5:54 pm

Post Mon Oct 01, 2012 1:15 pm

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

Yup, now i can play that renamed file. But i get really bad audio stuttering.
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Mon Oct 01, 2012 2:35 pm

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

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"
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
<<

Spookyy

Serviio newbie

Posts: 17

Joined: Sat Sep 22, 2012 5:54 pm

Post Mon Oct 01, 2012 4:05 pm

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

Still the same sound stuttering.
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Mon Oct 01, 2012 7:06 pm

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

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...
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
<<

Spookyy

Serviio newbie

Posts: 17

Joined: Sat Sep 22, 2012 5:54 pm

Post Tue Oct 02, 2012 6:14 am

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

No, it still stutter =)
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Tue Oct 02, 2012 7:07 am

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

and with targetACodec="lpcm" ?
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
<<

Spookyy

Serviio newbie

Posts: 17

Joined: Sat Sep 22, 2012 5:54 pm

Post Tue Oct 02, 2012 7:35 am

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

Getting "Unsupported Audio" with that one.
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Tue Oct 02, 2012 10:07 am

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

Spookyy wrote:Getting "Unsupported Audio" with that one.


Sorry, no more ideas...
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
<<

wulfrun

Serviio newbie

Posts: 9

Joined: Fri Nov 11, 2011 1:52 pm

Post Wed Dec 05, 2012 6:41 pm

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

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.
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Thu Dec 06, 2012 11:07 pm

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

Did you try some of the other profiles?
<<

wulfrun

Serviio newbie

Posts: 9

Joined: Fri Nov 11, 2011 1:52 pm

Post Sat Dec 08, 2012 1:25 pm

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

Sorry for being dumb , but i don't understand the question. How do you try other Profiles ?
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Wed Dec 12, 2012 12:41 pm

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

Change profile as per the image here: http://www.serviio.org/index.php?option ... ticle&id=5
Previous

Return to LG

Who is online

Users browsing this forum: No registered users and 14 guests

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