Jump to content

Emby crash


jerren
Go to solution Solved by Luke,

Recommended Posts

jerren

I did it through command line like mrobi outlined once. Odd thing about this whole thing is that the first time i started having this strange pauzing thing was only when playing something through the chromecast never on the webclient. Now it's on the webclient (haven't used my chromecast in a bit so no idea on that one) which didn't happen in the past. Sadly it's just as frequent, since making the previous post i've had it happen 6 or 7 times more, i'll post another log, the last pauze on it should be from me actually intentionally pauzing it and moving to the log section.

 

embyserver.txt

Link to comment
Share on other sites

jerren

Just for clarity i'll say how i installed through command line in Truenas 12 completely.

 

Go to jails -> add

Give a name, point to the release version, give an ip adress. ( in case this is the second emby you make make sure to tick the vnet box)

Then install dependencies (paste this in the shell of the jail):

pkg install mono libass fontconfig freetype2 fribidi gnutls iconv opus sqlite3 libtheora libva libvpx libvorbis webp libx264 x265 dav1d libzvbi libraw ImageMagick6

then if any mismatches show up say yes to ignore them ( unless ofcourse you know of a reason not to ignore them)

Then go to https://github.com/MediaBrowser/Emby.Releases/releases/ and copy the latest .txz link, go back to the shell and put in the following (obviously replace the link version with whatever is current):

pkg add -f https://github.com/MediaBrowser/Emby.Releases/releases/download/4.5.4.0/emby-server-freebsd12_4.5.4.0_amd64.txz

After that you put in;

sysrc emby_server_enable="YES"

And lastly follow it up with 

service emby-server start

 

 

To update emby through commandline on Truenas 12 again go to the the jail section, go to emby's jail and click on the shell to input these commands.

service emby-server stop

pkg update

pkg upgrade

pkg add -f https://github.com/MediaBrowser/Emby.Releases/releases/download/4.6.4.0/emby-server-freebsd12_4.6.4.0_amd64.txz

service emby-server start

 

Again if any mismatches then say Y for yes unless you know you shouldn't.

 

And that's the install and update procedure i use for emby.

 

Link to comment
Share on other sites

jerren

Figured i would give an update before going to sleep, happened around 8 more times. It doesn't happen on the same timestamp every time so i don't think it's a problem with the file. It also doesn't seem to be timebase as i could sometimes watch fine for 20 minutes then have pauzes every 5 seconds or every minute.  Figured i would give the latest logs in emby.

 

ffmpeg-remux-dc0822b5-7dd7-43d4-9f42-9c3036047e15_1.txtembyserver.txt

Link to comment
Share on other sites

  • Solution
Quote

Then go to https://github.com/MediaBrowser/Emby.Releases/releases/ and copy the latest .txz link, go back to the shell and put in the following (obviously replace the link version with whatever is current):

pkg add -f https://github.com/MediaBrowser/Emby.Releases/releases/download/4.5.4.0/emby-server-freebsd12_4.5.4.0_amd64.txz

No, use the newer .pkg file instead.

Link to comment
Share on other sites

jerren

Ah what's the difference? Since the .txz worked and they seem to be released at the same time?

Edited by jerren
Link to comment
Share on other sites

19 minutes ago, jerren said:

Did the update with the .pkg link, will post back if i get it again.

Great, thanks.

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