FAQ  •  Register  •  Login

New LG Profile Requiring Testers. (2012 Models ONLY)

<<

zzchess

Serviio newbie

Posts: 3

Joined: Sat May 19, 2012 7:17 pm

Post Sun May 20, 2012 4:32 pm

Re: New LG Profile Requiring Testers. (2012 Models ONLY)

Using this profile I cannot fast forward/rewind and videos. It's the same with the default LG profile.
<<

dreamlayers

Serviio newbie

Posts: 15

Joined: Tue Apr 10, 2012 6:12 pm

Location: Ontario, Canada

Post Mon May 21, 2012 4:04 pm

Re: New LG Profile Requiring Testers. (2012 Models ONLY)

You cannot fast forward or rewind when the video is being transcoded. It seems LG devices can only seek based on offests in the file, and that's not possible when transcoding.

LG Media Link, using Plex Media Server, can seek in transcoded files. However, Plex Media Server has several bugs which make it unusable for transcoding during plaback.
<<

FishHo

Serviio newbie

Posts: 11

Joined: Mon Nov 28, 2011 10:21 am

Post Fri May 25, 2012 2:22 am

Re: New LG Profile Requiring Testers. (2012 Models ONLY)

Hi All , well I'm the proud new parent of a LG 42LM6200 , 2012 model down here in NZ ( LM620T in the UK ). So far the new profile works great, no problems , plays everything I've thrown at it including VOB's with DTS. Had a small problem last night with an SRT file , changed the SRT and AVI to both 8.3 format and that fixed it. Downloaded a few trailers and its all good so far. Fast forward doesn't work but you can do small jumps forward and back with the remote. I'll have go at trying to break it if you can point me to some source video.
<<

strug

Serviio newbie

Posts: 5

Joined: Fri Jun 08, 2012 6:28 am

Post Fri Jun 08, 2012 7:13 am

Re: New LG Profile Requiring Testers. (2012 Models ONLY)

I have just bought a new BP620 player after ditching ps3 for good. 2 catastrophic failures in 4 years is not good enough sony. I have also switched to Serviio from PS3 media server. Thanks for this profile, everything I have tried so far is working apart from some .avi files.
I have a folder with avi files and every now and again the Player reports - 'cannot play file type'. I have looked into the files and all the files that wont play are encoded with the Microsoft Mpeg v2 non standard codec, ID MP42. I have tried the following without success
<Transcoding>
<Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" >
<Matches container="avi" vCodec="mp42"/>
</Video>
</Transcoding>
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Fri Jun 08, 2012 8:03 am

Re: New LG Profile Requiring Testers. (2012 Models ONLY)

strug wrote:I have just bought a new BP620 player after ditching ps3 for good. 2 catastrophic failures in 4 years is not good enough sony. I have also switched to Serviio from PS3 media server. Thanks for this profile, everything I have tried so far is working apart from some .avi files.
I have a folder with avi files and every now and again the Player reports - 'cannot play file type'. I have looked into the files and all the files that wont play are encoded with the Microsoft Mpeg v2 non standard codec, ID MP42. I have tried the following without success
<Transcoding>
<Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" >
<Matches container="avi" vCodec="mp42"/>
</Video>
</Transcoding>

I suppose "LG"Profile is selected on serviio console?
Could you provide "ffmpeg -i <your avi file>" 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
<<

strug

Serviio newbie

Posts: 5

Joined: Fri Jun 08, 2012 6:28 am

Post Fri Jun 08, 2012 8:28 am

Re: New LG Profile Requiring Testers. (2012 Models ONLY)

C:\Program Files\Serviio\lib>ffmpeg -i "D:\shares\Videos\Series\Whose Line is it
Anyway\Season 1\Whose Line US - 1x10 (show 117).avi"
ffmpeg version 0.9, Copyright (c) 2000-2011 the FFmpeg developers
built on Dec 13 2011 20:46:11 with gcc 4.4.2
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-mingw32- --pkg-config=pkg-co
nfig
libavutil 51. 32. 0 / 51. 32. 0
libavcodec 53. 42. 0 / 53. 42. 0
libavformat 53. 24. 0 / 53. 24. 0
libavdevice 53. 4. 0 / 53. 4. 0
libavfilter 2. 53. 0 / 2. 53. 0
libswscale 2. 1. 0 / 2. 1. 0
Input #0, avi, from 'D:\shares\Videos\Series\Whose Line is it Anyway\Season 1\Wh
ose Line US - 1x10 (show 117).avi':
Duration: 00:21:42.67, start: 0.000000, bitrate: 668 kb/s
Stream #0:0: Video: msmpeg4v2 (MP42 / 0x3234504D), yuv420p, 640x480, 29.97 t
br, 29.97 tbn, 29.97 tbc
Stream #0:1: Audio: mp3 (U[0][0][0] / 0x0055), 44100 Hz, stereo, s16, 96 kb/
s
At least one output file must be specified
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Sat Jun 09, 2012 8:19 am

Re: New LG Profile Requiring Testers. (2012 Models ONLY)

try to change it to

  Code:
<Transcoding>
<Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" >
<Matches container="avi" vCodec="msmpeg4"/>
</Video>
</Transcoding>
<<

strug

Serviio newbie

Posts: 5

Joined: Fri Jun 08, 2012 6:28 am

Post Sat Jun 09, 2012 8:58 am

Re: New LG Profile Requiring Testers. (2012 Models ONLY)

Thank you, that has fixed the problem :) - Loving Serviio
<<

casper

Serviio newbie

Posts: 16

Joined: Mon Jul 09, 2012 12:55 pm

Post Sat Sep 01, 2012 7:17 am

Re: New LG Profile Requiring Testers. (2012 Models ONLY)

Some online streams (not all) are shown with wrong aspect ratio (4:3 instead of 16:9). Here is one example
http://77.51.249.86:8001
which shows squeezed from the sides.

This one here is shown correctly
http://77.51.249.86:8101
<<

memog

Serviio newbie

Posts: 3

Joined: Tue Sep 04, 2012 7:52 pm

Post Tue Sep 04, 2012 8:28 pm

Re: New LG Profile Requiring Testers. (2012 Models ONLY)

Hello Everyone. I just bought the LG 55LM5800 and some of the videos That wouldnt play wiith the old profile now play with this profile but not all of them.
the ones are not playing are mkv with dts audio... I followed the "Provide details of a video file that doesn't play" link and I got this result:

  Code:
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
[matroska,webm @ 0132BE80] Unsupported encoding typeUnsupported encoding typeUns
upported encoding typeInput #0, matroska,webm, from 'E:\Movies 1080\Video Movie BluRay REMUX 1080p AVC DTS-HD MA 5.1-\Video movie BluRay REMUX 1080p
 AVC DTS-HD MA 5.1-.mkv':
  Metadata:
    creation_time   : 2012-08-21 21:49:00
  Duration: 02:22:54.90, start: 0.000000, bitrate: 28779 kb/s
    Chapter #0.0: start 0.000000, end 482.315000
    Metadata:
      title           : 00:00:00.000
    Chapter #0.1: start 482.315000, end 709.167000
    Metadata:
      title           : 00:08:02.315
    Chapter #0.2: start 709.167000, end 918.751000
    Metadata:
      title           : 00:11:49.167
    Chapter #0.3: start 918.751000, end 1233.482000
    Metadata:
      title           : 00:15:18.751
    Chapter #0.4: start 1233.482000, end 1384.258000
    Metadata:
      title           : 00:20:33.482
    Chapter #0.5: start 1384.258000, end 1779.444000
    Metadata:
      title           : 00:23:04.258
    Chapter #0.6: start 1779.444000, end 2243.992000
    Metadata:
      title           : 00:29:39.444
    Chapter #0.7: start 2243.992000, end 2567.982000
    Metadata:
      title           : 00:37:23.992
    Chapter #0.8: start 2567.982000, end 3022.269000
    Metadata:
      title           : 00:42:47.982
    Chapter #0.9: start 3022.269000, end 3664.661000
    Metadata:
      title           : 00:50:22.269
    Chapter #0.10: start 3664.661000, end 4445.107000
    Metadata:
      title           : 01:01:04.661
    Chapter #0.11: start 4445.107000, end 5281.234000
    Metadata:
      title           : 01:14:05.107
    Chapter #0.12: start 5281.234000, end 5900.561000
    Metadata:
      title           : 01:28:01.234
    Chapter #0.13: start 5900.561000, end 6340.167000
    Metadata:
      title           : 01:38:20.561
    Chapter #0.14: start 6340.167000, end 6675.085000
    Metadata:
      title           : 01:45:40.167
    Chapter #0.15: start 6675.085000, end 7067.769000
    Metadata:
      title           : 01:51:15.085
    Chapter #0.16: start 7067.769000, end 7478.680000
    Metadata:
      title           : 01:57:47.769
    Chapter #0.17: start 7478.680000, end 7779.397000
    Metadata:
      title           : 02:04:38.680
    Chapter #0.18: start 7779.397000, end 7990.691000
    Metadata:
      title           : 02:09:39.397
    Chapter #0.19: start 7990.691000, end 8574.902000
    Metadata:
      title           : 02:13:10.691
    Stream #0:0: Video: h264 (High), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 23.9
8 fps, 23.98 tbr, 1k tbn, 47.95 tbc
    Stream #0:1(eng): Audio: dts (DTS-HD MA), 48000 Hz, 5.1(side), s16, 1536 kb/
s (default)
    Stream #0:2(eng): Subtitle: hdmv_pgs_subtitle
    Stream #0:3(eng): Subtitle: hdmv_pgs_subtitle
    Stream #0:4(eng): Subtitle: hdmv_pgs_subtitle
At least one output file must be specified


Im VERY new at this so any help, tips, pointers would be awesome.

Media Info from the file im trying to play

  Code:
General
Unique ID                                : 215134601301119514445276997928142007801 (0xA1D96AC53A6B6CB1A9E76867BB806DF9)
Complete name                            : E:\Movies 1080\Video Movie REMUX 1080p AVC DTS-HD MA 5.1-\Video Movie REMUX 1080p AVC DTS-HD MA 5.1-.mkv
Format                                   : Matroska
Format version                           : Version 2
File size                                : 28.7 GiB
Duration                                 : 2h 22mn
Overall bit rate mode                    : Variable
Overall bit rate                         : 28.8 Mbps
Encoded date                             : UTC 2012-08-21 21:49:00
Writing application                      : mkvmerge v5.7.0 ('The Whirlwind') built on Jul  8 2012 20:08:51
Writing library                          : libebml v1.2.3 + libmatroska v1.3.0

Video
ID                                       : 1
Format                                   : AVC
Format/Info                              : Advanced Video Codec
Format profile                           : High@L4.1
Format settings, CABAC                   : Yes
Format settings, ReFrames                : 4 frames
Muxing mode                              : Container profile=Unknown@0.0
Codec ID                                 : V_MPEG4/ISO/AVC
Duration                                 : 2h 22mn
Bit rate mode                            : Variable
Bit rate                                 : 24.3 Mbps
Maximum bit rate                         : 32.0 Mbps
Width                                    : 1 920 pixels
Height                                   : 1 080 pixels
Display aspect ratio                     : 16:9
Frame rate mode                          : Constant
Frame rate                               : 23.976 fps
Color space                              : YUV
Chroma subsampling                       : 4:2:0
Bit depth                                : 8 bits
Scan type                                : Progressive
Bits/(Pixel*Frame)                       : 0.488
Stream size                              : 24.2 GiB (84%)
Default                                  : No
Forced                                   : No

Audio
ID                                       : 2
Format                                   : DTS
Format/Info                              : Digital Theater Systems
Format profile                           : MA / Core
Codec ID                                 : A_DTS
Duration                                 : 2h 22mn
Bit rate mode                            : Variable
Bit rate                                 : 3 949 Kbps / 1 510 Kbps
Channel(s)                               : 8 channels / 6 channels
Channel positions                        : Front: L C R, Side: L R, Back: L R, LFE / Front: L C R, Side: L R, LFE
Sampling rate                            : 48.0 KHz
Bit depth                                : 24 bits
Compression mode                         : Lossless / Lossy
Language                                 : English
Default                                  : Yes
Forced                                   : No

ID                                       : 3
Format                                   : PGS
Muxing mode                              : zlib
Codec ID                                 : S_HDMV/PGS
Codec ID/Info                            : The same subtitle format used on BDs/HD-DVDs
Language                                 : English
Default                                  : No
Forced                                   : No

ID                                       : 4
Format                                   : PGS
Muxing mode                              : zlib
Codec ID                                 : S_HDMV/PGS
Codec ID/Info                            : The same subtitle format used on BDs/HD-DVDs
Language                                 : English
Default                                  : No
Forced                                   : No

ID                                       : 5
Format                                   : PGS
Muxing mode                              : zlib
Codec ID                                 : S_HDMV/PGS
Codec ID/Info                            : The same subtitle format used on BDs/HD-DVDs
Language                                 : English
Default                                  : No
Forced                                   : No

Menu
00:00:00.000                             : en:00:00:00.000
00:08:02.315                             : en:00:08:02.315
00:11:49.167                             : en:00:11:49.167
00:15:18.751                             : en:00:15:18.751
00:20:33.482                             : en:00:20:33.482
00:23:04.258                             : en:00:23:04.258
00:29:39.444                             : en:00:29:39.444
00:37:23.992                             : en:00:37:23.992
00:42:47.982                             : en:00:42:47.982
00:50:22.269                             : en:00:50:22.269
01:01:04.661                             : en:01:01:04.661
01:14:05.107                             : en:01:14:05.107
01:28:01.234                             : en:01:28:01.234
01:38:20.561                             : en:01:38:20.561
01:45:40.167                             : en:01:45:40.167
01:51:15.085                             : en:01:51:15.085
01:57:47.769                             : en:01:57:47.769
02:04:38.680                             : en:02:04:38.680
02:09:39.397                             : en:02:09:39.397
02:13:10.691                             : en:02:13:10.691

<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Wed Sep 05, 2012 6:48 am

Re: New LG Profile Requiring Testers. (2012 Models ONLY)

Thanks for information, your file seems good.
Could you enable detailed logging (see signature link), then extract the ffmpeg command line used to transcode your file ? its probably due to ffmpeg DTS transcoding failure.
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
<<

memog

Serviio newbie

Posts: 3

Joined: Tue Sep 04, 2012 7:52 pm

Post Thu Sep 06, 2012 9:19 pm

Re: New LG Profile Requiring Testers. (2012 Models ONLY)

then extract the ffmpeg command line used to transcode your file ?

Im note sure on how to do this... I enabled detal loggin and look at the looked at serviio.log and I see a lot of stuff.. I did a search for ffmpeg on that file and this is what i got... I hope is what you were asking for...

2012-09-06 16:02:00,113 DEBUG [FFMPEGWrapper] Invoking FFmpeg to transcode video file: E:\Movies 1080\Video Movie REMUX 1080p AVC DTS-HD MA 5.1-\Video Movie REMUX 1080p AVC DTS-HD MA 5.1-.mkv
2012-09-06 16:02:00,113 DEBUG [ProcessExecutor] Starting C:\Program Files\Serviio\bin\\..\lib/ffmpeg.exe -fflags +genpts -i E:\Movies 1080\Video Movie REMUX 1080p AVC DTS-HD MA 5.1-\Video Movie REMUX 1080p AVC DTS-HD MA 5.1-.mkv -y -copyts -c:v copy -vbsf h264_mp4toannexb -c:a ac3 -b:a 192k -ac 2 -map 0:0 -map 0:1 -sn -f mpegts C:\Windows\TEMP\Serviio\transcoding-temp-149-21-ORIGINAL.stf
2012-09-06 16:02:00,325 WARN [ProcessExecutor] Process cmd has a return code of 1! This is a possible error.
2012-09-06 16:02:00,325 DEBUG [TranscodingJobListener] Transcoding finished; successful: false
2012-09-06 16:02:00,614 ERROR [ResourceTransportRequestHandler] Error while processing resource, sending back 500 error. Message: FFmpeg execution failed
java.io.IOException: FFmpeg execution failed
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Fri Sep 07, 2012 10:25 am

Re: New LG Profile Requiring Testers. (2012 Models ONLY)

FFmpeg crashed, but why ?!

Could you retry locallly in a windows terminal the same command line, then post the ffmpeg log result:

  Code:
C:\Program Files\Serviio\bin\\..\lib/ffmpeg.exe -fflags +genpts -i "E:\Movies 1080\Video Movie REMUX 1080p AVC DTS-HD MA 5.1-\Video Movie REMUX 1080p AVC DTS-HD MA 5.1-.mkv" -y -copyts -c:v copy -vbsf h264_mp4toannexb -c:a ac3 -b:a 192k -ac 2 -map 0:0 -map 0:1 -sn -f mpegts C:\Windows\TEMP\Serviio\transcoding-temp-149-21-ORIGINAL.stf
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
<<

memog

Serviio newbie

Posts: 3

Joined: Tue Sep 04, 2012 7:52 pm

Post Sat Sep 08, 2012 12:06 am

Re: New LG Profile Requiring Testers. (2012 Models ONLY)

Here it is.

  Code:
C:\Program Files\Serviio\lib>ffmpeg.exe -fflags +genpts -i "E:\Movies 1080\Video Movie REMUX 1080p AVC DTS-HD MA 5.1-\Video Movie REMU
X 1080p AVC DTS-HD MA 5.1-.mkv" -y -copyts -c:v copy -vbsf h264_mp4toannexb -c:a
 ac3 -b:a 192k -ac 2 -map 0:0 -map 0:1 -sn -f mpegts C:\Windows\TEMP\Serviio\tra
nscoding-temp-149-21-ORIGINAL.stf
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
[matroska,webm @ 0038F3C0] Unsupported encoding typeUnsupported encoding typeUns
upported encoding typeInput #0, matroska,webm, from 'E:\Movies 1080\Video Movie REMUX 1080p AVC DTS-HD MA 5.1-\Video Movie REMUX 1080p
 AVC DTS-HD MA 5.1-.mkv':
  Metadata:
    creation_time   : 2012-08-21 21:49:00
  Duration: 02:22:54.90, start: 0.000000, bitrate: 28779 kb/s
    Chapter #0.0: start 0.000000, end 482.315000
    Metadata:
      title           : 00:00:00.000
    Chapter #0.1: start 482.315000, end 709.167000
    Metadata:
      title           : 00:08:02.315
    Chapter #0.2: start 709.167000, end 918.751000
    Metadata:
      title           : 00:11:49.167
    Chapter #0.3: start 918.751000, end 1233.482000
    Metadata:
      title           : 00:15:18.751
    Chapter #0.4: start 1233.482000, end 1384.258000
    Metadata:
      title           : 00:20:33.482
    Chapter #0.5: start 1384.258000, end 1779.444000
    Metadata:
      title           : 00:23:04.258
    Chapter #0.6: start 1779.444000, end 2243.992000
    Metadata:
      title           : 00:29:39.444
    Chapter #0.7: start 2243.992000, end 2567.982000
    Metadata:
      title           : 00:37:23.992
    Chapter #0.8: start 2567.982000, end 3022.269000
    Metadata:
      title           : 00:42:47.982
    Chapter #0.9: start 3022.269000, end 3664.661000
    Metadata:
      title           : 00:50:22.269
    Chapter #0.10: start 3664.661000, end 4445.107000
    Metadata:
      title           : 01:01:04.661
    Chapter #0.11: start 4445.107000, end 5281.234000
    Metadata:
      title           : 01:14:05.107
    Chapter #0.12: start 5281.234000, end 5900.561000
    Metadata:
      title           : 01:28:01.234
    Chapter #0.13: start 5900.561000, end 6340.167000
    Metadata:
      title           : 01:38:20.561
    Chapter #0.14: start 6340.167000, end 6675.085000
    Metadata:
      title           : 01:45:40.167
    Chapter #0.15: start 6675.085000, end 7067.769000
    Metadata:
      title           : 01:51:15.085
    Chapter #0.16: start 7067.769000, end 7478.680000
    Metadata:
      title           : 01:57:47.769
    Chapter #0.17: start 7478.680000, end 7779.397000
    Metadata:
      title           : 02:04:38.680
    Chapter #0.18: start 7779.397000, end 7990.691000
    Metadata:
      title           : 02:09:39.397
    Chapter #0.19: start 7990.691000, end 8574.902000
    Metadata:
      title           : 02:13:10.691
    Stream #0:0: Video: h264 (High), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 23.9
8 fps, 23.98 tbr, 1k tbn, 47.95 tbc
    Stream #0:1(eng): Audio: dts (DTS-HD MA), 48000 Hz, 5.1(side), s16, 1536 kb/
s (default)
    Stream #0:2(eng): Subtitle: hdmv_pgs_subtitle
    Stream #0:3(eng): Subtitle: hdmv_pgs_subtitle
    Stream #0:4(eng): Subtitle: hdmv_pgs_subtitle
[graph 0 input from stream 0:1 @ 0038F320] tb:1/48000 samplefmt:s16 samplerate:4
8000 chlayout:0x60f
[auto-inserted resampler 0 @ 033AF8E0] chl:5.1(side) fmt:s16 r:48000Hz -> chl:st
ereo fmt:flt r:48000Hz
[mpegts @ 03A5D020] muxrate VBR, pcr every 2 pkts, sdt every 200, pat/pmt every
40 pkts
Output #0, mpegts, to 'C:\Windows\TEMP\Serviio\transcoding-temp-149-21-ORIGINAL.
stf':
  Metadata:
    encoder         : Lavf54.15.102
    Chapter #0.0: start 0.000000, end 482.315000
    Metadata:
      title           : 00:00:00.000
    Chapter #0.1: start 482.315000, end 709.167000
    Metadata:
      title           : 00:08:02.315
    Chapter #0.2: start 709.167000, end 918.751000
    Metadata:
      title           : 00:11:49.167
    Chapter #0.3: start 918.751000, end 1233.482000
    Metadata:
      title           : 00:15:18.751
    Chapter #0.4: start 1233.482000, end 1384.258000
    Metadata:
      title           : 00:20:33.482
    Chapter #0.5: start 1384.258000, end 1779.444000
    Metadata:
      title           : 00:23:04.258
    Chapter #0.6: start 1779.444000, end 2243.992000
    Metadata:
      title           : 00:29:39.444
    Chapter #0.7: start 2243.992000, end 2567.982000
    Metadata:
      title           : 00:37:23.992
    Chapter #0.8: start 2567.982000, end 3022.269000
    Metadata:
      title           : 00:42:47.982
    Chapter #0.9: start 3022.269000, end 3664.661000
    Metadata:
      title           : 00:50:22.269
    Chapter #0.10: start 3664.661000, end 4445.107000
    Metadata:
      title           : 01:01:04.661
    Chapter #0.11: start 4445.107000, end 5281.234000
    Metadata:
      title           : 01:14:05.107
    Chapter #0.12: start 5281.234000, end 5900.561000
    Metadata:
      title           : 01:28:01.234
    Chapter #0.13: start 5900.561000, end 6340.167000
    Metadata:
      title           : 01:38:20.561
    Chapter #0.14: start 6340.167000, end 6675.085000
    Metadata:
      title           : 01:45:40.167
    Chapter #0.15: start 6675.085000, end 7067.769000
    Metadata:
      title           : 01:51:15.085
    Chapter #0.16: start 7067.769000, end 7478.680000
    Metadata:
      title           : 01:57:47.769
    Chapter #0.17: start 7478.680000, end 7779.397000
    Metadata:
      title           : 02:04:38.680
    Chapter #0.18: start 7779.397000, end 7990.691000
    Metadata:
      title           : 02:09:39.397
    Chapter #0.19: start 7990.691000, end 8574.902000
    Metadata:
      title           : 02:13:10.691
    Stream #0:0: Video: h264, yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 23.
98 fps, 90k tbn, 23.98 tbc
    Stream #0:1(eng): Audio: ac3, 48000 Hz, stereo, flt, 192 kb/s (default)
Stream mapping:
  Stream #0:0 -> #0:0 (copy)
  Stream #0:1 -> #0:1 (dca -> ac3)
Press [q] to stop, [?] for help
[mpegts @ 03A5D020] pts (3780) < dts (7444) in stream 0
av_interleaved_write_frame(): Invalid argument
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Sat Sep 08, 2012 7:34 am

Re: New LG Profile Requiring Testers. (2012 Models ONLY)

memog wrote: Stream #0:0: Video: h264, yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 23.98 fps, 90k tbn, 23.98 tbc
Stream #0:1(eng): Audio: ac3, 48000 Hz, stereo, flt, 192 kb/s (default)
Stream mapping:
Stream #0:0 -> #0:0 (copy)
Stream #0:1 -> #0:1 (dca -> ac3)
Press [q] to stop, [?] for help
[mpegts @ 03A5D020] pts (3780) < dts (7444) in stream 0av_interleaved_write_frame(): Invalid argument

Your mkv seems wreaked.
I suggest to use mkvmerge tool to rebuild the mkv file (it's easy and speedy): http://www.videohelp.com/tools/MKVtoolnix
Or you can directly remux to mpegts with TsMuxer tool, but you'll lose subtitles...
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
<<

bartek_75

Serviio newbie

Posts: 6

Joined: Sun Dec 30, 2012 5:09 pm

Post Mon Dec 31, 2012 10:52 am

Re: New LG Profile Requiring Testers. (2012 Models ONLY)

This profile plays flv files on my tv set just fine. While standard LG profile did not.

Tv LG 42LS570S

Adding
  Code:
 <Matches container="rm" />
to the profile, enabled rmvb playback with Serviio 1.1.

Best regards,
Bartek
LG 42LS570S
<<

chrsmrrtt

Serviio newbie

Posts: 8

Joined: Wed Jan 30, 2013 8:36 pm

Location: Cheshire, UK

Post Wed Jan 30, 2013 8:58 pm

Re: New LG Profile Requiring Testers. (2012 Models ONLY)

Hello,

I have a LG 32LS570T-ZB Smart TV and transcoded FLAC audio files using this new profile result in an "invalid file" warning on the TV.

Here's the debug:

  Code:
2013-01-24 22:39:06,042 DEBUG [ResourceDeliveryProcessor] Resource request accepted. Using client 'IPAddress=/192.168.1.75, Profile=LG Smart TV (2012)'
2013-01-24 22:39:06,046 DEBUG [ResourceDeliveryProcessor] Request for resource 7190 and type 'MEDIA_ITEM' received
2013-01-24 22:39:06,046 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 7190 (local)
2013-01-24 22:39:06,046 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 7190)
2013-01-24 22:39:06,060 DEBUG [MusicTrackDAOImpl] Reading a MusicTrack (id = 7190)
2013-01-24 22:39:06,061 DEBUG [AudioDeliveryEngine] Retrieving resource information for item 7190, format LPCM16_44_STEREO and profile LG Smart TV (2012)
2013-01-24 22:39:06,062 DEBUG [AbstractTranscodingDeliveryEngine] Getting media info for transcoded version of file 01 The Lemon Of Pink.flac
2013-01-24 22:39:06,062 DEBUG [AudioDeliveryEngine] Found Format profile for transcoded file 01 The Lemon Of Pink.flac: LPCM16_44_STEREO
2013-01-24 22:39:06,066 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 7190 (local)
2013-01-24 22:39:06,066 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 7190)
2013-01-24 22:39:06,066 DEBUG [MusicTrackDAOImpl] Reading a MusicTrack (id = 7190)
2013-01-24 22:39:06,067 DEBUG [AudioDeliveryEngine] Delivering item '7190' for client 'IPAddress=/192.168.1.75, Profile=LG Smart TV (2012)'
2013-01-24 22:39:06,067 DEBUG [AudioDeliveryEngine] Delivering file '01 The Lemon Of Pink.flac' using transcoding
2013-01-24 22:39:06,067 DEBUG [AbstractTranscodingDeliveryEngine] No suitable transcoding job exists yet, start one for client 'IPAddress=/192.168.1.75, Profile=LG Smart TV (2012)'
2013-01-24 22:39:06,068 DEBUG [MediaItemDAOImpl] Getting file of media item 7190
2013-01-24 22:39:06,069 DEBUG [FFMPEGWrapper] Invoking FFmpeg to transcode audio file: E:\Music\Albums\FLAC\Artist Albums\Books\[2003] The Lemon Of Pink\01 The Lemon Of Pink.flac
2013-01-24 22:39:06,070 DEBUG [ProcessExecutor] Starting C:\Program Files\Serviio\bin\\..\lib/ffmpeg.exe -i E:\Music\Albums\FLAC\Artist Albums\Books\[2003] The Lemon Of Pink\01 The Lemon Of Pink.flac -y -ar 44100 -ac 2 -vn -f s16be C:\transcoded\Serviio\transcoding-temp-7190-21-ORIGINAL.stf
2013-01-24 22:39:06,572 DEBUG [FileBasedTranscodingDeliveryStrategy] Sending transcoding stream
2013-01-24 22:39:06,574 DEBUG [AudioDeliveryEngine] Found Format profile for transcoded file 01 The Lemon Of Pink.flac: LPCM16_44_STEREO
2013-01-24 22:39:06,574 DEBUG [MediaItemDAOImpl] Marking MediaItem (id = 7190) as read
2013-01-24 22:39:06,582 DEBUG [LocalContentCacheDecorator] Cleared cache (local_resetafterplay)
2013-01-24 22:39:06,583 DEBUG [ResourceDeliveryProcessor] Stream entity has length: 900000000
2013-01-24 22:39:06,583 DEBUG [ResourceDeliveryProcessor] Sending file back
2013-01-24 22:39:06,583 DEBUG [ResourceTransportRequestHandler] Creating entity with chunked transfer
2013-01-24 22:39:06,583 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 200 OK, headers = [[Content-Type: audio/L16;rate=44100;channels=2,Date: Thu, 24 Jan 2013 22:39:06 GMT,Server: Windows 7, UPnP/1.0 DLNADOC/1.50, Serviio/1.1,Cache-control: no-cache,transferMode.dlna.org: Streaming,realTimeInfo.dlna.org: DLNA.ORG_TLAG=*]]
2013-01-24 22:39:07,314 DEBUG [TranscodingJobListener] Transcoding finished; successful: true
2013-01-24 22:39:12,200 DEBUG [WebServer] Incoming connection from /192.168.1.75:39023
2013-01-24 22:39:12,213 DEBUG [WebServer] I/O error: Connection reset by peer: socket write error


If you need any more information, let me know.

Thanks,
Chris.
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Thu Jan 31, 2013 8:49 pm

Re: New LG Profile Requiring Testers. (2012 Models ONLY)

try to change the targetACodec to mp3
<<

chrsmrrtt

Serviio newbie

Posts: 8

Joined: Wed Jan 30, 2013 8:36 pm

Location: Cheshire, UK

Post Sat Feb 02, 2013 9:21 pm

Re: New LG Profile Requiring Testers. (2012 Models ONLY)

Hello zip,

Thanks for your suggestion. Since I was tweaking the audio tag I changed the targetContainer to mp3 rather than adding a targetACodec as you suggested.

Therefore the profile now looks like this:

  Code:
<Profile id="21" name="LG Smart TV (2012)" extendsProfileId="1">
      <SubtitlesMimeType>text/srt</SubtitlesMimeType>
      <Detection>
           <UPnPSearch>
              <FriendlyName>(.*LW98.*)|(.*LW65.*)|(.*LW55.*)|(.*PZ9.*)|(.*PZ57.*)|(.*LS57.*)</FriendlyName>
              <Manufacturer>LG Electronics</Manufacturer>
           </UPnPSearch>
      </Detection>
      <Transcoding>
           <!-- Transcode h264 videos with profile level > 4.1 to mpegts with ac3 audio -->
           <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" >
              <Matches container="avi" vCodec="h264" profile="high" levelGreaterThan="4.2" />
              <Matches container="avi" vCodec="h264" profile="main" levelGreaterThan="4.2" />
              <Matches container="mp4" vCodec="h264" profile="high" levelGreaterThan="4.2" />
              <Matches container="mp4" vCodec="h264" profile="main" levelGreaterThan="4.2" />
              <Matches container="matroska" vCodec="h264" profile="high" levelGreaterThan="4.2" />
              <Matches container="matroska" vCodec="h264" profile="main" levelGreaterThan="4.2" />
           </Video>
            <!-- remux unsupported audio codecs in MKV into AC3 -->
           <Video targetContainer="mpegts" targetACodec="ac3" >
              <Matches container="matroska" vCodec="h264" aCodec="dca" />
              <Matches container="matroska" vCodec="h264" aCodec="flac" />
              <Matches container="matroska" vCodec="h264" aCodec="vorbis" />
              <Matches container="matroska" vCodec="h264" aCodec="truehd" />
           </Video>
           <!-- Remux WTV files to MPEG-PS with no transcoding-->
           <Video targetContainer="mpeg">
              <Matches container="wtv" />
           </Video>
           <!-- transcode unsupported video codecs into mpeg-ts, mpeg2video and ac3 audio -->
           <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3">           
              <Matches container="avi" vCodec="mjpeg" />
              <Matches container="avi" vCodec="dvvideo" />
              <Matches container="mp4" vCodec="mjpeg" />
              <Matches container="asf" />
              <Matches container="flv" />
              <Matches container="ogg" />
           </Video>
           <!-- unsupported audio will be transcoded into lpcm audio -->
           <Audio targetContainer="mp3">
              <Matches container="flac" />
              <Matches container="ogg" />
              <Matches container="asf" />
              <Matches container="adts" />
           </Audio>
        </Transcoding>     
    </Profile>


However, now when playing on the TV the music is garbaged - almost like it's playing at x2 speed, but without it's pitch being raised.
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Mon Feb 04, 2013 6:29 pm

Re: New LG Profile Requiring Testers. (2012 Models ONLY)

try to force the aBitrate too to a value (eg 384, 192, ..)
PreviousNext

Return to LG

Who is online

Users browsing this forum: No registered users and 15 guests

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