Page 1 of 1

Help on Linux Mint

PostPosted: Sat Apr 02, 2016 5:14 pm
by carmelinomillion
Hi everybody..
I'm trying to install Serviio on Linux Mint (version 17.3) but even if serviio start and the console is ok I can't see shared folder content from TV.
I am sure TV client is working.... 'cause with Serviio installed on Windows 10 on that computer it works great.
Java 8 is installed (this is the output of java -version command:
-java version "1.8.0_77"
Java(TM) SE Runtime Environment (build 1.8.0_77-b03)
Java HotSpot(TM) 64-Bit Server VM (build 25.77-b03, mixed mode)
Ffmpeg compiled following instructions set at (http://wiki.serviio.org/doku.php?id=build_ffmpeg_linux)
This is the output of ffmpeg command:
ffmpeg version 1.1.git Copyright (c) 2000-2013 the FFmpeg developers
built on Apr 2 2016 16:29:00 with gcc 4.8 (Ubuntu 4.8.4-2ubuntu1~14.04.1)
configuration: --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-nonfree --enable-postproc --enable-version3 --enable-x11grab --enable-librtmp --enable-libxvid --enable-libass
libavutil 52. 37.101 / 52. 37.101
libavcodec 55. 16.100 / 55. 16.100
libavformat 55. 9.100 / 55. 9.100
libavdevice 55. 2.100 / 55. 2.100
libavfilter 3. 77.101 / 3. 77.101
libswscale 2. 3.100 / 2. 3.100
libswresample 0. 17.102 / 0. 17.102
libpostproc 52. 3.100 / 52. 3.100
Hyper fast Audio and Video encoder

Servvio installed following this document : http://wiki.serviio.org/doku.php?id=how ... buntu14-04

From TV side I can see serviio folder but no content..no icon..no video files.
Just for testing I copied some video on user's home subfolder (it was to avoid access rights problem)....still same problem..I can see folder name but no file inside.
I'm new to linux so I guess I miss something but I have no idea about...any hints please?
Thanks you very much..

Carmelino

Re: Help on Linux Mint

PostPosted: Sat Apr 02, 2016 8:24 pm
by jk50
Somehow, you got some very old source code for ffmpeg. You compiled version 1.1 of ffmpeg.
I believe Serviio needs at least version 2.4.

This is the output of ffmpeg command:
ffmpeg version 1.1.git Copyright (c) 2000-2013 the FFmpeg developers
built on Apr 2 2016 16:29:00 with gcc 4.8 (Ubuntu 4.8.4-2ubuntu1~14.04.1)

Re: Help on Linux Mint

PostPosted: Sun Apr 03, 2016 10:40 am
by zip
Check the log file. You should see if any files are actually added.

Re: Help on Linux Mint

PostPosted: Sun Apr 03, 2016 9:52 pm
by jk50
While the wiki does point to a very old version of ffmpeg, I just tried it and version 1.1 works fine.
You can ignore my earlier outburst, it's probably not the source of your problem.