Samsung TV 40D6530 "Video Codec Not Supported"
Initially the 1080i files played but with a 1second pause every 5seconds or so (Samsung TV displayed "Loading" in the corner during the pause). I tweaked the profile and now the 1080i file play perfectly. My tweak was to add this at the top of the C/D/E transcoding section of the profile:
<Video targetContainer="mpegts">
<Matches container="*" vCodec="h264" />
</Video>
My problem is that my 1080p files from the camcorder give a "Video Codec Not Supported" error on the TV (this happened both before and after my profile tweak).
Here is the ffmpeg file information for both files:
C:\PROGRA~1\Serviio\lib>ffmpeg.exe -i 1080i.m2ts
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, mpegts, from '1080i.m2ts':
Duration: 00:00:19.68, start: 1.918778, bitrate: 17273 kb/s
Program 1
Stream #0:0[0x1011]: Video: h264 (High) (HDMV / 0x564D4448), yuv420p, 1920x1
080 [SAR 1:1 DAR 16:9], 50 fps, 50 tbr, 90k tbn, 50 tbc
Stream #0:1[0x1100]: Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, stereo, s16,
256 kb/s
Stream #0:2[0x1200]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090)
At least one output file must be specified
C:\PROGRA~1\Serviio\lib>ffmpeg.exe -i 1080p.m2ts
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, mpegts, from '1080p.m2ts':
Duration: 00:00:13.43, start: 1.938767, bitrate: 24868 kb/s
Program 1
Stream #0:0[0x1011]: Video: h264 (High) (HDPR / 0x52504448), yuv420p, 1920x1
080 [SAR 1:1 DAR 16:9], 50 fps, 50 tbr, 90k tbn, 100 tbc
Stream #0:1[0x1100]: Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, stereo, s16,
256 kb/s
Stream #0:2[0x1200]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090)
At least one output file must be specified
The green is the 1080p and the blue the 1080i. I have tried but can't find a tweak to get the 1080p streaming to the TV, any ideas would be very much appreciated.
I've attached the DEBUG information of me trying to play first the 1080i file and then the 1080p file.
My question that I hope someone can help with is this, is there any way to tweak the profile to get the 1080p files playing on the TV ?
Thanks,
Chris
PS. I am not using WiFi, I am using a 200Mbps TP-Link powerline network which I can use to play MKV's of blu rays without any problems so I don't think the newtwork is the issue.