Jump to content

Linux Setup


Luke

Recommended Posts

So far, these are the one I've tested:

  • Fedora 19-20
  • Arch current
  • Mac OSX 10.9

In the previous thread, some users reported problems with:

  • Debian
  • CentOS

So I would recommend you try one of those.

 

I tested Debian 7.3. There is a problem with libsqlite3.so.0.8.6 binary on it. Why it's included? The one from distro can't be used? The problem itself is of course that libc in Debian is slightly older than on the machine you compiled sqlite library on:

$ ldd ./sqlite3/linux/lib64/libsqlite3.so.0.8.6
./sqlite3/linux/lib64/libsqlite3.so.0.8.6: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by ./sqlite3/linux/lib64/libsqlite3.so.0.8.6)
	linux-vdso.so.1 =>  (0x00007fffb53ff000)
	libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fa298ace000)
	libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fa2988b2000)
	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fa298527000)
	/lib64/ld-linux-x86-64.so.2 (0x00007fa298f99000)
$
Link to comment
Share on other sites

abeloin

 

I tested Debian 7.3. There is a problem with libsqlite3.so.0.8.6 binary on it. Why it's included? The one from distro can't be used? The problem itself is of course that libc in Debian is slightly older than on the machine you compiled sqlite library on:

$ ldd ./sqlite3/linux/lib64/libsqlite3.so.0.8.6
./sqlite3/linux/lib64/libsqlite3.so.0.8.6: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by ./sqlite3/linux/lib64/libsqlite3.so.0.8.6)
	linux-vdso.so.1 =>  (0x00007fffb53ff000)
	libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fa298ace000)
	libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fa2988b2000)
	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fa298527000)
	/lib64/ld-linux-x86-64.so.2 (0x00007fa298f99000)
$

 

It's included because some distro(ie CentOS) have very old version of sqlite3.

 

Can you try this version of libsqlite3.so.0.8.6? The zip file include both lib and lib64 version

Link to comment
Share on other sites

Joao Correa

Hi other issue here, isolated case, when i choice the subtitle the error occurs.

I´m using Debian Wheezy (7.0)

ffmpeg version N-59536-gbe524ff Copyright (c) 2000-2014 the FFmpeg developers
  built on Jan  4 2014 05:16:54 with gcc 4.6 (Debian 4.6.3-1)
  configuration: --prefix=/root/ffmpeg-static/32bit --arch=x86_32 --extra-cflags='-m32 -I/root/ffmpeg-static/32bit/include -static' --extra-ldflags='-m32 -L/root/ffmpeg-static/32bit/lib -static' --extra-libs='-lxml2 -lexpat -lfreetype' --enable-static --disable-shared --disable-ffserver --disable-doc --enable-bzlib --enable-zlib --enable-postproc --enable-runtime-cpudetect --enable-libx264 --enable-gpl --enable-libtheora --enable-libvorbis --enable-libmp3lame --enable-gray --enable-libass --enable-libfreetype --enable-libopenjpeg --enable-libspeex --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-version3 --enable-libvpx
  libavutil      52. 59.100 / 52. 59.100
  libavcodec     55. 47.100 / 55. 47.100
  libavformat    55. 22.102 / 55. 22.102
  libavdevice    55.  5.102 / 55.  5.102
  libavfilter     4.  0.103 /  4.  0.103
  libswscale      2.  5.101 /  2.  5.101
  libswresample   0. 17.104 /  0. 17.104
  libpostproc    52.  3.100 / 52.  3.100
[avi @ 0x9cf5540] non-interleaved AVI
Input #0, avi, from 'file:/home/xbmc/Movies/Star Trek Into Darkness (2013) DVDRip XviD-MAXSPEED/Star Trek Into Darkness (2013) DVDRip XviD-MAXSPEED www.torentz.3xforum.ro.avi':
  Metadata:
    encoder         : AVI-Mux GUI 1.17.8.3, Feb 16 201019:42:50
    JUNK            : 
  Duration: 02:12:25.89, start: 0.000000, bitrate: 1458 kb/s
    Stream #0:0: Video: mpeg4 (Advanced Simple Profile) (XVID / 0x44495658), yuv420p, 720x304 [SAR 1:1 DAR 45:19], 23.98 tbr, 23.98 tbn, 23.98 tbc
    Stream #0:1: Audio: ac3 ([0] [0][0] / 0x2000), 48000 Hz, 5.1(side), fltp, 320 kb/s
    Metadata:
      title           : startrek
Fontconfig error: Cannot load default config file
[Parsed_ass_1 @ 0x9cf9340] No usable fontconfig configuration file found, using fallback.
Fontconfig error: Cannot load default config file
[Parsed_ass_1 @ 0x9cf9340] Read failed, 2: No such file or directory
[Parsed_ass_1 @ 0x9cf9340] Could not create a libass track when reading file '/home/xbmc/mediabrowser_3.0.5121_arch/ProgramData-Server/cache/subtitles/5/504c42e9-d9e0-d9ed-482e-e8945be206b2.ass'
[AVFilterGraph @ 0x9ce9400] Error initializing filter 'ass' with args '/home/xbmc/mediabrowser_3.0.5121_arch/ProgramData-Server/cache/subtitles/5/504c42e9-d9e0-d9ed-482e-e8945be206b2.ass'
Error opening filters!

Thanks

Edited by Joao Correa
Link to comment
Share on other sites

abeloin

Hi other issue here, isolated case, when i choice the subtitle the error occurs.

I´m using Debian Wheezy (7.0)

[Parsed_ass_1 @ 0x9cf9340] Read failed, 2: No such file or directory
[Parsed_ass_1 @ 0x9cf9340] Could not create a libass track when reading file '/home/xbmc/mediabrowser_3.0.5121_arch/ProgramData-Server/cache/subtitles/5/504c42e9-d9e0-d9ed-482e-e8945be206b2.ass'

Thanks

 

It looks like ffmpeg can't find the file.

 

Can you provide the debug log from mediabrowser? It would help finding why the file was not created.

 

Thank You

Link to comment
Share on other sites

 

OK. With this sqlite3 library (I'm using 64-bit version) it works on Debian 7.3. The server starts and as server works as expected ... probably ;). I'm away from home at the moment and can't test playing etc and can use browser interface only, but ... 

Edited by krank
Link to comment
Share on other sites

OK. With this sqlite3 library (I'm using 64-bit version) it works on Debian 7.3. The server starts and as server works as expected ... probably ;). I'm away from home at the moment and can't test playing etc and can use browser interface only, but ... 

 

a) I pointed it to the TV shows directory XBMC is using and although scanning found TV shows, there was no any episodes. I think that it's a known problem and we just need a new build?

 

http://mediabrowser.tv/community/index.php?/topic/4179-all-tv-episodes-show-as-missing-even-though-they-are-not/

 

B) I pointed it to the XBMC Movies directory and although it recognised movies themselves, no artwork is downloaded (or  XMBC one used). Something known as well or is it my personal problem?

 

Yea he probably needs to put up a new build. For artwork, yes we use xbmc artwork.

Link to comment
Share on other sites

abeloin
I pointed it to the XBMC Movies directory and although it recognised movies themselves, no artwork is downloaded (or  XMBC one used). Something known as well or is it my personal problem?

 

Is libgdiplus installed? I know some images won't show up if libgdiplus is missing. Check the image section in the metadata editor. If not, a log would be helpful.

Link to comment
Share on other sites

abeloin

New build:

 

MediaBrowser.Mono.3.0.5138.32382.tar.gz (Without Mono for Linux and Mac)

 

MediaBrowser.Mono.mkbundlex.X86_64.3.0.5138.32388.tar.gz (Linux x86_64 version with Mono embedded)

 

For Linux, mediabrowser can open ISO(Stream detail and web client streaming) via sudo, mount and umount.

 

In order to activate this feature, you need to add these lines via visudo(don't forget to change the username to the one running mediabrowser):

Defaults:jsmith !requiretty
jsmith ALL=(root) NOPASSWD: /bin/mount
jsmith ALL=(root) NOPASSWD: /bin/umount
  • Like 1
Link to comment
Share on other sites

Is libgdiplus installed? I know some images won't show up if libgdiplus is missing. Check the image section in the metadata editor. If not, a log would be helpful.

 

It was, but the problem was that it was expected to be installed with same path as mono. I installed libgdiplus from distro and compiled mono from git and installed it to the /opt/local - that wasn't a working combination. I now installed libgdiplus from git as well.

Link to comment
Share on other sites

abeloin

It was, but the problem was that it was expected to be installed with same path as mono. I installed libgdiplus from distro and compiled mono from git and installed it to the /opt/local - that wasn't a working combination. I now installed libgdiplus from git as well.

 

good news.

 

For future reference to all, to resolve this issue(custom mono and distro libgdiplus):

  • If using Pokorra's repo, install mono-libgdiplus-opt (it will symlink the distro's libgdiplus to /opt/mono/lib)
  • Symlink distro's libgdiplus.so to custom mono lib location. (Ex: ln -s /usr/lib/libgdiplus.so /opt/mono/lib/libgdiplus.so)
Link to comment
Share on other sites

Don't expect problems stop though. Now, when it basically works, real fun only begins ...  ;) . It seems that I can't play anything with subtitles. Existing subtitles are recognised correctly, but if I attempt to use these, I only get this from server log (created ffmpeg log is empty):

 

2014-01-26 17:02:27.5307 Info - App: /home/media/MediaBrowser.Mono.3.0.5138.32382/ProgramData-Server/ffmpeg/linux_x86_64_20140118/ffmpeg -ss 15.805559 -fflags genpts -i file:"/home/arhiiv-2/videolibrary/tvshows/seep/The Blacklist/The.Blacklist.S01E12.HDTV.x264-LOL.mp4" -ss 1 -map 0:0 -map 0:1 -vcodec libx264 -force_key_frames expr:if(isnan(prev_forced_t),gte(t,.1),gte(t,prev_forced_t+5)) -copyts -vf "scale=min(iw\,720):trunc(ow/a/2)*2,ass='/home/media/MediaBrowser.Mono.3.0.5138.32382/ProgramData-Server/cache/subtitles/3/31634a76-4dde-dd8e-f485-65fe4f52cca6.ass',setpts=PTS -17/TB" -r 23.976 -preset superfast -crf 18 -maxrate 1372000 -bufsize 2744000 -vsync vfr -profile:v baseline -level 3 -map_metadata -1 -threads 2 -acodec aac -strict experimental -ac 2 -ab 120744 -af "adelay=1,aresample=async=1,asetpts=PTS-17/TB" "/home/media/MediaBrowser.Mono.3.0.5138.32382/ProgramData-Server/transcoding-temp/81e2aa04-c469-9500-eaac-74f4d74c6f7a.webm"
2014-01-26 17:02:27.6543 Info - App: FFMpeg exited with code 1 for /home/media/MediaBrowser.Mono.3.0.5138.32382/ProgramData-Server/transcoding-temp/81e2aa04-c469-9500-eaac-74f4d74c6f7a.webm
2014-01-26 17:02:30.8258 Info - App: Deleting partial stream file(s) /home/media/MediaBrowser.Mono.3.0.5138.32382/ProgramData-Server/transcoding-temp/81e2aa04-c469-9500-eaac-74f4d74c6f7a.webm
Link to comment
Share on other sites

abeloin

 

Don't expect problems stop though. Now, when it basically works, real fun only begins ...  ;) . It seems that I can't play anything with subtitles. Existing subtitles are recognised correctly, but if I attempt to use these, I only get this from server log (created ffmpeg log is empty):

 

2014-01-26 17:02:27.5307 Info - App: /home/media/MediaBrowser.Mono.3.0.5138.32382/ProgramData-Server/ffmpeg/linux_x86_64_20140118/ffmpeg -ss 15.805559 -fflags genpts -i file:"/home/arhiiv-2/videolibrary/tvshows/seep/The Blacklist/The.Blacklist.S01E12.HDTV.x264-LOL.mp4" -ss 1 -map 0:0 -map 0:1 -vcodec libx264 -force_key_frames expr:if(isnan(prev_forced_t),gte(t,.1),gte(t,prev_forced_t+5)) -copyts -vf "scale=min(iw\,720):trunc(ow/a/2)*2,ass='/home/media/MediaBrowser.Mono.3.0.5138.32382/ProgramData-Server/cache/subtitles/3/31634a76-4dde-dd8e-f485-65fe4f52cca6.ass',setpts=PTS -17/TB" -r 23.976 -preset superfast -crf 18 -maxrate 1372000 -bufsize 2744000 -vsync vfr -profile:v baseline -level 3 -map_metadata -1 -threads 2 -acodec aac -strict experimental -ac 2 -ab 120744 -af "adelay=1,aresample=async=1,asetpts=PTS-17/TB" "/home/media/MediaBrowser.Mono.3.0.5138.32382/ProgramData-Server/transcoding-temp/81e2aa04-c469-9500-eaac-74f4d74c6f7a.webm"
2014-01-26 17:02:27.6543 Info - App: FFMpeg exited with code 1 for /home/media/MediaBrowser.Mono.3.0.5138.32382/ProgramData-Server/transcoding-temp/81e2aa04-c469-9500-eaac-74f4d74c6f7a.webm
2014-01-26 17:02:30.8258 Info - App: Deleting partial stream file(s) /home/media/MediaBrowser.Mono.3.0.5138.32382/ProgramData-Server/transcoding-temp/81e2aa04-c469-9500-eaac-74f4d74c6f7a.webm

 

Can you look for these 2 files in the log folder:

  • ffmpeg-81e2aa04-c469-9500-eaac-74f4d74c6f7a.txt
  • ffmpeg-sub-extract-81e2aa04-c469-9500-eaac-74f4d74c6f7a.txt (May not be there if subs where extracted before)

They should contain ffmpeg's log for playing and extracting subtitle for that file.

Link to comment
Share on other sites

Can you look for these 2 files in the log folder:

  • ffmpeg-81e2aa04-c469-9500-eaac-74f4d74c6f7a.txt
  • ffmpeg-sub-extract-81e2aa04-c469-9500-eaac-74f4d74c6f7a.txt (May not be there if subs where extracted before)

They should contain ffmpeg's log for playing and extracting subtitle for that file.

 

As I said - ffmpeg log is created, but 0 it's bytes size. I'm trying to dig further later, but some observations (maybe this would give you some ideas).

 

ffmpeg logs seem to be written to disk not in realtime, but in 4k chunks. Also seems that with lower quality settings I can make subtitles work. Tests with with this very same Blacklist episode, but all 480p stuff seems to be the same) - at first trying to play the video and then trying to switch subtitles on:

 

Direct (480p 1.5M) ... fail

480p 1M ... fail

480p 720k ... OK

480p 420k ... OK

360p ... OK

240p ... OK

 

Strange thing is that with 720p files (mkv) all seems to be OK. Subtitles work with every quality. 

Link to comment
Share on other sites

abeloin

 

ffmpeg logs seem to be written to disk not in realtime, but in 4k chunks.

 

What is the ffmpeg command line for "480p 1M" and "480p 720k"?

 

Just to confirm, the subtitle are embedded into The.Blacklist.S01E12.HDTV.x264-LOL.mp4 ?

 

Edit:

It look like a bug in Mediabrowser.

Edited by abeloin
Link to comment
Share on other sites

Joao Correa

Hi abeloin, this is the log:

 

Start Movie without subs, after i choose it.

ffmpeg version N-59536-gbe524ff Copyright (c) 2000-2014 the FFmpeg developers
  built on Jan  4 2014 05:16:54 with gcc 4.6 (Debian 4.6.3-1)
  configuration: --prefix=/root/ffmpeg-static/32bit --arch=x86_32 --extra-cflags='-m32 -I/root/ffmpeg-static/32bit/include -static' --extra-ldflags='-m32 -L/root/ffmpeg-static/32bit/lib -static' --extra-libs='-lxml2 -lexpat -lfreetype' --enable-static --disable-shared --disable-ffserver --disable-doc --enable-bzlib --enable-zlib --enable-postproc --enable-runtime-cpudetect --enable-libx264 --enable-gpl --enable-libtheora --enable-libvorbis --enable-libmp3lame --enable-gray --enable-libass --enable-libfreetype --enable-libopenjpeg --enable-libspeex --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-version3 --enable-libvpx
  libavutil      52. 59.100 / 52. 59.100
  libavcodec     55. 47.100 / 55. 47.100
  libavformat    55. 22.102 / 55. 22.102
  libavdevice    55.  5.102 / 55.  5.102
  libavfilter     4.  0.103 /  4.  0.103
  libswscale      2.  5.101 /  2.  5.101
  libswresample   0. 17.104 /  0. 17.104
  libpostproc    52.  3.100 / 52.  3.100
[avi @ 0x9a454a0] non-interleaved AVI
Input #0, avi, from 'file:/home/xbmc/Movies/Star Trek Into Darkness (2013) DVDRip XviD-MAXSPEED/Star Trek Into Darkness (2013) DVDRip XviD-MAXSPEED www.torentz.3xforum.ro.avi':
  Metadata:
    encoder         : AVI-Mux GUI 1.17.8.3, Feb 16 201019:42:50
    JUNK            : 
  Duration: 02:12:25.89, start: 0.000000, bitrate: 1458 kb/s
    Stream #0:0: Video: mpeg4 (Advanced Simple Profile) (XVID / 0x44495658), yuv420p, 720x304 [SAR 1:1 DAR 45:19], 23.98 tbr, 23.98 tbn, 23.98 tbc
    Stream #0:1: Audio: ac3 ([0] [0][0] / 0x2000), 48000 Hz, 5.1(side), fltp, 320 kb/s
    Metadata:
      title           : startrek
[libx264 @ 0x9a79800] using SAR=1/1
[libx264 @ 0x9a79800] using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2
[libx264 @ 0x9a79800] profile Constrained Baseline, level 3.0
[libx264 @ 0x9a79800] 264 - core 129 r2230 1cffe9f - H.264/MPEG-4 AVC codec - Copyleft 2003-2012 - http://www.videolan.org/x264.html - options: cabac=0 ref=1 deblock=1:0:0 analyse=0x1:0x1 me=dia subme=1 psy=1 psy_rd=1.00:0.00 mixed_ref=0 me_range=16 chroma_me=1 trellis=0 8x8dct=0 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=0 threads=2 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=0 weightp=0 keyint=250 keyint_min=23 scenecut=40 intra_refresh=0 rc=abr mbtree=0 bitrate=700 ratetol=1.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
Output #0, mp4, to '/home/xbmc/mediabrowser_3.0.5121_arch/ProgramData-Server/cache/encoded-media/bf6075d5-1e3f-a6cb-c515-5b4453f42995.mp4':
  Metadata:
    JUNK            : 
    encoder         : Lavf55.22.102
    Stream #0:0: Video: h264 (libx264) ([33][0][0][0] / 0x0021), yuv420p, 720x304 [SAR 1:1 DAR 45:19], q=-1--1, 700 kb/s, 24k tbn, 23.98 tbc
    Stream #0:1: Audio: aac ([64][0][0][0] / 0x0040), 48000 Hz, stereo, fltp, 128 kb/s
    Metadata:
      title           : startrek
Stream mapping:
  Stream #0:0 -> #0:0 (mpeg4 -> libx264)
  Stream #0:1 -> #0:1 (ac3 -> aac)
Press [q] to stop, [?] for help
[mpeg4 @ 0x9f54200] Video uses a non-standard and wasteful way to store B-frames ('packed B-frames'). Consider using a tool like VirtualDub or avidemux to fix it.
frame=   88 fps=0.0 q=12.0 size=      16kB time=00:00:03.75 bitrate=  34.1kbits/s    
frame=  177 fps=176 q=24.0 size=     522kB time=00:00:07.44 bitrate= 573.8kbits/s    
frame=  240 fps=159 q=24.0 size=     522kB time=00:00:10.06 bitrate= 424.3kbits/s    
frame=  296 fps=148 q=26.0 size=    1196kB time=00:00:12.43 bitrate= 787.9kbits/s    

ffmpeg version N-59536-gbe524ff Copyright (c) 2000-2014 the FFmpeg developers
  built on Jan  4 2014 05:16:54 with gcc 4.6 (Debian 4.6.3-1)
  configuration: --prefix=/root/ffmpeg-static/32bit --arch=x86_32 --extra-cflags='-m32 -I/root/ffmpeg-static/32bit/include -static' --extra-ldflags='-m32 -L/root/ffmpeg-static/32bit/lib -static' --extra-libs='-lxml2 -lexpat -lfreetype' --enable-static --disable-shared --disable-ffserver --disable-doc --enable-bzlib --enable-zlib --enable-postproc --enable-runtime-cpudetect --enable-libx264 --enable-gpl --enable-libtheora --enable-libvorbis --enable-libmp3lame --enable-gray --enable-libass --enable-libfreetype --enable-libopenjpeg --enable-libspeex --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-version3 --enable-libvpx
  libavutil      52. 59.100 / 52. 59.100
  libavcodec     55. 47.100 / 55. 47.100
  libavformat    55. 22.102 / 55. 22.102
  libavdevice    55.  5.102 / 55.  5.102
  libavfilter     4.  0.103 /  4.  0.103
  libswscale      2.  5.101 /  2.  5.101
  libswresample   0. 17.104 /  0. 17.104
  libpostproc    52.  3.100 / 52.  3.100
[avi @ 0xaa17500] non-interleaved AVI
Input #0, avi, from 'file:/home/xbmc/Movies/Star Trek Into Darkness (2013) DVDRip XviD-MAXSPEED/Star Trek Into Darkness (2013) DVDRip XviD-MAXSPEED www.torentz.3xforum.ro.avi':
  Metadata:
    encoder         : AVI-Mux GUI 1.17.8.3, Feb 16 201019:42:50
    JUNK            : 
  Duration: 02:12:25.89, start: 0.000000, bitrate: 1458 kb/s
    Stream #0:0: Video: mpeg4 (Advanced Simple Profile) (XVID / 0x44495658), yuv420p, 720x304 [SAR 1:1 DAR 45:19], 23.98 tbr, 23.98 tbn, 23.98 tbc
    Stream #0:1: Audio: ac3 ([0] [0][0] / 0x2000), 48000 Hz, 5.1(side), fltp, 320 kb/s
    Metadata:
      title           : startrek
[libvpx @ 0xaa1efe0] v1.0.0
Output #0, webm, to '/home/xbmc/mediabrowser_3.0.5121_arch/ProgramData-Server/cache/encoded-media/b694d5c0-8450-0857-6046-201caeaca2bc.webm':
  Metadata:
    JUNK            : 
    encoder         : Lavf55.22.102
    Stream #0:0: Video: vp8 (libvpx), yuv420p, 720x304 [SAR 1:1 DAR 45:19], q=-1--1, 700 kb/s, 1k tbn, 23.98 tbc
    Stream #0:1: Audio: vorbis (libvorbis), 48000 Hz, stereo, fltp, 128 kb/s
    Metadata:
      title           : startrek
Stream mapping:
  Stream #0:0 -> #0:0 (mpeg4 -> libvpx)
  Stream #0:1 -> #0:1 (ac3 -> libvorbis)
Press [q] to stop, [?] for help
[mpeg4 @ 0xaae9140] Video uses a non-standard and wasteful way to store B-frames ('packed B-frames'). Consider using a tool like VirtualDub or avidemux to fix it.
frame=   59 fps=0.0 q=0.0 size=      91kB time=00:00:02.48 bitrate= 299.6kbits/s    
frame=  132 fps=132 q=0.0 size=     267kB time=00:00:05.56 bitrate= 392.7kbits/s    
frame=  185 fps=123 q=0.0 size=     518kB time=00:00:07.75 bitrate= 547.4kbits/s    
frame=  237 fps=118 q=0.0 size=     815kB time=00:00:09.93 bitrate= 671.8kbits/s    
frame=  281 fps=111 q=0.0 size=    1095kB time=00:00:11.78 bitrate= 761.1kbits/s    
frame=  332 fps=110 q=0.0 size=    1322kB time=00:00:13.90 bitrate= 779.3kbits/s    
frame=  378 fps=107 q=0.0 size=    1531kB time=00:00:15.82 bitrate= 792.9kbits/s    
frame=  432 fps=107 q=0.0 size=    1756kB time=00:00:18.06 bitrate= 796.6kbits/s    
frame=  492 fps=108 q=0.0 size=    1943kB time=00:00:20.60 bitrate= 772.7kbits/s    
frame=  561 fps=111 q=0.0 size=    2138kB time=00:00:23.43 bitrate= 747.2kbits/s    
frame=  611 fps=110 q=0.0 size=    2434kB time=00:00:25.54 bitrate= 780.4kbits/s    
frame=  656 fps=108 q=0.0 size=    2709kB time=00:00:27.40 bitrate= 809.7kbits/s    
frame=  703 fps=107 q=0.0 size=    2925kB time=00:00:29.38 bitrate= 815.2kbits/s    
frame=  749 fps=106 q=0.0 size=    3125kB time=00:00:31.30 bitrate= 817.7kbits/s    
frame=  797 fps=105 q=0.0 size=    3310kB time=00:00:33.27 bitrate= 815.0kbits/s    
frame=  851 fps=105 q=0.0 size=    3510kB time=00:00:35.53 bitrate= 809.1kbits/s    
frame=  915 fps=107 q=0.0 size=    3723kB time=00:00:38.20 bitrate= 798.3kbits/s    
frame=  984 fps=108 q=0.0 size=    3913kB time=00:00:41.08 bitrate= 780.4kbits/s    
frame= 1030 fps=108 q=0.0 size=    4248kB time=00:00:43.03 bitrate= 808.8kbits/s    
frame= 1075 fps=107 q=0.0 size=    4453kB time=00:00:44.89 bitrate= 812.7kbits/s    
frame= 1124 fps=106 q=0.0 size=    4671kB time=00:00:46.93 bitrate= 815.2kbits/s    
frame= 1181 fps=106 q=0.0 size=    4906kB time=00:00:49.30 bitrate= 815.1kbits/s    
frame= 1234 fps=106 q=0.0 size=    5123kB time=00:00:51.54 bitrate= 814.3kbits/s    
frame= 1302 fps=108 q=0.0 size=    5344kB time=00:00:54.31 bitrate= 805.9kbits/s    

ffmpeg-sub-convert-d2ee4169-86b6-4638-8e7b-78b258beb5b8.txt  =>> No data (empty txt)

ffmpeg version N-59536-gbe524ff Copyright (c) 2000-2014 the FFmpeg developers
  built on Jan  4 2014 05:16:54 with gcc 4.6 (Debian 4.6.3-1)
  configuration: --prefix=/root/ffmpeg-static/32bit --arch=x86_32 --extra-cflags='-m32 -I/root/ffmpeg-static/32bit/include -static' --extra-ldflags='-m32 -L/root/ffmpeg-static/32bit/lib -static' --extra-libs='-lxml2 -lexpat -lfreetype' --enable-static --disable-shared --disable-ffserver --disable-doc --enable-bzlib --enable-zlib --enable-postproc --enable-runtime-cpudetect --enable-libx264 --enable-gpl --enable-libtheora --enable-libvorbis --enable-libmp3lame --enable-gray --enable-libass --enable-libfreetype --enable-libopenjpeg --enable-libspeex --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-version3 --enable-libvpx
  libavutil      52. 59.100 / 52. 59.100
  libavcodec     55. 47.100 / 55. 47.100
  libavformat    55. 22.102 / 55. 22.102
  libavdevice    55.  5.102 / 55.  5.102
  libavfilter     4.  0.103 /  4.  0.103
  libswscale      2.  5.101 /  2.  5.101
  libswresample   0. 17.104 /  0. 17.104
  libpostproc    52.  3.100 / 52.  3.100
[avi @ 0xab8d540] non-interleaved AVI
Input #0, avi, from 'file:/home/xbmc/Movies/Star Trek Into Darkness (2013) DVDRip XviD-MAXSPEED/Star Trek Into Darkness (2013) DVDRip XviD-MAXSPEED www.torentz.3xforum.ro.avi':
  Metadata:
    encoder         : AVI-Mux GUI 1.17.8.3, Feb 16 201019:42:50
    JUNK            : 
  Duration: 02:12:25.89, start: 0.000000, bitrate: 1458 kb/s
    Stream #0:0: Video: mpeg4 (Advanced Simple Profile) (XVID / 0x44495658), yuv420p, 720x304 [SAR 1:1 DAR 45:19], 23.98 tbr, 23.98 tbn, 23.98 tbc
    Stream #0:1: Audio: ac3 ([0] [0][0] / 0x2000), 48000 Hz, 5.1(side), fltp, 320 kb/s
    Metadata:
      title           : startrek
Fontconfig error: Cannot load default config file
[Parsed_ass_1 @ 0xab91340] No usable fontconfig configuration file found, using fallback.
Fontconfig error: Cannot load default config file
[Parsed_ass_1 @ 0xab91340] Read failed, 2: No such file or directory
[Parsed_ass_1 @ 0xab91340] Could not create a libass track when reading file '/home/xbmc/mediabrowser_3.0.5121_arch/ProgramData-Server/cache/subtitles/4/45be876d-0db9-acfc-1cdb-e3a61c6a40d6.ass'
[AVFilterGraph @ 0xab81400] Error initializing filter 'ass' with args '/home/xbmc/mediabrowser_3.0.5121_arch/ProgramData-Server/cache/subtitles/4/45be876d-0db9-acfc-1cdb-e3a61c6a40d6.ass'
Error opening filters!

Server Log:

2014-01-27 12:21:07.7169, Warn, CoverArt, CoverArt is expired.  Please register it via the Plugin Catalog.
2014-01-27 12:21:07.8311, Warn, CoverArt, CoverArt is expired.  Please register it via the Plugin Catalog.
2014-01-27 12:21:15.0915, Warn, StringMapTypeDeserializer, Property 'id' does not exist on type 'MediaBrowser.WebDashboard.Api.GetDashboardResource'
2014-01-27 12:21:20.8696, Info, App, /home/xbmc/mediabrowser_3.0.5121_arch/ProgramData-Server/ffmpeg/20140104/ffmpeg -i file:"/home/xbmc/Movies/Star Trek Into Darkness (2013) DVDRip XviD-MAXSPEED/Star Trek Into Darkness (2013) DVDRip XviD-MAXSPEED www.torentz.3xforum.ro.avi" -map 0:0 -map 0:1 -map -0:s -vcodec libx264 -force_key_frames expr:if(isnan(prev_forced_t),gte(t,.1),gte(t,prev_forced_t+5)) -vf "scale=min(iw\,1280):trunc(ow/a/2)*2" -preset superfast -b:v 700000 -vsync vfr -profile:v baseline -level 3 -threads 2 -acodec aac -strict experimental -ac 2 -ab 128000 -af "aresample=async=1,volume=2.000000" -f mp4 -movflags frag_keyframe+empty_moov "/home/xbmc/mediabrowser_3.0.5121_arch/ProgramData-Server/cache/encoded-media/bf6075d5-1e3f-a6cb-c515-5b4453f42995.mp4"
2014-01-27 12:21:22.9085, Error, App, Error streaming media
	EndWrite failure
	System.IO.IOException
	  at System.Net.Sockets.NetworkStream.EndWrite (IAsyncResult ar) [0x00000] in <filename unknown>:0 
	  at System.Net.ResponseStream.EndWrite (IAsyncResult ares) [0x00000] in <filename unknown>:0 
	  at System.Threading.Tasks.TaskFactory+<FromAsync>c__AnonStorey8`3[System.Byte[],System.Int32,System.Int32].<>m__0 (IAsyncResult l) [0x00000] in <filename unknown>:0 
	  at System.Threading.Tasks.TaskFactory`1[System.Object].InnerInvoke (System.Threading.Tasks.TaskCompletionSource`1 tcs, System.Func`2 endMethod, IAsyncResult l) [0x00000] in <filename unknown>:0 
	--- End of stack trace from previous location where exception was thrown ---
	  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0 
	  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in <filename unknown>:0 
	  at System.IO.Stream+<CopyToAsync>c__async0.MoveNext () [0x00000] in <filename unknown>:0 
	--- End of stack trace from previous location where exception was thrown ---
	  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0 
	  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in <filename unknown>:0 
	  at MediaBrowser.Api.Playback.Progressive.ProgressiveStreamWriter+<StreamFile>c__async1.MoveNext () [0x00000] in <filename unknown>:0 
	--- End of stack trace from previous location where exception was thrown ---
	  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0 
	  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in <filename unknown>:0 
	  at MediaBrowser.Api.Playback.Progressive.ProgressiveStreamWriter+<WriteToAsync>c__async0.MoveNext () [0x00000] in <filename unknown>:0 
	InnerException: System.Net.Sockets.SocketException
	The socket has been shut down
	  at System.Net.Sockets.Socket.EndSend (IAsyncResult result) [0x00000] in <filename unknown>:0 
	  at System.Net.Sockets.NetworkStream.EndWrite (IAsyncResult ar) [0x00000] in <filename unknown>:0 
	
2014-01-27 12:21:22.9101, Info, App, /home/xbmc/mediabrowser_3.0.5121_arch/ProgramData-Server/ffmpeg/20140104/ffmpeg -i file:"/home/xbmc/Movies/Star Trek Into Darkness (2013) DVDRip XviD-MAXSPEED/Star Trek Into Darkness (2013) DVDRip XviD-MAXSPEED www.torentz.3xforum.ro.avi" -map 0:0 -map 0:1 -map -0:s -vcodec libvpx -force_key_frames expr:if(isnan(prev_forced_t),gte(t,.1),gte(t,prev_forced_t+5)) -vf "scale=min(iw\,1280):-1" -speed 16 -quality good -profile:v 0 -slices 8 -b:v 700000 -vsync vfr -threads 2 -acodec libvorbis -ac 2 -ab 128000 -af "aresample=async=1,volume=2.000000" "/home/xbmc/mediabrowser_3.0.5121_arch/ProgramData-Server/cache/encoded-media/b694d5c0-8450-0857-6046-201caeaca2bc.webm"
2014-01-27 12:21:22.9573, Error, HttpResponseExtensionsInternal, Error occured while Processing Request: [AggregateException] One or more errors occured
	One or more errors occured
	System.AggregateException
	  at System.Threading.Tasks.Task.WaitAll (System.Threading.Tasks.Task[] tasks, Int32 millisecondsTimeout, CancellationToken cancellationToken) [0x00000] in <filename unknown>:0 
	  at System.Threading.Tasks.Task.WaitAll (System.Threading.Tasks.Task[] tasks) [0x00000] in <filename unknown>:0 
	  at MediaBrowser.Api.Playback.Progressive.ProgressiveStreamWriter.WriteTo (System.IO.Stream responseStream) [0x00000] in <filename unknown>:0 
	  at ServiceStack.HttpResponseExtensionsInternal.WriteToOutputStream (IResponse response, System.Object result, System.Byte[] bodyPrefix, System.Byte[] bodySuffix) [0x00000] in <filename unknown>:0 
	  at ServiceStack.HttpResponseExtensionsInternal.WriteToResponse (IResponse response, System.Object result, ServiceStack.Web.ResponseSerializerDelegate defaultAction, IRequest request, System.Byte[] bodyPrefix, System.Byte[] bodySuffix) [0x00000] in <filename unknown>:0 
	InnerException: System.IO.IOException
	EndWrite failure
	  at System.Net.Sockets.NetworkStream.EndWrite (IAsyncResult ar) [0x00000] in <filename unknown>:0 
	  at System.Net.ResponseStream.EndWrite (IAsyncResult ares) [0x00000] in <filename unknown>:0 
	  at System.Threading.Tasks.TaskFactory+<FromAsync>c__AnonStorey8`3[System.Byte[],System.Int32,System.Int32].<>m__0 (IAsyncResult l) [0x00000] in <filename unknown>:0 
	  at System.Threading.Tasks.TaskFactory`1[System.Object].InnerInvoke (System.Threading.Tasks.TaskCompletionSource`1 tcs, System.Func`2 endMethod, IAsyncResult l) [0x00000] in <filename unknown>:0 
	--- End of stack trace from previous location where exception was thrown ---
	  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0 
	  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in <filename unknown>:0 
	  at System.IO.Stream+<CopyToAsync>c__async0.MoveNext () [0x00000] in <filename unknown>:0 
	--- End of stack trace from previous location where exception was thrown ---
	  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0 
	  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in <filename unknown>:0 
	  at MediaBrowser.Api.Playback.Progressive.ProgressiveStreamWriter+<StreamFile>c__async1.MoveNext () [0x00000] in <filename unknown>:0 
	--- End of stack trace from previous location where exception was thrown ---
	  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0 
	  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in <filename unknown>:0 
	  at MediaBrowser.Api.Playback.Progressive.ProgressiveStreamWriter+<WriteToAsync>c__async0.MoveNext () [0x00000] in <filename unknown>:0 
	InnerException: System.Net.Sockets.SocketException
	The socket has been shut down
	  at System.Net.Sockets.Socket.EndSend (IAsyncResult result) [0x00000] in <filename unknown>:0 
	  at System.Net.Sockets.NetworkStream.EndWrite (IAsyncResult ar) [0x00000] in <filename unknown>:0 
	
2014-01-27 12:21:22.9584, Error, HttpResponseExtensionsInternal, Failed to write error to response: {0}
	Cannot be changed after headers are sent.
	System.InvalidOperationException
	  at System.Net.HttpListenerResponse.set_ContentType (System.String value) [0x00000] in <filename unknown>:0 
	  at ServiceStack.Host.HttpListener.ListenerResponse.set_ContentType (System.String value) [0x00000] in <filename unknown>:0 
	  at ServiceStack.HttpResponseExtensionsInternal.WriteErrorToResponse (IResponse httpRes, IRequest httpReq, System.String contentType, System.String operationName, System.String errorMessage, System.Exception ex, Int32 statusCode) [0x00000] in <filename unknown>:0 
	  at ServiceStack.HttpResponseExtensionsInternal.WriteToResponse (IResponse response, System.Object result, ServiceStack.Web.ResponseSerializerDelegate defaultAction, IRequest request, System.Byte[] bodyPrefix, System.Byte[] bodySuffix) [0x00000] in <filename unknown>:0 
	
2014-01-27 12:21:22.9584, Error, HttpResponseExtensions, Error in HttpListenerResponseWrapper: Write failure
	Write failure
	System.IO.IOException
	  at System.Net.Sockets.NetworkStream.Write (System.Byte[] buffer, Int32 offset, Int32 size) [0x00000] in <filename unknown>:0 
	  at System.Net.ResponseStream.InternalWrite (System.Byte[] buffer, Int32 offset, Int32 count) [0x00000] in <filename unknown>:0 
	  at System.Net.ResponseStream.Close () [0x00000] in <filename unknown>:0 
	  at ServiceStack.HttpResponseExtensions.CloseOutputStream (System.Net.HttpListenerResponse response) [0x00000] in <filename unknown>:0 
	InnerException: System.Net.Sockets.SocketException
	The socket has been shut down
	  at System.Net.Sockets.Socket.Send (System.Byte[] buf, Int32 offset, Int32 size, SocketFlags flags) [0x00000] in <filename unknown>:0 
	  at System.Net.Sockets.NetworkStream.Write (System.Byte[] buffer, Int32 offset, Int32 size) [0x00000] in <filename unknown>:0 
	
2014-01-27 12:21:22.9593, Error, HttpServer, ProcessRequest failure
	One or more errors occured
	System.AggregateException
	  at System.Threading.Tasks.Task.WaitAll (System.Threading.Tasks.Task[] tasks, Int32 millisecondsTimeout, CancellationToken cancellationToken) [0x00000] in <filename unknown>:0 
	  at System.Threading.Tasks.Task.WaitAll (System.Threading.Tasks.Task[] tasks) [0x00000] in <filename unknown>:0 
	  at MediaBrowser.Api.Playback.Progressive.ProgressiveStreamWriter.WriteTo (System.IO.Stream responseStream) [0x00000] in <filename unknown>:0 
	  at ServiceStack.HttpResponseExtensionsInternal.WriteToOutputStream (IResponse response, System.Object result, System.Byte[] bodyPrefix, System.Byte[] bodySuffix) [0x00000] in <filename unknown>:0 
	  at ServiceStack.HttpResponseExtensionsInternal.WriteToResponse (IResponse response, System.Object result, ServiceStack.Web.ResponseSerializerDelegate defaultAction, IRequest request, System.Byte[] bodyPrefix, System.Byte[] bodySuffix) [0x00000] in <filename unknown>:0 
	--- End of stack trace from previous location where exception was thrown ---
	  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0 
	  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in <filename unknown>:0 
	  at MediaBrowser.Server.Implementations.HttpServer.HttpListenerHost+<ListenerCallback>c__AnonStorey7+<ListenerCallback>c__async6.MoveNext () [0x00000] in <filename unknown>:0 
	InnerException: System.IO.IOException
	EndWrite failure
	  at System.Net.Sockets.NetworkStream.EndWrite (IAsyncResult ar) [0x00000] in <filename unknown>:0 
	  at System.Net.ResponseStream.EndWrite (IAsyncResult ares) [0x00000] in <filename unknown>:0 
	  at System.Threading.Tasks.TaskFactory+<FromAsync>c__AnonStorey8`3[System.Byte[],System.Int32,System.Int32].<>m__0 (IAsyncResult l) [0x00000] in <filename unknown>:0 
	  at System.Threading.Tasks.TaskFactory`1[System.Object].InnerInvoke (System.Threading.Tasks.TaskCompletionSource`1 tcs, System.Func`2 endMethod, IAsyncResult l) [0x00000] in <filename unknown>:0 
	--- End of stack trace from previous location where exception was thrown ---
	  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0 
	  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in <filename unknown>:0 
	  at System.IO.Stream+<CopyToAsync>c__async0.MoveNext () [0x00000] in <filename unknown>:0 
	--- End of stack trace from previous location where exception was thrown ---
	  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0 
	  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in <filename unknown>:0 
	  at MediaBrowser.Api.Playback.Progressive.ProgressiveStreamWriter+<StreamFile>c__async1.MoveNext () [0x00000] in <filename unknown>:0 
	--- End of stack trace from previous location where exception was thrown ---
	  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0 
	  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in <filename unknown>:0 
	  at MediaBrowser.Api.Playback.Progressive.ProgressiveStreamWriter+<WriteToAsync>c__async0.MoveNext () [0x00000] in <filename unknown>:0 
	InnerException: System.Net.Sockets.SocketException
	The socket has been shut down
	  at System.Net.Sockets.Socket.EndSend (IAsyncResult result) [0x00000] in <filename unknown>:0 
	  at System.Net.Sockets.NetworkStream.EndWrite (IAsyncResult ar) [0x00000] in <filename unknown>:0 
	
2014-01-27 12:21:22.9606, Error, HttpServer, Error this.ProcessRequest(context)(Exception while writing error to the response)
	Cannot be changed after headers are sent.
	System.InvalidOperationException
	  at System.Net.HttpListenerResponse.set_StatusCode (Int32 value) [0x00000] in <filename unknown>:0 
	  at ServiceStack.Host.HttpListener.ListenerResponse.set_StatusCode (Int32 value) [0x00000] in <filename unknown>:0 
	  at MediaBrowser.Server.Implementations.HttpServer.HttpListenerHost.HandleError (System.Exception ex, System.Net.HttpListenerContext context, ILogger logger) [0x00000] in <filename unknown>:0 
	
2014-01-27 12:21:24.3394, Info, App, Killing ffmpeg process for /home/xbmc/mediabrowser_3.0.5121_arch/ProgramData-Server/cache/encoded-media/bf6075d5-1e3f-a6cb-c515-5b4453f42995.mp4
2014-01-27 12:21:24.3480, Info, App, Deleting partial stream file(s) /home/xbmc/mediabrowser_3.0.5121_arch/ProgramData-Server/cache/encoded-media/bf6075d5-1e3f-a6cb-c515-5b4453f42995.mp4
2014-01-27 12:21:24.4403, Info, App, FFMpeg exited with an error for /home/xbmc/mediabrowser_3.0.5121_arch/ProgramData-Server/cache/encoded-media/bf6075d5-1e3f-a6cb-c515-5b4453f42995.mp4
2014-01-27 12:21:36.3780, Info, App, Killing ffmpeg process for /home/xbmc/mediabrowser_3.0.5121_arch/ProgramData-Server/cache/encoded-media/b694d5c0-8450-0857-6046-201caeaca2bc.webm
2014-01-27 12:21:36.3828, Info, App, Deleting partial stream file(s) /home/xbmc/mediabrowser_3.0.5121_arch/ProgramData-Server/cache/encoded-media/b694d5c0-8450-0857-6046-201caeaca2bc.webm
2014-01-27 12:21:36.3925, Info, App, FFMpeg exited with an error for /home/xbmc/mediabrowser_3.0.5121_arch/ProgramData-Server/cache/encoded-media/b694d5c0-8450-0857-6046-201caeaca2bc.webm
2014-01-27 12:21:36.5596, Info, MediaEncoder, Setting ass font within /home/xbmc/mediabrowser_3.0.5121_arch/ProgramData-Server/cache/subtitles/4/45be876d-0db9-acfc-1cdb-e3a61c6a40d6.ass
2014-01-27 12:21:36.5608, Info, App, /home/xbmc/mediabrowser_3.0.5121_arch/ProgramData-Server/ffmpeg/20140104/ffmpeg -ss 10.261625 -i file:"/home/xbmc/Movies/Star Trek Into Darkness (2013) DVDRip XviD-MAXSPEED/Star Trek Into Darkness (2013) DVDRip XviD-MAXSPEED www.torentz.3xforum.ro.avi" -ss 1 -map 0:0 -map 0:1 -vcodec libvpx -force_key_frames expr:if(isnan(prev_forced_t),gte(t,.1),gte(t,prev_forced_t+5)) -vf "scale=min(iw\,1280):-1,ass='/home/xbmc/mediabrowser_3.0.5121_arch/ProgramData-Server/cache/subtitles/4/45be876d-0db9-acfc-1cdb-e3a61c6a40d6.ass'" -speed 16 -quality good -profile:v 0 -slices 8 -b:v 700000 -vsync vfr -threads 2 -acodec libvorbis -ac 2 -ab 128000 -af "aresample=async=1,volume=2.000000" "/home/xbmc/mediabrowser_3.0.5121_arch/ProgramData-Server/cache/encoded-media/ae389784-8cd1-8a2f-d043-abedf94fc788.webm"
2014-01-27 12:21:37.3874, Info, App, FFMpeg exited with code 1 for /home/xbmc/mediabrowser_3.0.5121_arch/ProgramData-Server/cache/encoded-media/ae389784-8cd1-8a2f-d043-abedf94fc788.webm
2014-01-27 12:21:38.4916, Error, HttpResponseExtensions, Error in HttpListenerResponseWrapper: Write failure
	Write failure
	System.IO.IOException
	  at System.Net.Sockets.NetworkStream.Write (System.Byte[] buffer, Int32 offset, Int32 size) [0x00000] in <filename unknown>:0 
	  at System.Net.ResponseStream.InternalWrite (System.Byte[] buffer, Int32 offset, Int32 count) [0x00000] in <filename unknown>:0 
	  at System.Net.ResponseStream.Close () [0x00000] in <filename unknown>:0 
	  at ServiceStack.HttpResponseExtensions.CloseOutputStream (System.Net.HttpListenerResponse response) [0x00000] in <filename unknown>:0 
	InnerException: System.Net.Sockets.SocketException
	The socket has been shut down
	  at System.Net.Sockets.Socket.Send (System.Byte[] buf, Int32 offset, Int32 size, SocketFlags flags) [0x00000] in <filename unknown>:0 
	  at System.Net.Sockets.NetworkStream.Write (System.Byte[] buffer, Int32 offset, Int32 size) [0x00000] in <filename unknown>:0 
	
2014-01-27 12:21:40.2916, Info, App, Deleting partial stream file(s) /home/xbmc/mediabrowser_3.0.5121_arch/ProgramData-Server/cache/encoded-media/ae389784-8cd1-8a2f-d043-abedf94fc788.webm

Link to comment
Share on other sites

lloydie11

Any news on a Linux Client...

 

Would be nice to have a native client, or some way to run on Raspberry without XBMC...

 

I'm not a fan of XBMC and would be a lot better to have Raspberry PI looking directly at Media Browser...

 

Currently the way I view is via the Media Centre pluggin for the xbox which is just about manageable...

 

great product guys, I love media browser.

 

NEO all the way.

Link to comment
Share on other sites

Hey all

So I got this all to run, finally :-D

Now I often alternate between my Windows and my Linux boots, so I was wondering it it's possible for them to share the "MediaBrowser-Server" dir?

I mean, I COULD use a symlink, but perhaps there's a smarter way to do it? 

Thanks

Link to comment
Share on other sites

Hey all

So I got this all to run, finally :-D

Now I often alternate between my Windows and my Linux boots, so I was wondering it it's possible for them to share the "MediaBrowser-Server" dir?

I mean, I COULD use a symlink, but perhaps there's a smarter way to do it? 

Thanks

 

That will soon be possible but in the meantime i wouldn't advise that.

  • Like 1
Link to comment
Share on other sites

smitopher

Hi

 

I have just setup a Ubuntu Server 13.10.

I built Mono and libgdiplus from Github source. http://www.lovesmesomecode.com/post/20130719-compiling-mono-3-in-ubuntu/ is a good resource.

 

I downloaded and unzipped the mb3 from the link in the post of this thread.

The first time I tried to execute it, it took a while but eventually it reported:

Error launching browser
Success

Now each startup is pretty quick

 

From another machine I can point a browser at my shiny new server and get the mb3 dashboard. the dashboard reports

 

Version 3.0.5123.15977


A new version of Media Browser Server is available!


Version 3.0.5135.31685 is now available for download.


Please shutdown the server and update manually.
Running on ports 8096 and 8945

Is there a new Mono build?  Where can I get it?

 

I have not yet setup a Media library, I assume I need to setup Samba first.

 

My goal is to build an appliance like server with just enough stuff installed to make it a useful media server (Sickbeard, SABnzd, MythTV backend) and stick it in the closet.  

 

I have it all running on a headless Windows 2012 Essentials server but I want an appliance, not a computer.

 

So, where is the new stuff and when will you declare "Stable"?

Link to comment
Share on other sites

Right now the mono linux/os x builds are in testing and that's why you're getting them from within this forum and not directly from the website yet. There will always be separate server downloads for those three platforms.

 

The reason you're getting the update notification is because it's checking against the windows version, however it's harmless because it's not actually going to try and update. That will get cleaned up once we get to looking at the update mechanisms for the mono version.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...