Jump to content

Emby Blog

  • entries
    540
  • comments
    4761
  • views
    3352001

Contributors to this blog

  • Luke 341
  • ebr 68
  • Carlo 31
  • 7illusions 15
  • ScottIsAFool 12
  • Abobader 11
  • xnappo 8
  • radeon 8
  • darwindeeds 7
  • Redshirt 6
  • Cheesegeezer 5
  • Aphid 3
  • techywarrior 3
  • bigjohn 3
  • snazy2000 3
  • sross44 3
  • leedavies 3
  • gcw07 2
  • softworkz 2
  • Soultaker 2
  • chef 2
  • marcelveldt 1
  • hurricanehrndz 1

Emby Server 3.0.8500 Released


Luke

5925 views

A small maintenance release has gone out with a few bug fixes. Here are the highlights:

  • Resolve loss of audio in certain playback scenarios in the web app
  • Resolve subtitle encoding issues in certain playback scenarios

  • Like 2

5 Comments


Recommended Comments

By a brief moment, when I read the "subtitle encoding" solveness...i thought that the ANSI encoded subtitles in emby linux servers rendering ??? on accented characters was finally solved...but...noooooooooo :(

 

:D

 

Ty for another bugfix tough

Link to comment
evertonmelo

Posted

depois que foi atualizado pra essa versão não ta dando mais play nos filmes , como faço pra ta resolvendo isso ?

Link to comment

You have a old instance of emby-server on debian 8? And you want the version 3.0.8500 ?
Then do this:
nano /etc/apt/sources.list
...
deb http://download.opensuse.org/repositories/home:/emby/Debian_8.0/ /
deb http://ftp.de.debian.org/debian jessie-backports main

apt-get update
apt-get remove emby-server  libmagickcore-6.q8-2 libmagickcore-6.q8-2-extra libmagickwand-6.q8-2 ffmpeg
apt-get install emby-server ffmpeg

nano /etc/emby-server.conf
all lines begins with # or ##

nano /etc/default/emby-server
all lines begins with # or ##
...
EMBY_USER="emby"
EMBY_GROUP="emby"
EMBY_DIR="/usr/lib/emby-server"
EMBY_BIN="/usr/lib/emby-server/bin/MediaBrowser.Server.Mono.exe"
EMBY_DATA="/var/lib/emby-server"
EMBY_PIDFILE="/var/run/emby-server.pid"
EMBY_ADD_OPTS=""
MONO_BIN="/usr/bin/mono-sgen"
MONO_OPTS="--optimize=all"
MONO_ENV="MONO_THREADS_PER_CPU=250 MONO_GC_PARAMS=nursery-size=128m"

/etc/init.d/emby-server restart
 

Link to comment

Since I have updated to this version, I am unable to play any videos no matter what the file format. Does anyone have any suggestions?

Link to comment

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...