Page 1 of 1

Error: Server Not Accessible

PostPosted: Thu Jan 30, 2014 6:25 pm
by thekryix
I just installed a fresh copy of Linux Mint, installed the dependencies for Serviio, and then installed Serviio and gave it a couple files to work with. On my Sony KDL-55HX800, which accesses my windows Serviio box just fine, I get a "Error: Server not accessible." screen when I try to play any file off of my Linux box. When I look at the Serviio logs I get:

  Code:
2014-01-30 09:37:09,557 WARN  [ProcessExecutor] Process ffmpeg has a return code of 1! This is a possible error. Detailed output follows.
ffmpeg version 0.8.9-6:0.8.9-0ubuntu0.13.10.1, Copyright (c) 2000-2013 the Libav developers
built on Nov  9 2013 19:09:46 with gcc 4.8.1
*** THIS PROGRAM IS DEPRECATED ***
This program is only provided for compatibility and will be removed in a future release. Please use avconv instead.
Expected number for threads but found: auto
2014-01-30 09:37:19,531 ERROR [ResourceTransportRequestHandler] Error while processing resource, sending back 500 error. Message: Transcoded file '/tmp/Serviio/transcoding-temp-31-sony2010-ORIGINAL.stf' cannot be found, FFmpeg execution probably failed
java.io.IOException: Transcoded file '/tmp/Serviio/transcoding-temp-31-sony2010-ORIGINAL.stf' cannot be found, FFmpeg execution probably failed
   at org.serviio.delivery.resource.transcode.FileBasedTranscodingDeliveryStrategy.createInputStream(FileBasedTranscodingDeliveryStrategy.java:47)
   at org.serviio.delivery.resource.transcode.AbstractTranscodingDeliveryEngine.retrieveTranscodedResource(AbstractTranscodingDeliveryEngine.java:134)
   at org.serviio.delivery.resource.AbstractDeliveryEngine.deliver(AbstractDeliveryEngine.java:110)
   at org.serviio.delivery.MediaResourceRetrievalStrategy.retrieveResource(MediaResourceRetrievalStrategy.java:153)
   at org.serviio.delivery.GETMethodProcessor.retrieveResource(GETMethodProcessor.java:121)
   at org.serviio.delivery.GETMethodProcessor.buildDeliveryContainer(GETMethodProcessor.java:48)
   at org.serviio.delivery.AbstractMethodProcessor.handleRequest(AbstractMethodProcessor.java:100)
   at org.serviio.delivery.ResourceDeliveryProcessor.deliverContent(ResourceDeliveryProcessor.java:81)
   at org.serviio.upnp.webserver.ResourceTransportRequestHandler.handleRequest(ResourceTransportRequestHandler.java:86)
   at org.serviio.upnp.webserver.AbstractRequestHandler.handle(AbstractRequestHandler.java:61)
   at org.apache.http.protocol.HttpService.doService(HttpService.java:293)
   at org.serviio.upnp.webserver.ServiioHttpService.doService(ServiioHttpService.java:77)
   at org.apache.http.protocol.HttpService.handleRequest(HttpService.java:212)
   at org.serviio.upnp.webserver.WebServer$WorkerThread.run(WebServer.java:192)
2014-01-30 09:39:30,309 WARN  [ProcessExecutor] Process ffmpeg has a return code of 1! This is a possible error. Detailed output follows.
ffmpeg version 0.8.9-6:0.8.9-0ubuntu0.13.10.1, Copyright (c) 2000-2013 the Libav developers
built on Nov  9 2013 19:09:46 with gcc 4.8.1
*** THIS PROGRAM IS DEPRECATED ***
This program is only provided for compatibility and will be removed in a future release. Please use avconv instead.
Expected number for threads but found: auto
2014-01-30 09:39:40,274 ERROR [ResourceTransportRequestHandler] Error while processing resource, sending back 500 error. Message: Transcoded file '/tmp/Serviio/transcoding-temp-31-sony2010-ORIGINAL.stf' cannot be found, FFmpeg execution probably failed
java.io.IOException: Transcoded file '/tmp/Serviio/transcoding-temp-31-sony2010-ORIGINAL.stf' cannot be found, FFmpeg execution probably failed
   at org.serviio.delivery.resource.transcode.FileBasedTranscodingDeliveryStrategy.createInputStream(FileBasedTranscodingDeliveryStrategy.java:47)
   at org.serviio.delivery.resource.transcode.AbstractTranscodingDeliveryEngine.retrieveTranscodedResource(AbstractTranscodingDeliveryEngine.java:134)
   at org.serviio.delivery.resource.AbstractDeliveryEngine.deliver(AbstractDeliveryEngine.java:110)
   at org.serviio.delivery.MediaResourceRetrievalStrategy.retrieveResource(MediaResourceRetrievalStrategy.java:153)
   at org.serviio.delivery.GETMethodProcessor.retrieveResource(GETMethodProcessor.java:121)
   at org.serviio.delivery.GETMethodProcessor.buildDeliveryContainer(GETMethodProcessor.java:48)
   at org.serviio.delivery.AbstractMethodProcessor.handleRequest(AbstractMethodProcessor.java:100)
   at org.serviio.delivery.ResourceDeliveryProcessor.deliverContent(ResourceDeliveryProcessor.java:81)
   at org.serviio.upnp.webserver.ResourceTransportRequestHandler.handleRequest(ResourceTransportRequestHandler.java:86)
   at org.serviio.upnp.webserver.AbstractRequestHandler.handle(AbstractRequestHandler.java:61)
   at org.apache.http.protocol.HttpService.doService(HttpService.java:293)
   at org.serviio.upnp.webserver.ServiioHttpService.doService(ServiioHttpService.java:77)
   at org.apache.http.protocol.HttpService.handleRequest(HttpService.java:212)
   at org.serviio.upnp.webserver.WebServer$WorkerThread.run(WebServer.java:192)


I have no idea what I am doing wrong. Can anyone help?

Re: Error: Server Not Accessible

PostPosted: Thu Jan 30, 2014 7:06 pm
by zip
you have to compile ffmpeg from the sources (see download page), your version is outdated.

Re: Error: Server Not Accessible

PostPosted: Thu Jan 30, 2014 7:21 pm
by thekryix
Recompiled from the download page using http://wiki.serviio.org/doku.php?id=build_ffmpeg_linux as a guide.

I now get:

  Code:
2014-01-30 11:17:08,726 WARN  [ProcessExecutor] Process ffmpeg has a return code of 127! This is a possible error. Detailed output follows.
ffmpeg: error while loading shared libraries: librtmp.so.1: cannot open shared object file: No such file or directory
2014-01-30 11:17:18,739 ERROR [ResourceTransportRequestHandler] Error while processing resource, sending back 500 error. Message: Transcoded file '/tmp/Serviio/transcoding-temp-31-sony2010-ORIGINAL.stf' cannot be found, FFmpeg execution probably failed
java.io.IOException: Transcoded file '/tmp/Serviio/transcoding-temp-31-sony2010-ORIGINAL.stf' cannot be found, FFmpeg execution probably failed
   at org.serviio.delivery.resource.transcode.FileBasedTranscodingDeliveryStrategy.createInputStream(FileBasedTranscodingDeliveryStrategy.java:47)
   at org.serviio.delivery.resource.transcode.AbstractTranscodingDeliveryEngine.retrieveTranscodedResource(AbstractTranscodingDeliveryEngine.java:134)
   at org.serviio.delivery.resource.AbstractDeliveryEngine.deliver(AbstractDeliveryEngine.java:110)
   at org.serviio.delivery.MediaResourceRetrievalStrategy.retrieveResource(MediaResourceRetrievalStrategy.java:153)
   at org.serviio.delivery.GETMethodProcessor.retrieveResource(GETMethodProcessor.java:121)
   at org.serviio.delivery.GETMethodProcessor.buildDeliveryContainer(GETMethodProcessor.java:48)
   at org.serviio.delivery.AbstractMethodProcessor.handleRequest(AbstractMethodProcessor.java:100)
   at org.serviio.delivery.ResourceDeliveryProcessor.deliverContent(ResourceDeliveryProcessor.java:81)
   at org.serviio.upnp.webserver.ResourceTransportRequestHandler.handleRequest(ResourceTransportRequestHandler.java:86)
   at org.serviio.upnp.webserver.AbstractRequestHandler.handle(AbstractRequestHandler.java:61)
   at org.apache.http.protocol.HttpService.doService(HttpService.java:293)
   at org.serviio.upnp.webserver.ServiioHttpService.doService(ServiioHttpService.java:77)
   at org.apache.http.protocol.HttpService.handleRequest(HttpService.java:212)
   at org.serviio.upnp.webserver.WebServer$WorkerThread.run(WebServer.java:192)


Error code appears to have changed from a return code of 1 to 127.

Re: Error: Server Not Accessible

PostPosted: Thu Jan 30, 2014 7:33 pm
by zip
here is your error message:

  Code:
ffmpeg: error while loading shared libraries: librtmp.so.1: cannot open shared object file: No such file or directory


So you didn't compile LibRTMP properly with FFmpeg.

Re: Error: Server Not Accessible

PostPosted: Thu Jan 30, 2014 8:20 pm
by thekryix
Recompiled and installed LibRTMP using the guide.
  Code:
sudo checkinstall --pkgname=rtmpdump --pkgversion="2:$(date +%Y%m%d%H%M)-git" --backup=no \
>     --deldoc=yes --fstrans=no --default

checkinstall 1.6.2, Copyright 2009 Felipe Eduardo Sanchez Diaz Duran
           This software is released under the GNU GPL.


The package documentation directory ./doc-pak does not exist.
Should I create a default set of package docs?  [y]: y

Preparing package documentation...OK

*****************************************
**** Debian package creation selected ***
*****************************************

This package will be built according to these values:

0 -  Maintainer: [ root@Thekryixbeast ]
1 -  Summary: [ Package created with checkinstall 1.6.2 ]
2 -  Name:    [ rtmpdump ]
3 -  Version: [ 2:201401301148-git ]
4 -  Release: [ 1 ]
5 -  License: [ GPL ]
6 -  Group:   [ checkinstall ]
7 -  Architecture: [ amd64 ]
8 -  Source location: [ rtmpdump ]
9 -  Alternate source location: [  ]
10 - Requires: [  ]
11 - Provides: [ rtmpdump ]
12 - Conflicts: [  ]
13 - Replaces: [  ]

Enter a number to change any of them or press ENTER to continue:

Installing with make install...

========================= Installation results ===========================
make[1]: Entering directory `/home/thekryix/src/rtmpdump/librtmp'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/thekryix/src/rtmpdump/librtmp'
mkdir -p /usr/local/bin /usr/local/sbin /usr/local/man/man1 /usr/local/man/man8
cp rtmpdump /usr/local/bin
cp rtmpgw rtmpsrv rtmpsuck /usr/local/sbin
cp rtmpdump.1 /usr/local/man/man1
cp rtmpgw.8 /usr/local/man/man8
make[1]: Entering directory `/home/thekryix/src/rtmpdump/librtmp'
mkdir -p /usr/local/include/librtmp /usr/local/lib/pkgconfig /usr/local/man/man3 /usr/local/lib
cp amf.h http.h log.h rtmp.h /usr/local/include/librtmp
cp librtmp.a /usr/local/lib
cp librtmp.pc /usr/local/lib/pkgconfig
cp librtmp.3 /usr/local/man/man3
cp librtmp.so.1 /usr/local/lib
cd /usr/local/lib; ln -sf librtmp.so.1 librtmp.so
make[1]: Leaving directory `/home/thekryix/src/rtmpdump/librtmp'

======================== Installation successful ==========================

Copying documentation directory...
./
./README
./COPYING
./ChangeLog

Copying files to the temporary directory...OK

Stripping ELF binaries and libraries...OK

Compressing man pages...OK

Building file list...OK

Building Debian package...OK

Installing Debian package...OK

Erasing temporary files...OK

Deleting doc-pak directory...OK

Deleting temp dir...OK


**********************************************************************

 Done. The new package has been installed and saved to

 /home/thekryix/src/rtmpdump/rtmpdump_201401301148-git-1_amd64.deb

 You can remove it from your system anytime using:

      dpkg -r rtmpdump

**********************************************************************


Ran the ./configure script w/ output of:

  Code:
install prefix            /usr/local
source path               .
C compiler                gcc
ARCH                      x86 (generic)
big-endian                no
runtime cpu detection     yes
yasm                      yes
MMX enabled               yes
MMXEXT enabled            yes
3DNow! enabled            yes
3DNow! extended enabled   yes
SSE enabled               yes
SSSE3 enabled             yes
AVX enabled               yes
FMA4 enabled              yes
i686 features enabled     yes
CMOV is fast              yes
EBX available             yes
EBP available             yes
debug symbols             yes
strip symbols             yes
optimize for size         no
optimizations             yes
static                    yes
shared                    no
postprocessing support    yes
new filter support        yes
network support           yes
threading support         pthreads
safe bitstream reader     yes
SDL support               yes
opencl enabled            no
libshine enabled          no
texi2html enabled         yes
perl enabled              yes
pod2man enabled           yes
makeinfo enabled          no

External libraries:
iconv         libopencore_amrwb   libx264
libass         librtmp         libxvid
libfaac         libtheora      x11grab
libmp3lame      libvorbis      zlib
libopencore_amrnb   libvpx

Enabled decoders:
aac         bmv_audio      idf
aac_latm      bmv_video      iff_byterun1
aasc         brender_pix      iff_ilbm
ac3         c93         imc
adpcm_4xm      cavs         indeo2
adpcm_adx      cdgraphics      indeo3
adpcm_afc      cdxl         indeo4
adpcm_ct      cinepak         indeo5
adpcm_dtk      cljr         interplay_dpcm
adpcm_ea      cllc         interplay_video
adpcm_ea_maxis_xa   comfortnoise      jacosub
adpcm_ea_r1      cook         jpeg2000
adpcm_ea_r2      cpia         jpegls
adpcm_ea_r3      cscd         jv
adpcm_ea_xas      cyuv         kgv1
adpcm_g722      dca         kmvc
adpcm_g726      dfa         lagarith
adpcm_ima_amv      dirac         libopencore_amrnb
adpcm_ima_apc      dnxhd         libopencore_amrwb
adpcm_ima_dk3      dpx         libvorbis
adpcm_ima_dk4      dsicinaudio      libvpx_vp8
adpcm_ima_ea_eacs   dsicinvideo      libvpx_vp9
adpcm_ima_ea_sead   dvbsub         loco
adpcm_ima_iss      dvdsub         mace3
adpcm_ima_oki      dvvideo         mace6
adpcm_ima_qt      dxa         mdec
adpcm_ima_rad      dxtory         microdvd
adpcm_ima_smjpeg   eac3         mimic
adpcm_ima_wav      eacmv         mjpeg
adpcm_ima_ws      eamad         mjpegb
adpcm_ms      eatgq         mlp
adpcm_sbpro_2      eatgv         mmvideo
adpcm_sbpro_3      eatqi         motionpixels
adpcm_sbpro_4      eightbps      movtext
adpcm_swf      eightsvx_exp      mp1
adpcm_thp      eightsvx_fib      mp1float
adpcm_xa      escape124      mp2
adpcm_yamaha      escape130      mp2float
aic         evrc         mp3
alac         exr         mp3adu
als         ffv1         mp3adufloat
amrnb         ffvhuff         mp3float
amrwb         ffwavesynth      mp3on4
amv         flac         mp3on4float
anm         flashsv         mpc7
ansi         flashsv2      mpc8
ape         flic         mpeg1_vdpau
ass         flv         mpeg1video
asv1         fourxm         mpeg2video
asv2         fraps         mpeg4
atrac1         frwu         mpeg4_vdpau
atrac3         g2m         mpeg_vdpau
aura         g723_1         mpegvideo
aura2         g729         mpl2
avrn         gif         msa1
avrp         gsm         msmpeg4v1
avs         gsm_ms         msmpeg4v2
avui         h261         msmpeg4v3
ayuv         h263         msrle
bethsoftvid      h263i         mss1
bfi         h263p         mss2
bink         h264         msvideo1
binkaudio_dct      h264_vdpau      mszh
binkaudio_rdft      huffyuv         mts2
bintext         iac         mvc1
bmp         idcin         mvc2
mxpeg         ra_288         v210
nellymoser      ralf         v210x
nuv         rawvideo      v308
paf_audio      realtext      v408
paf_video      rl2         v410
pam         roq         vb
pbm         roq_dpcm      vble
pcm_alaw      rpza         vc1
pcm_bluray      rv10         vc1_vdpau
pcm_dvd         rv20         vc1image
pcm_f32be      rv30         vcr1
pcm_f32le      rv40         vima
pcm_f64be      s302m         vmdaudio
pcm_f64le      sami         vmdvideo
pcm_lxf         sanm         vmnc
pcm_mulaw      sgi         vorbis
pcm_s16be      sgirle         vp3
pcm_s16be_planar   shorten         vp5
pcm_s16le      sipr         vp6
pcm_s16le_planar   smackaud      vp6a
pcm_s24be      smacker         vp6f
pcm_s24daud      smc         vp8
pcm_s24le      smvjpeg         vplayer
pcm_s24le_planar   snow         vqa
pcm_s32be      sol_dpcm      wavpack
pcm_s32le      sonic         webp
pcm_s32le_planar   sp5x         webvtt
pcm_s8         srt         wmalossless
pcm_s8_planar      ssa         wmapro
pcm_u16be      subrip         wmav1
pcm_u16le      subviewer      wmav2
pcm_u24be      subviewer1      wmavoice
pcm_u24le      sunrast         wmv1
pcm_u32be      svq1         wmv2
pcm_u32le      svq3         wmv3
pcm_u8         tak         wmv3_vdpau
pcm_zork      targa         wmv3image
pcx         targa_y216      wnv1
pgm         text         ws_snd1
pgmyuv         theora         xan_dpcm
pgssub         thp         xan_wc3
pictor         tiertexseqvideo      xan_wc4
pjs         tiff         xbin
png         tmv         xbm
ppm         truehd         xface
prores         truemotion1      xl
prores_lgpl      truemotion2      xsub
ptx         truespeech      xwd
qcelp         tscc         y41p
qdm2         tscc2         yop
qdraw         tta         yuv4
qpeg         twinvq         zero12v
qtrle         txd         zerocodec
r10k         ulti         zlib
r210         utvideo         zmbv
ra_144

Enabled encoders:
a64multi      libtheora      pgm
a64multi5      libvorbis      pgmyuv
aac         libvpx_vp8      png
ac3         libvpx_vp9      ppm
ac3_fixed      libx264         prores
adpcm_adx      libx264rgb      prores_aw
adpcm_g722      libxvid         prores_ks
adpcm_g726      ljpeg         qtrle
adpcm_ima_qt      mjpeg         r10k
adpcm_ima_wav      movtext         r210
adpcm_ms      mp2         ra_144
adpcm_swf      mpeg1video      rawvideo
adpcm_yamaha      mpeg2video      roq
alac         mpeg4         roq_dpcm
amv         msmpeg4v2      rv10
ass         msmpeg4v3      rv20
asv1         msvideo1      s302m
asv2         nellymoser      sgi
avrp         pam         snow
avui         pbm         sonic
ayuv         pcm_alaw      sonic_ls
bmp         pcm_f32be      srt
cljr         pcm_f32le      ssa
comfortnoise      pcm_f64be      subrip
dca         pcm_f64le      sunrast
dnxhd         pcm_mulaw      svq1
dpx         pcm_s16be      targa
dvbsub         pcm_s16be_planar   tiff
dvdsub         pcm_s16le      tta
dvvideo         pcm_s16le_planar   utvideo
eac3         pcm_s24be      v210
ffv1         pcm_s24daud      v308
ffvhuff         pcm_s24le      v408
flac         pcm_s24le_planar   v410
flashsv         pcm_s32be      vorbis
flashsv2      pcm_s32le      wmav1
flv         pcm_s32le_planar   wmav2
g723_1         pcm_s8         wmv1
gif         pcm_s8_planar      wmv2
h261         pcm_u16be      xbm
h263         pcm_u16le      xface
h263p         pcm_u24be      xsub
huffyuv         pcm_u24le      xwd
jpeg2000      pcm_u32be      y41p
jpegls         pcm_u32le      yuv4
libfaac         pcm_u8         zlib
libmp3lame      pcx         zmbv
libopencore_amrnb

Enabled hwaccels:
h263_vaapi      mpeg2_vaapi      vc1_vaapi
h263_vdpau      mpeg2_vdpau      vc1_vdpau
h264_vaapi      mpeg4_vaapi      wmv3_vaapi
h264_vdpau      mpeg4_vdpau      wmv3_vdpau
mpeg1_vdpau

Enabled parsers:
aac         dvd_nav         mpegvideo
aac_latm      dvdsub         png
ac3         flac         pnm
adx         gsm         rv30
bmp         h261         rv40
cavsvideo      h263         tak
cook         h264         vc1
dca         mjpeg         vorbis
dirac         mlp         vp3
dnxhd         mpeg4video      vp8
dvbsub         mpegaudio

Enabled demuxers:
aac         hls         pcm_u16be
ac3         ico         pcm_u16le
act         idcin         pcm_u24be
adf         idf         pcm_u24le
adp         iff         pcm_u32be
adx         ilbc         pcm_u32le
aea         image2         pcm_u8
afc         image2pipe      pjs
aiff         ingenient      pmp
amr         ipmovie         pva
anm         ircam         pvf
apc         iss         qcp
ape         iv8         r3d
aqtitle         ivf         rawvideo
asf         jacosub         realtext
ass         jv         redspark
ast         latm         rl2
au         lmlm4         rm
avi         loas         roq
avr         lvf         rpl
avs         lxf         rsd
bethsoftvid      m4v         rso
bfi         matroska      rtp
bink         mgsts         rtsp
bintext         microdvd      sami
bit         mjpeg         sap
bmv         mlp         sbg
boa         mm         sdp
brstm         mmf         segafilm
c93         mov         shorten
caf         mp3         siff
cavsvideo      mpc         smacker
cdg         mpc8         smjpeg
cdxl         mpegps         smush
concat         mpegts         sol
data         mpegtsraw      sox
daud         mpegvideo      spdif
dfa         mpl2         srt
dirac         mpsub         str
dnxhd         msnwc_tcp      subviewer
dsicin         mtv         subviewer1
dts         mv         swf
dtshd         mvi         tak
dv         mxf         tedcaptions
dxa         mxg         thp
ea         nc         tiertexseq
ea_cdata      nistsphere      tmv
eac3         nsv         truehd
epaf         nut         tta
ffm         nuv         tty
ffmetadata      ogg         txd
filmstrip      oma         vc1
flac         paf         vc1t
flic         pcm_alaw      vivo
flv         pcm_f32be      vmd
fourxm         pcm_f32le      vobsub
frm         pcm_f64be      voc
g722         pcm_f64le      vplayer
g723_1         pcm_mulaw      vqf
g729         pcm_s16be      w64
gif         pcm_s16le      wav
gsm         pcm_s24be      wc3
gxf         pcm_s24le      webvtt
h261         pcm_s32be      wsaud
h263         pcm_s32le      wsvqa
h264         pcm_s8         wtv
wv         xmv         yop
xa         xwma         yuv4mpegpipe
xbin

Enabled muxers:
a64         image2pipe      pcm_s24be
ac3         ipod         pcm_s24le
adts         ircam         pcm_s32be
adx         ismv         pcm_s32le
aiff         ivf         pcm_s8
amr         jacosub         pcm_u16be
asf         latm         pcm_u16le
asf_stream      m4v         pcm_u24be
ass         matroska      pcm_u24le
ast         matroska_audio      pcm_u32be
au         md5         pcm_u32le
avi         microdvd      pcm_u8
avm2         mjpeg         psp
bit         mkvtimestamp_v2      rawvideo
caf         mlp         rm
cavsvideo      mmf         roq
crc         mov         rso
data         mp2         rtp
daud         mp3         rtsp
dirac         mp4         sap
dnxhd         mpeg1system      segment
dts         mpeg1vcd      smjpeg
dv         mpeg1video      smoothstreaming
eac3         mpeg2dvd      sox
f4v         mpeg2svcd      spdif
ffm         mpeg2video      srt
ffmetadata      mpeg2vob      stream_segment
filmstrip      mpegts         swf
flac         mpjpeg         tee
flv         mxf         tg2
framecrc      mxf_d10         tgp
framemd5      null         truehd
g722         nut         vc1
g723_1         ogg         vc1t
gif         oma         voc
gxf         pcm_alaw      w64
h261         pcm_f32be      wav
h263         pcm_f32le      webm
h264         pcm_f64be      webvtt
hls         pcm_f64le      wtv
ico         pcm_mulaw      wv
ilbc         pcm_s16be      yuv4mpegpipe
image2         pcm_s16le

Enabled protocols:
cache         http         mmsh
concat         httpproxy      mmst
crypto         librtmp         pipe
data         librtmpe      rtp
file         librtmps      srtp
ftp         librtmpt      tcp
gopher         librtmpte      udp
hls         md5

Enabled filters:
aconvert      cropdetect      null
aevalsrc      curves         nullsink
afade         dctdnoiz      nullsrc
aformat         decimate      overlay
ainterleave      delogo         owdenoise
allpass         deshake         pad
alphaextract      drawbox         pan
alphamerge      drawgrid      perms
amerge         earwax         pixdesctest
amix         ebur128         pp
amovie         edgedetect      removelogo
anull         equalizer      rgbtestsrc
anullsink      extractplanes      rotate
anullsrc      fade         sab
apad         field         scale
aperms         fieldmatch      select
aphaser         fieldorder      sendcmd
aresample      format         separatefields
aselect         fps         setdar
asendcmd      framestep      setfield
asetnsamples      geq         setpts
asetpts         gradfun         setsar
asetrate      haldclut      settb
asettb         haldclutsrc      showinfo
ashowinfo      hflip         showspectrum
asplit         highpass      showwaves
ass         histeq         silencedetect
astats         histogram      sine
astreamsync      hqdn3d         smartblur
atempo         hue         smptebars
atrim         idet         smptehdbars
avectorscope      il         split
bandpass      interlace      spp
bandreject      interleave      stereo3d
bass         join         subtitles
bbox         kerndeint      super2xsai
biquad         life         swapuv
blackdetect      lowpass         telecine
blackframe      lut         testsrc
blend         lut3d         thumbnail
boxblur         lutrgb         tile
cellauto      lutyuv         tinterlace
channelmap      mandelbrot      transpose
channelsplit      mcdeint         treble
color         movie         trim
colorbalance      mp         unsharp
colorchannelmixer   mpdecimate      vflip
colormatrix      mptestsrc      vignette
concat         negate         volume
copy         noformat      volumedetect
crop         noise         yadif

Enabled bsfs:
aac_adtstoasc      mjpeg2jpeg      mp3_header_decompress
chomp         mjpega_dump_header   noise
dump_extradata      mov2textsub      remove_extradata
h264_mp4toannexb   mp3_header_compress   text2movsub
imx_dump_header

Enabled indevs:
alsa         jack         v4l2
dv1394         lavfi         x11grab
fbdev         oss

Enabled outdevs:
alsa         sdl         v4l2
oss

License: nonfree and unredistributable
Creating config.mak, config.h, and doc/config.texi...
config.h is unchanged
config.asm is unchanged
libavutil/avconfig.h is unchanged


Ran make:

  Code:
HTML   doc/ffmpeg.html
HTML   doc/ffplay.html
HTML   doc/ffprobe.html
HTML   doc/ffserver.html
HTML   doc/ffmpeg-all.html
HTML   doc/ffplay-all.html
HTML   doc/ffprobe-all.html
HTML   doc/ffserver-all.html
POD   doc/ffmpeg.pod
POD   doc/ffplay.pod
POD   doc/ffprobe.pod
POD   doc/ffserver.pod
POD   doc/ffmpeg-all.pod
POD   doc/ffplay-all.pod
POD   doc/ffprobe-all.pod
POD   doc/ffserver-all.pod
MAN   doc/ffmpeg.1
MAN   doc/ffplay.1
MAN   doc/ffprobe.1
MAN   doc/ffserver.1
MAN   doc/ffmpeg-all.1
MAN   doc/ffplay-all.1
MAN   doc/ffprobe-all.1
MAN   doc/ffserver-all.1


Reinstalled ffmpeg w/ output of:
  Code:
checkinstall 1.6.2, Copyright 2009 Felipe Eduardo Sanchez Diaz Duran


 [y]: y









INSTALL   doc/ffmpeg.1
INSTALL   doc/ffplay.1
INSTALL   doc/ffprobe.1
INSTALL   doc/ffserver.1
INSTALL   doc/ffmpeg-all.1
INSTALL   doc/ffplay-all.1
INSTALL   doc/ffprobe-all.1
INSTALL   doc/ffserver-all.1
INSTALL   doc/ffmpeg-utils.1
INSTALL   doc/ffmpeg-scaler.1
INSTALL   doc/ffmpeg-resampler.1
INSTALL   doc/ffmpeg-codecs.1
INSTALL   doc/ffmpeg-bitstream-filters.1
INSTALL   doc/ffmpeg-formats.1
INSTALL   doc/ffmpeg-protocols.1
INSTALL   doc/ffmpeg-devices.1
INSTALL   doc/ffmpeg-filters.1
INSTALL   doc/libavutil.3
INSTALL   doc/libswscale.3
INSTALL   doc/libswresample.3
INSTALL   doc/libavcodec.3
INSTALL   doc/libavformat.3
INSTALL   doc/libavdevice.3
INSTALL   doc/libavfilter.3
INSTALL   doc/ffmpeg.1
INSTALL   doc/ffplay.1
INSTALL   doc/ffprobe.1
INSTALL   doc/ffserver.1
INSTALL   doc/ffmpeg-all.1
INSTALL   doc/ffplay-all.1
INSTALL   doc/ffprobe-all.1
INSTALL   doc/ffserver-all.1
INSTALL   doc/ffmpeg-utils.1
INSTALL   doc/ffmpeg-scaler.1
INSTALL   doc/ffmpeg-resampler.1
INSTALL   doc/ffmpeg-codecs.1
INSTALL   doc/ffmpeg-bitstream-filters.1
INSTALL   doc/ffmpeg-formats.1
INSTALL   doc/ffmpeg-protocols.1
INSTALL   doc/ffmpeg-devices.1
INSTALL   doc/ffmpeg-filters.1
INSTALL   doc/libavutil.3
INSTALL   doc/libswscale.3
INSTALL   doc/libswresample.3
INSTALL   doc/libavcodec.3
INSTALL   doc/libavformat.3
INSTALL   doc/libavdevice.3
INSTALL   doc/libavfilter.3
INSTALL   install-progs-yes
INSTALL   ffmpeg
INSTALL   ffplay
INSTALL   ffprobe
INSTALL   ffserver
INSTALL   presets/libvpx-1080p50_60.ffpreset
INSTALL   presets/libvpx-1080p.ffpreset
INSTALL   presets/libvpx-360p.ffpreset
INSTALL   presets/libvpx-720p50_60.ffpreset
INSTALL   presets/libvpx-720p.ffpreset
INSTALL   presets/libx264-ipod320.ffpreset
INSTALL   presets/libx264-ipod640.ffpreset
INSTALL   doc/ffprobe.xsd
INSTALL   doc/examples/decoding_encoding.c
INSTALL   doc/examples/demuxing.c
INSTALL   doc/examples/filtering_audio.c
INSTALL   doc/examples/filtering_video.c
INSTALL   doc/examples/metadata.c
INSTALL   doc/examples/muxing.c
INSTALL   doc/examples/resampling_audio.c
INSTALL   doc/examples/scaling_video.c
INSTALL   doc/examples/Makefile
INSTALL   doc/examples/README
INSTALL   presets/libvpx-1080p50_60.ffpreset
INSTALL   presets/libvpx-1080p.ffpreset
INSTALL   presets/libvpx-360p.ffpreset
INSTALL   presets/libvpx-720p50_60.ffpreset
INSTALL   presets/libvpx-720p.ffpreset
INSTALL   presets/libx264-ipod320.ffpreset
INSTALL   presets/libx264-ipod640.ffpreset
INSTALL   doc/ffprobe.xsd
INSTALL   doc/examples/decoding_encoding.c
INSTALL   doc/examples/demuxing.c
INSTALL   doc/examples/filtering_audio.c
INSTALL   doc/examples/filtering_video.c
INSTALL   doc/examples/metadata.c
INSTALL   doc/examples/muxing.c
INSTALL   doc/examples/resampling_audio.c
INSTALL   doc/examples/scaling_video.c
INSTALL   doc/examples/Makefile
INSTALL   doc/examples/README
INSTALL   libavdevice/libavdevice.a
INSTALL   libavfilter/libavfilter.a
INSTALL   libavformat/libavformat.a
INSTALL   libavcodec/libavcodec.a
INSTALL   libpostproc/libpostproc.a
INSTALL   libswresample/libswresample.a
INSTALL   libswscale/libswscale.a
INSTALL   libavutil/libavutil.a
INSTALL   libavdevice/avdevice.h
INSTALL   libavdevice/version.h
INSTALL   libavdevice/libavdevice.pc
INSTALL   libavfilter/asrc_abuffer.h
INSTALL   libavfilter/avcodec.h
INSTALL   libavfilter/avfilter.h
INSTALL   libavfilter/avfiltergraph.h
INSTALL   libavfilter/buffersink.h
INSTALL   libavfilter/buffersrc.h
INSTALL   libavfilter/version.h
INSTALL   libavfilter/libavfilter.pc
INSTALL   libavformat/avformat.h
INSTALL   libavformat/avio.h
INSTALL   libavformat/version.h
INSTALL   libavformat/libavformat.pc
INSTALL   libavcodec/avcodec.h
INSTALL   libavcodec/avfft.h
INSTALL   libavcodec/dxva2.h
INSTALL   libavcodec/old_codec_ids.h
INSTALL   libavcodec/vaapi.h
INSTALL   libavcodec/vda.h
INSTALL   libavcodec/vdpau.h
INSTALL   libavcodec/version.h
INSTALL   libavcodec/xvmc.h
INSTALL   libavcodec/libavcodec.pc
INSTALL   libpostproc/postprocess.h
INSTALL   libpostproc/version.h
INSTALL   libpostproc/libpostproc.pc
INSTALL   libswresample/swresample.h
INSTALL   libswresample/version.h
INSTALL   libswresample/libswresample.pc
INSTALL   libswscale/swscale.h
INSTALL   libswscale/version.h
INSTALL   libswscale/libswscale.pc
INSTALL   libavutil/adler32.h
INSTALL   libavutil/aes.h
INSTALL   libavutil/attributes.h
INSTALL   libavutil/audio_fifo.h
INSTALL   libavutil/audioconvert.h
INSTALL   libavutil/avassert.h
INSTALL   libavutil/avstring.h
INSTALL   libavutil/avutil.h
INSTALL   libavutil/base64.h
INSTALL   libavutil/blowfish.h
INSTALL   libavutil/bprint.h
INSTALL   libavutil/bswap.h
INSTALL   libavutil/buffer.h
INSTALL   libavutil/channel_layout.h
INSTALL   libavutil/common.h
INSTALL   libavutil/cpu.h
INSTALL   libavutil/crc.h
INSTALL   libavutil/error.h
INSTALL   libavutil/eval.h
INSTALL   libavutil/fifo.h
INSTALL   libavutil/file.h
INSTALL   libavutil/frame.h
INSTALL   libavutil/hmac.h
INSTALL   libavutil/imgutils.h
INSTALL   libavutil/intfloat.h
INSTALL   libavutil/intfloat_readwrite.h
INSTALL   libavutil/intreadwrite.h
INSTALL   libavutil/lfg.h
INSTALL   libavutil/log.h
INSTALL   libavutil/mathematics.h
INSTALL   libavutil/md5.h
INSTALL   libavutil/mem.h
INSTALL   libavutil/murmur3.h
INSTALL   libavutil/dict.h
INSTALL   libavutil/old_pix_fmts.h
INSTALL   libavutil/opt.h
INSTALL   libavutil/parseutils.h
INSTALL   libavutil/pixdesc.h
INSTALL   libavutil/pixfmt.h
INSTALL   libavutil/random_seed.h
INSTALL   libavutil/rational.h
INSTALL   libavutil/ripemd.h
INSTALL   libavutil/samplefmt.h
INSTALL   libavutil/sha.h
INSTALL   libavutil/sha512.h
INSTALL   libavutil/time.h
INSTALL   libavutil/timecode.h
INSTALL   libavutil/timestamp.h
INSTALL   libavutil/version.h
INSTALL   libavutil/xtea.h
INSTALL   libavutil/lzo.h
INSTALL   libavutil/avconfig.h
INSTALL   libavutil/libavutil.pc


Copying documentation directory...
./
./doc/
./doc/ffmpeg.texi
./doc/ffmpeg-resampler.html.d
./doc/developer.html.d
./doc/ffmpeg-codecs.pod.d
./doc/ffmpeg.html.d
./doc/print_options
./doc/faq.html
./doc/ffmpeg-filters.texi
./doc/ffmpeg-bitstream-filters.texi
./doc/libavdevice.pod
./doc/ffserver.conf
./doc/ffmpeg.txt
./doc/avtools-common-opts.texi
./doc/libavfilter.texi
./doc/filters.texi
./doc/doxy/
./doc/doxy/footer.html
./doc/doxy/doxy_stylesheet.css
./doc/doxy/header.html
./doc/libavcodec.html
./doc/libavdevice.3
./doc/ffprobe-all.1
./doc/nut.texi
./doc/libavdevice.html
./doc/ffmpeg-devices.pod.d
./doc/libswresample.texi
./doc/platform.texi
./doc/ffmpeg-protocols.html.d
./doc/ffprobe-all.pod.d
./doc/ffplay.html.d
./doc/ffprobe-all.html.d
./doc/libavdevice.html.d
./doc/swresample.txt
./doc/ffmpeg-scaler.html
./doc/libswscale.pod.d
./doc/ffplay.pod
./doc/ffplay.pod.d
./doc/faq.texi
./doc/ffmpeg-scaler.pod
./doc/ffserver-all.pod.d
./doc/ffserver.html.d
./doc/libavformat.pod.d
./doc/git-howto.html
./doc/ffmpeg-bitstream-filters.html
./doc/optimization.txt
./doc/libavcodec.pod.d
./doc/ffmpeg-scaler.1
./doc/ffmpeg-devices.html
./doc/git-howto.html.d
./doc/ffprobe.1
./doc/tablegen.txt
./doc/default.css
./doc/libswscale.html
./doc/ffmpeg-resampler.pod
./doc/libavfilter.pod
./doc/decoders.texi
./doc/ffmpeg-utils.pod.d
./doc/ffserver.html
./doc/general.html
./doc/ffmpeg-filters.pod
./doc/print_options.o
./doc/libswscale.pod
./doc/avoptions_codec.texi
./doc/ffmpeg-protocols.html
./doc/libavdevice.pod.d
./doc/ffmpeg-resampler.html
./doc/ffmpeg-formats.pod
./doc/ffmpeg-protocols.texi
./doc/ffmpeg-bitstream-filters.pod
./doc/Doxyfile
./doc/rate_distortion.txt
./doc/muxers.texi
./doc/ffmpeg-utils.texi
./doc/ffmpeg-codecs.html.d
./doc/libswresample.html.d
./doc/libavutil.pod
./doc/ffmpeg-utils.1
./doc/outdevs.texi
./doc/print_options.c
./doc/libswscale.texi
./doc/ffmpeg-all.html.d
./doc/fate.html
./doc/libswresample.html
./doc/fate_config.sh.template
./doc/ffmpeg-formats.pod.d
./doc/ffmpeg-formats.1
./doc/ffplay.html
./doc/build_system.txt
./doc/developer.html
./doc/platform.html
./doc/devices.texi
./doc/ffplay-all.html.d
./doc/avoptions_format.texi
./doc/ffmpeg-scaler.texi
./doc/t2h.init
./doc/libavutil.html
./doc/ffmpeg-codecs.texi
./doc/ffserver-all.html
./doc/libavfilter.html
./doc/demuxers.texi
./doc/ffserver.texi
./doc/ffprobe.pod
./doc/ffmpeg-codecs.pod
./doc/libswscale.3
./doc/ffplay-all.pod.d
./doc/indevs.texi
./doc/authors.texi
./doc/ffmpeg-devices.1
./doc/ffmpeg-filters.html
./doc/mips.txt
./doc/git-howto.txt
./doc/ffmpeg-resampler.texi
./doc/ffmpeg-devices.texi
./doc/config.texi
./doc/ffserver-all.html.d
./doc/ffmpeg-formats.texi
./doc/ffmpeg-scaler.pod.d
./doc/ffplay-all.1
./doc/libavfilter.pod.d
./doc/libavutil.html.d
./doc/APIchanges
./doc/ffserver.pod.d
./doc/libavcodec.pod
./doc/ffmpeg-filters.1
./doc/ffserver.pod
./doc/ffplay-all.html
./doc/issue_tracker.txt
./doc/ffplay-all.pod
./doc/ffmpeg-formats.html.d
./doc/protocols.texi
./doc/libswresample.pod
./doc/nut.html
./doc/libavfilter.3
./doc/ffmpeg-protocols.1
./doc/viterbi.txt
./doc/scaler.texi
./doc/swscale.txt
./doc/ffmpeg.1
./doc/filter_design.txt
./doc/nut.html.d
./doc/doxy-wrapper.sh
./doc/RELEASE_NOTES
./doc/libavcodec.texi
./doc/utils.texi
./doc/resampler.texi
./doc/ffmpeg.html
./doc/libavdevice.texi
./doc/ffmpeg-all.html
./doc/general.texi
./doc/metadata.texi
./doc/ffmpeg-utils.html
./doc/snow.txt
./doc/bitstream_filters.texi
./doc/libswresample.pod.d
./doc/ffmpeg-bitstream-filters.pod.d
./doc/print_options.d
./doc/libavformat.pod
./doc/libavutil.texi
./doc/fate.html.d
./doc/libswscale.html.d
./doc/ffplay.1
./doc/ffmpeg.pod
./doc/ffmpeg-formats.html
./doc/ffmpeg-filters.html.d
./doc/ffprobe.html.d
./doc/ffprobe.html
./doc/ffmpeg-resampler.pod.d
./doc/ffmpeg-all.pod.d
./doc/libavformat.3
./doc/encoders.texi
./doc/libavfilter.html.d
./doc/ffmpeg-protocols.pod.d
./doc/libavformat.texi
./doc/soc.txt
./doc/ffmpeg-devices.pod
./doc/libswresample.3
./doc/ffprobe.texi
./doc/ffplay.texi
./doc/errno.txt
./doc/general.html.d
./doc/ffmpeg-all.pod
./doc/ffmpeg-devices.html.d
./doc/texi2pod.pl
./doc/ffmpeg-utils.html.d
./doc/ffmpeg-protocols.pod
./doc/ffserver.1
./doc/ffserver-all.pod
./doc/faq.html.d
./doc/ffmpeg-codecs.html
./doc/fate.texi
./doc/ffmpeg.pod.d
./doc/avutil.txt
./doc/ffmpeg-all.1
./doc/libavcodec.html.d
./doc/ffprobe-all.pod
./doc/git-howto.texi
./doc/ffprobe.pod.d
./doc/ffserver-all.1
./doc/ffmpeg-bitstream-filters.1
./doc/developer.texi
./doc/codecs.texi
./doc/Makefile
./doc/libavutil.pod.d
./doc/ffmpeg-codecs.1
./doc/libavutil.3
./doc/libavcodec.3
./doc/libavformat.html
./doc/libavformat.html.d
./doc/ffmpeg-utils.pod
./doc/ffmpeg-bitstream-filters.html.d
./doc/multithreading.txt
./doc/ffprobe.xsd
./doc/ffprobe-all.html
./doc/ffmpeg-resampler.1
./doc/ffmpeg-scaler.html.d
./doc/formats.texi
./doc/ffmpeg-filters.pod.d
./doc/examples/
./doc/examples/metadata.c
./doc/examples/decoding_encoding.c
./doc/examples/demuxing.c
./doc/examples/README
./doc/examples/filtering_audio.c
./doc/examples/pc-uninstalled/
./doc/examples/pc-uninstalled/libavformat.pc
./doc/examples/pc-uninstalled/libswresample.pc
./doc/examples/pc-uninstalled/libavcodec.pc
./doc/examples/pc-uninstalled/libavfilter.pc
./doc/examples/pc-uninstalled/libavdevice.pc
./doc/examples/pc-uninstalled/libswscale.pc
./doc/examples/pc-uninstalled/libpostproc.pc
./doc/examples/pc-uninstalled/libavutil.pc
./doc/examples/filtering_video.c
./doc/examples/scaling_video.c
./doc/examples/resampling_audio.c
./doc/examples/muxing.c
./doc/examples/Makefile
./doc/platform.html.d
./RELEASE
./LICENSE
./README
./Changelog
./CREDITS
./COPYING.GPLv2
./INSTALL
./COPYING.LGPLv2.1
./COPYING.LGPLv3
./COPYING.GPLv3











**********************************************************************


**********************************************************************


I observed no errors or output to suggest that there was a problem. Could this be a problem with the location that serviio is expecting the librtmp to be located at?

Re: Error: Server Not Accessible

PostPosted: Thu Jan 30, 2014 8:44 pm
by npuser
You can issue "ldconfig" from terminal to add path.

else

try - issue "whereis librtmp.so.1" from a terminal. Make sure user running serviio has access to folders return by whereis. Looks like user serviio running under does not have access to shared library folder.

NPuser