Page 1 of 1

serviio 1.9.2 wont start on windows 10

PostPosted: Sat Aug 18, 2018 5:12 pm
by guizop
Hello,

I added quite a quantity of files and serviio seems to be choking on one of them. Serviio console freezes and the serviio DLNA service is not visible.
last thing recorded in attached debug log file is

2018-08-18 18:22:32,567 DEBUG [StackingManager] The stack currently has 3 items
2018-08-18 18:22:32,567 DEBUG [VideoDAOImpl] Updating Video stack

I'm using Windows build 18219. This used to work with less files and other builds.
I reinstalled serviio manually stopping the service (it would not stop using standards commands) and renaming the program files serviio folder to serviio OLD so as to start with a clean db.

Best regards,
- Guillaume

Re: serviio 1.9.2 wont start on windows 10

PostPosted: Mon Aug 20, 2018 10:58 am
by zip
does it happen with the same file always?

Re: serviio 1.9.2 wont start on windows 10

PostPosted: Tue Aug 21, 2018 6:33 pm
by guizop
It seems several files are causing this. I'm trying to find them all - disabled transcoding just in case, no effect.

for instance one
c:ffmpeg.exe -i BARENBOIM_DVD5.Title1.mp4

ffmpeg version 3.2.4 Copyright (c) 2000-2017 the FFmpeg developers
built with gcc 4.9.3 (GCC)
configuration: --enable-static --disable-shared --disable-ffplay --disable-ffserver --enable-memalign-hack --enable-libmp3lame --enable-libass --enable-librtmp --enable-fontconfig --enable-libfreetype --enable-zlib --enable-libx264 --enable-libspeex --extra-libs='-lrtmp -lpolarssl -lws2_32 -lwinmm -lexpat -lfreetype -lfribidi -lz' --arch=x86 --enable-runtime-cpudetect --enable-pthreads --target-os=mingw32 --cross-prefix=i686-w64-mingw32- --enable-gpl --pkg-config=pkg-config --bindir='/jenkins/workspace/FFmpeg - Win32/target'
libavutil 55. 34.101 / 55. 34.101
libavcodec 57. 64.101 / 57. 64.101
libavformat 57. 56.101 / 57. 56.101
libavdevice 57. 1.100 / 57. 1.100
libavfilter 6. 65.100 / 6. 65.100
libswscale 4. 2.100 / 4. 2.100
libswresample 2. 3.100 / 2. 3.100
libpostproc 54. 1.100 / 54. 1.100
[mov,mp4,m4a,3gp,3g2,mj2 @ 02b22d40] stream 0, timescale not set
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'BARENBOIM_DVD5.Title1.mp4':
Metadata:
major_brand : mp42
minor_version : 0
compatible_brands: mp42isomavc1
creation_time : 2018-06-18T05:46:44.000000Z
title : BARENBOIM_DVD5.Title1
artist :
album : BARENBOIM_DVD5
comment :
encoder : DVDFab 10.0.9.7
Duration: 00:54:48.34, start: 0.000000, bitrate: 1954 kb/s
Chapter #0:0: start 0.000000, end 120.487033
Metadata:
title : Chapter 1
Chapter #0:1: start 120.487033, end 414.714300
Metadata:
title : Chapter 2
Chapter #0:2: start 414.714300, end 2686.250233
Metadata:
title : Chapter 3
Chapter #0:3: start 2686.250233, end 2938.435500
Metadata:
title : Chapter 4
Chapter #0:4: start 2938.435500, end 3288.285000
Metadata:
title : Chapter 5
Stream #0:0(und): Video: h264 (Main) (avc1 / 0x31637661), yuv420p(smpte170m/smpte170m/bt709), 720x408 [SAR 1:1 DAR 30:17], 1498 kb/s, 29.97 fps, 29.97 tbr, 30k tbn, 59.94 tbc (default)
Metadata:
creation_time : 2018-06-18T05:46:44.000000Z
encoder : JVT/AVC Coding
Stream #0:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, 5.0, fltp, 448 kb/s (default)
Metadata:
creation_time : 2018-06-18T05:46:44.000000Z
Stream #0:2(fra): Subtitle: dvd_subtitle (mp4s / 0x7334706D), 3 kb/s (default)
Metadata:
creation_time : 2018-06-18T05:46:44.000000Z
Stream #0:3(und): Data: bin_data (text / 0x74786574)
Metadata:
creation_time : 2018-06-18T05:46:44.000000Z
Stream #0:4: Video: png, rgba(pc), 852x480, 90k tbr, 90k tbn, 90k tbc
At least one output file must be specified

Re: serviio 1.9.2 wont start on windows 10

PostPosted: Sun Sep 02, 2018 8:26 pm
by zip
I thought it has something to do with the stacking, but I cannot reproduce this locally.

Does it happen always on the same time, when you restart Serviiio?

Re: serviio 1.9.2 wont start on windows 10

PostPosted: Mon Oct 01, 2018 5:24 pm
by guizop
Sorry for the late answer,

It seems it always stop at the same time.
I removed a few files - the ones that were listed in the log and finally it works, without these files
Disabled stacking, no changes

- GUillaume