Page 1 of 1

Getting serviio to work with my tv (again)

PostPosted: Wed Apr 18, 2012 8:11 pm
by xaphan
Ok, so i first installed serviio back in 2009, and with help from here got it working seamlessly with my tv.

Now having rebuilt my pc, reinstalled serviio, and found the profile i was using (SamsungWiseLinkPro) is missing...
(here is the original thread http://forum.serviio.org/viewtopic.php?f=5&t=54&start=10)

anyone shed some light on where my profile is?

(my tv is an le46b650)

Regards

Re: Getting serviio to work with my tv (again)

PostPosted: Wed Apr 18, 2012 8:26 pm
by jhb50
You should find that the Samsung B profile works perfectly for your TV.

Re: Getting serviio to work with my tv (again)

PostPosted: Wed Apr 18, 2012 8:30 pm
by xaphan
Thanks for your quick reply.

I have tried that ( I guessed as the tv is a B650, that it'd be a B series) and yes the menus load correctly, but the majority of the files do not. i either get 'unsupported file format' or the video plays and i get 'unsupported audio format' and i get a mute video.

I remember having to make a change to my profiles.xml, is that still needed?

Re: Getting serviio to work with my tv (again)

PostPosted: Wed Apr 18, 2012 9:31 pm
by xaphan
Anyone got any idea?

Re: Getting serviio to work with my tv (again)

PostPosted: Thu Apr 19, 2012 3:07 am
by jhb50
Need to know the format of those video and audios that don't play and those that do. Post ffmpeg and mediainfo output for each as per the wiki guide for files that don't play. http://wiki.serviio.org/doku.php?id=file_np

Re: Getting serviio to work with my tv (again)

PostPosted: Mon May 07, 2012 7:51 pm
by xaphan
this plays, but no audio:

  Code:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\>cd "Program Files\Serviio\lib"

C:\Program Files\Serviio\lib>ffmpeg.exe -i "f:/Movies/Robbie Williams live at th
e albert hall 2001.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
[mpeg4 @ 01628ae0] Invalid and inefficient vfw-avi packed B frames detected
[mp3 @ 0162f0a0] Header missing
Input #0, avi, from 'f:/Movies/Robbie Williams live at the albert hall 2001.avi'
:
  Duration: 01:13:25.90, start: 0.000000, bitrate: 2444 kb/s
    Stream #0:0: Video: mpeg4 (Advanced Simple Profile) (XVID / 0x44495658), yuv
420p, 1024x582 [SAR 1:1 DAR 512:291], 29.97 fps, 29.97 tbr, 29.97 tbn, 29.97 tbc

    Stream #0:1: Audio: mp3 (U[0][0][0] / 0x0055), 44100 Hz, stereo, s16, 192 kb
/s
    Metadata:
      title           : Audio Stream
At least one output file must be specified


whereas this refuses to play at all:

  Code:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\>cd "Program Files\Serviio\lib"

C:\Program Files\Serviio\lib>ffmpeg.exe -i "f:/Movies/A-Team.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
[avi @ 015f8120] non-interleaved AVI
Input #0, avi, from 'f:/Movies/A-Team.avi':
  Duration: 01:53:55.16, start: 0.000000, bitrate: 1715 kb/s
    Stream #0:0: Video: mpeg4 (Advanced Simple Profile) (XVID / 0x44495658), yuv
420p, 640x272 [SAR 1:1 DAR 40:17], 25 tbr, 25 tbn, 25 tbc
    Metadata:
      title           : i-ateama.avi Video #1
    Stream #0:1: Audio: ac3 ([0] [0][0] / 0x2000), 48000 Hz, 5.1(side), s16, 384
 kb/s
    Metadata:
      title           : i-ateama.avi Audio #1
At least one output file must be specified

C:\Program Files\Serviio\lib>

Re: Getting serviio to work with my tv (again)

PostPosted: Thu May 10, 2012 8:10 pm
by zip
first on:

  Code:
[mp3 @ 0162f0a0] Header missing

probably the cause.

The other one, not sure.