Search the Community
Showing results for tags 'Ubuntu'.
-
This is a strange question for me to ask considering that I work with enterprise servers everyday although they are almost always exclusively RHEL or Windows based (you wouldn't believe how many times I typed "yum install" rather than "apt-get"). In any case, I was sort of forced to abandon native Windows version of Emby Server for Ubuntu Server 15.10 with Emby Server installed due to issues with Emby not staying bound to the specified ports in Windows. What I am trying to figure out is what, if anything, do I need to do to make sure that Emby can natively transcode H.265/HEVC and other content when a device doesn't natively support it which is a rarity. Is there any particular codec packages for Ubuntu Server (and I do mean the server version; I don't need the GUI overhead) to get everything working within VMWare Workstation 12 or is everything packaged up in a neat little bow?
-
Emby Docker image for ARM (armhf arch) mini computers (Raspeberry Pi2, Cubietruck, Odroid, etc.)
kayrus posted a topic in Linux
I didn't find any correct Dockerfile or instructions on how to install Emby on top of armhf architecture so I had to combine some of them and as a result here is working Emby Docker image - https://hub.docker.com/r/kayrus/emby/ I've tested it on my Cubietruck with Debian Wheezy and Linux kernel which supports Docker (>=3.6). For example Armbian for Cubietruck has Linux kernel v4.2.3. In any case even if you don't have Docker you can try to install Emby just following Dockerfile manually. What doesn't work: direct play for all my h.264 MKV videos using web browser (for example direct play of the same videos works perfectly on Plex - https://hub.docker.com/r/kayrus/plex/). I don't know how can I force Emby to disable transcoding for MKV, but it works and it is really slow. Direct play of the h.264 inside the MP4 container works fine. Details on this image: I had to cross-compile ffmpeg, libvidstab1.0 and libx265-59 packages from this PPA repo: https://launchpad.net/~mc3man/+archive/ubuntu/trusty-media/+packages. These packages are available inside the image in /tmp/deb directory. You can compile them yourself using armv7/armhf-ubuntu:14.04.3 Docker image if you wish. Here are basic instructions: Enable multiverse repo: deb http://ports.ubuntu.com/ubuntu-ports/ trusty main restricted universe multiverse deb http://ports.ubuntu.com/ubuntu-ports/ trusty-updates main restricted universe multiverse deb http://ports.ubuntu.com/ubuntu-ports/ trusty-backports main restricted universe multiverse deb http://ports.ubuntu.com/ubuntu-ports/ trusty-security main restricted universe multiverse apt-get install build-essential autoconf libasound2-dev libass-dev libbz2-dev libfdk-aac-dev libfreetype6-dev libmp3lame-dev libopencore-amrnb-dev libopencore-amrwb-dev libopus-dev libpulse-dev libsdl1.2-dev libsoxr-dev libspeex-dev libtheora-dev libva-dev libvdpau-dev libvo-aacenc-dev libvorbis-dev libx11-dev libx264-dev libxext-dev libxfixes-dev libxcb-shm0-dev libxcb-xfixes0-dev libxvidcore-dev libxvmc-dev texi2html zlib1g-dev cmake python-sphinx debhelper libgsm1-dev libiec61883-dev libavc1394-dev libjack-jackd2-dev liblzma-dev libmodplug-dev libopenal-dev libopenjpeg-dev librtmp-dev libschroedinger-dev libsctp-dev libshine-dev libsnappy-dev libtwolame-dev libvo-amrwbenc-dev libvpx-dev libwavpack-dev libwebp-dev libzmq3-dev libzvbi-dev texinfo yasm cleancss doxygen node-less Build instructions: * dpkg-sorce -x package_name.dsc * cd package_name && dpkg-buildpackage -b * install missed dependencies if necessary build x265 package from wily sources: http://packages.ubuntu.com/wily/x265 build libstab from https://launchpad.net/~mc3man/+archive/ubuntu/trusty-media/+packages sources: https://launchpad.net/~mc3man/+archive/ubuntu/trusty-media/+sourcepub/5273238/+listing-archive-extra dpkg -i libx265-dev_1.7-4_armhf.deb libx265-59_1.7-4_armhf.deb libvidstab1.0_1.0~trusty1.3_armhf.deb libvidstab-dev_1.0~trusty1.3_armhf.deb Then download ffmpeg and compile: https://launchpad.net/~mc3man/+archive/ubuntu/trusty-media/+sourcepub/5734739/+listing-archive-extra Install packages: dpkg -i libx265-59_1.7-4_armhf.deb libvidstab1.0_1.0~trusty1.3_armhf.deb ffmpeg_2.8.3+git1~trusty1_armhf.deb || apt-get install -fy Image size is approximately 315Mb. Mono takes lot of space. You can also find example Systemd unit file on image description page.- 16 replies
-
I just installed Emby on a fresh copy of Ubuntu 12.04, did the wizard and everything. But i can't add any folders to the media library. I've tired different folders in the system, even a remote samba share but it still errors. Here's the log 2015-12-06 09:12:35.8704 Info HttpServer: HTTP GET http://192.168.1.120:8096/emby/Environment/ParentPath?path=%2Fmnt%2Fnas%2Ftv. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/4$ 2015-12-06 09:12:35.8704 Info HttpServer: HTTP GET http://192.168.1.120:8096/emby/Environment/DirectoryContents?includeDirectories=true&path=%2Fmnt%2Fnas%2Ftv. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/537.$ 2015-12-06 09:12:35.8753 Info HttpServer: HTTP Response 200 to 192.168.1.11. Time: 4ms. http://192.168.1.120:8096/emby/Environment/ParentPath?path=%2Fmnt%2Fnas%2Ftv 2015-12-06 09:12:35.8874 Info HttpServer: HTTP Response 200 to 192.168.1.11. Time: 16ms. http://192.168.1.120:8096/emby/Environment/DirectoryContents?includeDirectories=true&path=%2Fmnt%2Fnas%2Ftv 2015-12-06 09:12:36.8629 Info HttpServer: HTTP POST http://192.168.1.120:8096/emby/Library/VirtualFolders/Paths?refreshLibrary=true&path=%2Fmnt%2Fnas%2Ftv&name=TV. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/$ 2015-12-06 09:12:36.8759 Info App: Queueing task RefreshMediaLibraryTask 2015-12-06 09:12:36.8759 Info App: Executing Scan media library 2015-12-06 09:12:36.8864 Info App: Validating media library 2015-12-06 09:12:36.8992 Error DtoUtils: ServiceBase<TRequest>::Service Exception *** Error Report *** Version: 3.0.5781.4 Command line: /usr/lib/emby-server/bin/MediaBrowser.Server.Mono.exe -programdata /var/lib/emby-server -restartpath /usr/lib/emby-server/restart.sh Operating system: Unix 3.13.0.32 Processor count: 4 64-Bit OS: True 64-Bit Process: True Program data path: /var/lib/emby-server Mono: 4.2.1 (Stable 4.2.1.102/6dd2d0d Thu Dec 3 22:49:50 UTC 2015) Application Path: /usr/lib/emby-server/bin/MediaBrowser.Server.Mono.exe Value cannot be null. Parameter name: path System.ArgumentNullException at MediaBrowser.Api.Library.LibraryHelpers.AddMediaPath (IFileSystem fileSystem, System.String virtualFolderName, System.String path, IServerApplicationPaths appPaths) <0x40875530 + 0x001c7> in <filename unknown>:0 at MediaBrowser.Api.Library.LibraryStructureService.Post (MediaBrowser.Api.Library.AddMediaPath request) <0x40874b50 + 0x0010f> in <filename unknown>:0 at (wrapper dynamic-method) System.Object:lambda_method (System.Runtime.CompilerServices.Closure,object,object) at ServiceStack.Host.ServiceExec`1+<>c__DisplayClass6[TService].<CreateExecFn>b__5 (System.Object service, System.Object request) <0x4080b5e0 + 0x0002d> in <filename unknown>:0 at ServiceStack.Host.ServiceRunner`1[TRequest].Execute (IRequest request, System.Object instance, ServiceStack.Host.TRequest requestDto) <0x40764500 + 0x003d4> in <filename unknown>:0 2015-12-06 09:12:36.9080 Error HttpServer: Error processing request for /emby/Library/VirtualFolders/Paths?refreshLibrary=true&path=%2Fmnt%2Fnas%2Ftv&name=TV *** Error Report *** Version: 3.0.5781.4 Command line: /usr/lib/emby-server/bin/MediaBrowser.Server.Mono.exe -programdata /var/lib/emby-server -restartpath /usr/lib/emby-server/restart.sh Operating system: Unix 3.13.0.32 Processor count: 4 64-Bit OS: True 64-Bit Process: True Program data path: /var/lib/emby-server Mono: 4.2.1 (Stable 4.2.1.102/6dd2d0d Thu Dec 3 22:49:50 UTC 2015) Application Path: /usr/lib/emby-server/bin/MediaBrowser.Server.Mono.exe Value cannot be null. Parameter name: path ServiceStack.HttpError No Stack Trace Available 2015-12-06 09:12:36.9572 Info HttpServer: HTTP Response 400 to 192.168.1.11. Time: 94ms. http://192.168.1.120:8096/emby/Library/VirtualFolders/Paths?refreshLibrary=true&path=%2Fmnt%2Fnas%2Ftv&name=TV 2015-12-06 09:12:37.1664 Info App: Scan media library Completed after 0 minute(s) and 0 seconds
-
I just started to use emby and I most say that its looking good so far. I'm having some issues though, one in particularly. First some background. I use docker to run emby and have mounted my media to the container, emby is run as a user that have full access to the directory. 1. I can't get the trakt plugin to work. especially watch-state sync from trakt. (most-have) logs: http://pastie.org/private/uhf6mwewxtmxzwpydbm5oq It's alot of "Failed to match" for movies there but i can't see anything about shows. However it seams like it syncing something with all the 2015-11-26 22:34:20.2293 Info - App: Emby.Kodi.SyncQueue: Updating ItemId: 'f5229f5bfbd48c4880ba39121394a4ae' for UserId: 'xxx' in table: 'UserInfoChangedQueue' But there is no change in playstate on the server 2. Live monitor of content change (nice-to-have) Don't know if this is a feature or not, but i would like something like watchdog for kodi that senses when new content is added and adds that to my library instead of having to have the task run every 15 minute. 3. Task triggered by another task. (nice-to-have) If i can get trakt to work i would like to trigger the "import playstate" task when new content is added to library (if i could get #2 to work) or after "scan media library" task. From what I have read this is not possible out of the box. But i was thinking if there was something I could write using emby API. I have not looked in to the API yet, but I'm hoping someone has done something similar or know if it works
-
Hello all, I am having trouble getting live TV to work with Emby. I have Emby (3.0.5781.3) on Ubuntu Server (14.04) with TVHeadend Server (4.0.7), and the TVHeadend plugin for Emby (TVHclient 1.0.5628.29938). I have TVHeadend server setup with my channels, and the network streams work in VLC using the channel URL. I created a user in the access entry named "emby" with a password, and it works because I tested with VLC. When I put the settings into the TVHclient plugin on Emby, it shows the status as "OK". Emby doesn't show any channels on the live TV tab. Am I doing something wrong? Is there a better server for LiveTV setup on linux?
-
When scanning my library to Emby, and the server calls ffprobe to analyze the files, it seems to occasionally hang at this step, resulting in main@htpc:~/.emby-server/logs$ ps -efj | grep ffprobe main 16995 17978 16994 17978 0 11:48 pts/0 00:00:00 grep ffprobe main 26502 20731 20731 20731 0 11:22 ? 00:00:00 /home/main/.emby-server/ffmpeg/20150917/ffprobe -i file:/media/Media2/Music/Roger Waters/Ca Ira/01-06 Act 1_ Scene 2_ Honest Bird, Simple Bird.flac -threads 0 -v info -print_format json -show_streams -show_format running forever at 0% CPU load. The library scan gets stuck there. Any ideas where this might come from?
- 17 replies
-
- ffprobeffmpeg
- ubuntu
-
(and 3 more)
Tagged with:
-
Has anyone tried the init.d script on Ubuntu 14.04 yet? I don't think I have ever gotten one of these init.d scripts to work without modifications, but this new one changed a lot. And from the command prompt I just get and of course PID 3783 will not exist afterwords sudo emby-server start emby-server start/running, process 3783 This is all I get in the syslog Aug 13 13:03:13 CRACKHEADGDK /proc/self/fd/9: DEBUG: EMBYSERVER='/usr/lib/emby-server/emby-server'#012EMBY_BIN='/usr/lib/emby-server/MediaBrowser.Server.Mono.exe'#012EMBY_DATA='/var/lib/emby-server'#012EMBY_PATH='/usr/lib/emby-server'#012EMBY_PIDFILE='/var/run/emby-server.pid'#012EMBY_USER='emby'#012IFS=' #011#012'#012OPTIND='1'#012PATH='/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin'#012PPID='1'#012PS1='# '#012PS2='> '#012PS4='+ '#012PWD='/'#012TERM='linux'#012UPSTART_INSTANCE=''#012UPSTART_JOB='emby-server' Aug 13 13:03:13 CRACKHEADGDK kernel: [ 2690.725826] init: emby-server main process (3719) terminated with status 127 Aug 13 13:03:13 CRACKHEADGDK kernel: [ 2690.725836] init: emby-server main process ended, respawning Aug 13 13:03:13 CRACKHEADGDK kernel: [ 2690.728713] init: emby-server post-stop process (3724) terminated with status 127
-
In the process of installing Emby on Ubuntu Server 14.10, following the process outlined here. I've been able to get the repo setup, although I needed to manually add the proper keys, get the repo cache updated, and install the listed dependencies, but when I go to install the actual emby-server application, it gives me the following: david@plexserver:~$ sudo apt-get install emby-server Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: emby-server : Depends: mono-devel (>= 1.0) but it is not going to be installed Depends: lsb-base (>= 4.1+Debian11ubuntu7) but 4.1+Debian11ubuntu6 is to be installed E: Unable to correct problems, you have held broken packages. I did some investigating, and tried to manually install both mono-devel and lsb-base. Those outputs are below: david@plexserver:~$ sudo apt-get install lsb-base Reading package lists... Done Building dependency tree Reading state information... Done lsb-base is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. david@plexserver:~$ sudo apt-get install lsb-base Reading package lists... Done Building dependency tree Reading state information... Done lsb-base is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. david@plexserver:~$ sudo apt-get install mono-devel Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: mono-devel : Depends: libglib2.0-0 (>= 2.42.0) but 2.40.2-0ubuntu1 is to be installed E: Unable to correct problems, you have held broken packages. Not sure what exactly could be causing this, but I do have mono previously installed, as I'm using Sonarr for grabbing TV Shows. Has anybody run into something similar? EDIT: Sorry about the weird title. Wasn't paying attention.
-
Correct setup of the Emby for Kodi add-on when running on the same machine
Guest posted a topic in Kodi
First of all, let me say that I searched the forum and haven't found anything that covers this topic. I have a few questions regarding the setup of Emby together with Kodi when they are running on the same machine, to be precise, a headless Ubuntu-based HTPC. I scanned my video files to Emby, they show up just fine on the server side. Emby fetches all the artwork properly, including extrafanart and extrathumbs. I use the Kodi addon (1.1.53) and want to get direct playback running as smooth as possible. As said, Kodi runs on the same device with the same user and same filesystem access. But now a few questions arise: 1. Do I need the option to use local paths instead of Emby redirection enabled? When I do not enable that option, Kodi does not see the extrathumbs Emby provides because the skin needs the actual filepath to see them. 2. Will a path substitution solve the issue mentioned above? My video files are stored under /media/Media, will a substitution /media/Media -> /media/Media make a difference? 3. And, next big issue: I know that Kodi handles music different from the video files. How will path substitution and direct playback work here? How does the add-on provide the music cdart to Kodi? Will it set the item.art(discart) property? Again, the problem is that the skin I use right now needs the actual filename path for cdart, extrafanart and extrathumb. It would not be a big problem to change the skin a little, but right now I just don't now how because I don't know what artwork is provided to the music.db directly and which not.-
- kodi
- path substitution
- (and 7 more)
-
I need help with my Ubuntu Emby server. I installed it and it loads up the dashboard. I have set up the paths to my media but they don't show up when I want to view the media. Does anyone know what might be the problem? I am using Ubuntu 14.03 LTS. Optiplex 755 with 4 GB of RAM. 2.4 Ghz C2Quad CPU.
-
Hi guys, I don't know where to open Troubletickets for Emby, so I will try it in this forum. My Emby installation is running on Ubuntu Server 14.04 LTS 64-Bit. For testing purposes I installed the Trailers Plugin, which I wanted to remove later on. I clicked the Uninstall button and the server stated to restart Emby. When I issued "sudo service mediabrowser restart" on the server console and logged back in to the web interface, the Trailers Plugin was still there. How can I remove the Trailers plugin from my installation? Am I missing something? Regards, Bondfreak
-
I am running Kodi with the Emby plugin. When I first start up random movies start playing. I can stop them but another starts a few seconds later. 08:01:14 T:139992002877184 NOTICE: Parameter string: ?id=51da60eeb824a21f819c47508b1c40d4&mode=play 08:01:14 T:139992002877184 NOTICE: PLAY Called 08:01:14 T:139992002877184 NOTICE: Thread LanguageInvoker start, auto delete: false 08:01:14 T:139992002877184 NOTICE: -->Python Interpreter Initialized<-- 08:01:15 T:139992002877184 NOTICE: Parameter string: 08:01:15 T:139992002877184 NOTICE: Thread LanguageInvoker start, auto delete: false 08:01:15 T:139992002877184 NOTICE: -->Python Interpreter Initialized<-- 08:01:16 T:139992002877184 NOTICE: Parameter string: ?id=2887c74b6808d3ef5abc9ca9948a9aac&mode=play 08:01:16 T:139992002877184 NOTICE: PLAY Called 08:01:16 T:139992002877184 NOTICE: Thread LanguageInvoker start, auto delete: false 08:01:16 T:139992002877184 NOTICE: -->Python Interpreter Initialized<-- 08:01:17 T:139992002877184 NOTICE: Parameter string: 08:01:17 T:139992002877184 NOTICE: Thread LanguageInvoker start, auto delete: false
-
Hi, I am currently having an issue with Ubuntu 14.04 library scanning, I am on the third attempt now and it still seems to be getting stuck, I have tailed /var/lib/emby-server/logs/ I can see the get requests and some thumbs being created but after a while it just stops for no real reason, any help would be greatly appreciated, don't want to go back to plex!!!
-
Hi. I have some problems and questions with Emby on my N54l. At first - I'm just learning ubuntu and Emby and I may don't know some simple things and don't know which logs should I add here. Currently I'm using Emby as mediaserver, Kodi 15 on my ODROID C1 ubuntu as main player and emby web interface on my workstation. I can't install new Emby addon for Kodi 15. When I open Beta repo - It doesn't show any addons for my Kodi. Before start I uninstalled old plugin. skin and old repo from Kodi. I think the problem is my Kodi 15 (development build) but I stuck with it as only Kody with odroid support. Emby settings told me what it wouldn't use transcoding if it doesn't needed. I can easylly play any video (even 1080p) directly with samba sharing (through gigabit network and wi-fi) on my workstation and my odroid. With all things running on my server it's hardly uses 2-4% of server CPU. But when I try to use Emby web on workstation - it starts to transcode video and eats 100% CPU and can play only 720p with 1MB/s. It is OK when I play video through internet from my parents house and may be good enough for N54l CPU, but for local gigabit network this quality is too low. If I use any better quality video freezes. I thought what if I use max resolution and bitrate for current video it should play it directly without transcoding, but I was wrong. It is just stops playing. I tried Plex instead of Emby and it works well, but I want to run Emby here. If I try to play video (even 480p) with old kodi plugin it doesn't play anything at all, just Freezes my odroid (I know there was emby plugin update for ARM, but look at issue#1 here). I can't understand why Emby thinks it should use transcoding. What settings I should change for letting me play 1080p directly? I know I can use network path to media folders instead of local paths and it should help me somehow but here is issue number 3. I shared my server media folders with samba and can access their content wih Win7 or ubuntu and Kodi on odroid. But when I try to set this network paths (like "\\192.168.0.10\media\video\tvshow" or "\\Zserver\media\video\tvshow") for my Emby media library - Emby web just says path doesn't exist and still uses old local path ("root\Zdata\media\video\tvshow"). If I try to specify path through web interface - it shows nothing: no my server, no my workstation shared folders, just blank space. I saw somewhere what network path to media folders could solve my issue #2 so I'd like to know what am I have missed here. Sometimes when idle Emby stops responding through web and "//192.168.0.10:8096/mediabrowser" says page doesn't exist. Even "service mediabrowser restart" can't help. Only solution for me is restart whole server. I think I should add log file here, but don't know which one. Also sometimes Emby web stops responding to mouse klicks in firefox. I have Adblock and NoScript installed but they both are off for 192.168.0.10. If I use chrome instead all looks fine, but chrome is not my preferred browser. Is there any solution for this? hardware specs: If I need provide any logs - just ask.
-
Hi Since new ppa (Version 3.0.5621.3) and the recently updated ubuntu install method (for Version 3.0.5621.4), emby server on Ubuntu 14.04 server presents a Guid should contain 32 digits with 4 dashes error if: try to add a setting to a current or new user try to add a new plugin Here's the error presented when adding an option to a current user: 015-05-30 10:28:11.7699 Error - DtoUtils: ServiceBase<TRequest>::Service Exception *** Error Report *** Version: 3.0.5621.4 Command line: /opt/emby-server/MediaBrowser.Server.Mono.exe -programdata /var/lib/emby Operating system: Unix 3.13.0.52 Processor count: 1 64-Bit OS: True 64-Bit Process: True Program data path: /var/lib/emby Mono: 4.0.1 (tarball Tue May 26 04:28:10 UTC 2015) Application Path: /opt/emby-server/MediaBrowser.Server.Mono.exe Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx). System.FormatException at System.Guid+GuidResult.SetFailure (ParseFailureKind failure, System.String failureMessageID, System.Object failureMessageFormatArgument, System.String failureArgumentName, System.Exception innerException) [0x00000] in <filename unknown>:0 at System.Guid+GuidResult.SetFailure (ParseFailureKind failure, System.String failureMessageID) [0x00000] in <filename unknown>:0 at System.Guid.TryParseGuidWithNoStyle (System.String guidString, System.GuidResult& result) [0x00000] in <filename unknown>:0 at System.Guid.TryParseGuid (System.String g, GuidStyles flags, System.GuidResult& result) [0x00000] in <filename unknown>:0 at System.Guid..ctor (System.String g) [0x00000] in <filename unknown>:0 at MediaBrowser.Server.Implementations.Library.UserManager.GetUserById (System.String id) [0x00000] in <filename unknown>:0 at MediaBrowser.Api.UserService+<PostAsync>c__async4.MoveNext () [0x00000] in <filename unknown>:0 2015-05-30 10:28:11.7702 Error - HttpServer: Error processing request for /emby/Users/f67e8bfc164e48b8940c911ff981f511 *** Error Report *** Version: 3.0.5621.4 Command line: /opt/emby-server/MediaBrowser.Server.Mono.exe -programdata /var/lib/emby Operating system: Unix 3.13.0.52 Processor count: 1 64-Bit OS: True 64-Bit Process: True Program data path: /var/lib/emby Mono: 4.0.1 (tarball Tue May 26 04:28:10 UTC 2015) Application Path: /opt/emby-server/MediaBrowser.Server.Mono.exe Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx). ServiceStack.HttpError No Stack Trace Available
-
I am having an issue with Scheduled Tasks in Ubuntu. The version of Emby I am using is 3.0.5607.2 and Ubuntu 14.04.2 LTS (GNU/Linux 3.13.0-53-generic x86_64) Whenever I try to add a "trigger" for Scheduled tasks, I get a messages stating "Task not found" and none of my scheduled tasks run according to the schedules that are currently there. For example, "Check for application updates" has default values of "Every 24 Hours" and "On application startup". I have tried to modify these values and add new triggers but they result in either "Task not found" or no message at all but they do not get added. I have done a complete re-install of Emby from the new PPA, wiped my /var/lib/emby/ folder completely and started from scratch but still experiencing the same issues. I have also tried adding the Trakt addon but cannot setup any triggers as well. The values that are there (for example "Check for application updates" and "Every 24 Hours") do not run according the schedule. These tasks do run on application startup however. Any suggestions about how to correct this problem? http://pastebin.com/eByVG8wE
-
Summary of the random crashing problem on Ubuntu and Debian
thefirstofthe300 posted a topic in Linux
If you are running an Ubuntu or Debian server and mono version 3.10 or older or 4.0 or newer and are experiencing random crashing of Emby with no errors in your logs, you might be experiencing an issue related to a bug in the kernel. Finally one of the Sonarr devs popped in and helped us figure out a possible solution to the problem. (that quote is from http://emby.media/community/index.php?/topic/19955-emby-crashing-ubuntu-server/page-5&do=findComment&comment=207271) Once users started upgrading their kernels to as new as 4.0, they reported that the stability of Emby has greatly improved. Here are some instructions on how to upgrade your kernel without having to do a distro upgrade: http://askubuntu.com/questions/119080/how-to-update-kernel-to-the-latest-mainline-version-without-any-distro-upgrade Also, a few users reported that they were still experiencing crashed even though they weren't running Emby in a VM. Many of them also reported that a kernel upgrade actually fixed their problem. If you are still having issues with Emby crashing after a kernel upgrade and you don't know why, please let us know.- 5 replies
-
- 4
-
- random
- random-crashing
-
(and 3 more)
Tagged with:
-
So, I have previously used XBMC for a year and have been using Plex for a few months. This week I installed Emby. Server is running on Ubuntu 15.04 64 bit. Android app connects and can browse media and send to Chromecast without difficulty. Unfortunately search facility in android app doesn't seem to work at all. I get no response, no results, no progress bar or error notice whether I click on enter or on the magnifier icon. Clearly something is happening though because sometimes a previous search from several occasions ago will show up briefly when i try to do a new search and artists I have searched for get added to the live mix list. Search via web browser is almost instantaneous with results. What gives?
-
Hi guys, I'd really like to upgrade my rather old Kodi HTPC setup by replacing the backend with Mediabrowser. I like the possibility to watch on multiple devices in my home network without keeping media databases in sync. So what I did was installing Mediabrowser on my Ubuntu server (HP N36L) for testing before buying a faster server (for transcoding). I am running into the problem that I cannot playback any content without transcoding being in place. The library is set up using linux local paths ( /media/Storage/movies ). I configured path substitution so that the clients can access the files directly. This is the point where I am not sure why transcoding is still in place. I tried the following configurations for substitution None of these worked for the web client on my Macbook (using Google Chrome), since I still see the bandwidth settings in the top right corner. All the options also didn't work for a Windows 7 client using Firefox. I did not test the following clients yet. Kodi, iPhone, iPad. My server can provide access to the media files via NFS, AFP or SMB. Can anyone help me troubleshoot the setup so I can playback with direct file access? Is it even possible that devices with different OS can playback with direct file access at the same time? Regards, Bondfreak
-
I'm on version 3.0.5557.20000 and am having a problem streaming movies through EMBY connect. When i try to stream a movie i get an error: As soon as that error pops up this is outputted to the log file: 2015-04-04 13:15:44.9904 Error - NotFoundHttpHandler: 10.26.9.3:8096 Request not found: /Items/9183b1456a4fd9dc78eb45b1f1049a4f/PlaybackInfo?UserId=e4fafe12771947c5e7923375b97685f4&StartTimeTicks=0 I'm able to stream from within the LAN and from WAN using my WAN IP, It just doesn't seem to work through EMBY connect. Any ideas? server-63563702400.txt
-
I'm a n00b at Media Browser, so maybe I'm just missing a setting or something, but is it possible to send photos from the (Ubuntu) server, via the Android app, to a Chromecast? Same as I can do with video files. If it can cast photos them I'm sold and will become a life member as I'm fed up with Plex not finding some of my media. Thanks!
-
Hey all. I looked around but couldn't really find anything related to this specifically: When I play a file containing Subtitles in the web browser player, they always show with a black backdrop. Is there any way to remove this backdrop? I have had multiple people confirm that it happens when viewing through their browsers. If that's not supposed to happen, why might it happen and has anyone been able to fix this? The PC running the MediaBrowserServer is an Ubuntu 14.04.2 LTS system. For reference, here's a sample MediaInfo for a file which exhibits this behavior when played (quality setting: Direct) through the browser: General Format : Matroska Format version : Version 2 File size : 322 MiB Duration : 23mn 39s Overall bit rate : 1 899 Kbps Attachements : AppleGaramond.ttf / AppleGaramond-Light.ttf / arial.ttf / BISONPRR.TTF / CronosPro-Capt.otf / ElicitSSK-Bold.ttf / HATTEN.TTF / PIXEARG.TTF / TOARUmincho.ttf Video ID : 1 Format : AVC Format/Info : Advanced Video Codec Format profile : High@L4.1 Format settings, CABAC : Yes Format settings, ReFrames : 9 frames Codec ID : V_MPEG4/ISO/AVC Duration : 23mn 39s Width : 1 280 pixels Height : 720 pixels Display aspect ratio : 16:9 Frame rate mode : Constant Frame rate : 23.976 fps Color space : YUV Chroma subsampling : 4:2:0 Bit depth : 8 bits Scan type : Progressive Title : H.264 720p HDTV Writing library : x264 core 114 r1924+495 ccd7045 Encoding settings : cabac=1 / ref=9 / deblock=1:1:1 / analyse=0x3:0x133 / me=umh / subme=10 / psy=1 / fade_compensate=0.80 / psy_rd=0.40:0.00 / mixed_ref=1 / me_range=24 / chroma_me=1 / trellis=2 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=0 / chroma_qp_offset=-2 / threads=6 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / constrained_intra=0 / fgo=5 / bframes=10 / b_pyramid=2 / b_adapt=2 / b_bias=0 / direct=3 / weightb=1 / open_gop=0 / weightp=2 / keyint=250 / keyint_min=23 / scenecut=40 / intra_refresh=0 / rc_lookahead=60 / rc=crf / mbtree=1 / crf=18.0 / qcomp=0.60 / qpmin=0 / qpmax=69 / qpstep=4 / ip_ratio=1.40 / aq=1:0.60 Language : Japanese Default : No Forced : No Audio ID : 2 Format : AAC Format/Info : Advanced Audio Codec Format profile : LC Codec ID : A_AAC Duration : 23mn 39s Channel(s) : 2 channels Channel positions : Front: L R Sampling rate : 48.0 KHz Compression mode : Lossy Title : AAC 2.0 Language : Japanese Default : No Forced : No Text ID : 3 Format : ASS Codec ID : S_TEXT/ASS Codec ID/Info : Advanced Sub Station Alpha Compression mode : Lossless Title : Styled Subtitles Language : English Default : Yes Forced : No Menu 00:00:00.000 : en:Prologue 00:01:03.564 : en:Part A 00:10:32.966 : en:Opening 00:12:02.889 : en:Part B 00:22:09.870 : en:Ending Any help would be appreciated. Thanks!
- 6 replies
-
- subtitle
- mediabrowserserver
-
(and 1 more)
Tagged with:
-
Hi all, I've been trying to figure out why HTTPS doesn't work on my ubuntu server for the last few days and no luck unfortunately. Does anyone know (devs would be super useful) if this is supported on Linux (Ubuntu) at all? On my windows PC it works fine however on my Ubuntu server (14.04 LTS) and VM (Ubuntu 14.04.2 LTS) the connection is dropped almost instantly (I don't even see the page). EDIT: I have firewall turned off Telnet doesn't even seem to work either, everything you see in the terminal. Please see the below screenshots. Thank you! Chrome Firefox Telnet Any help would be greatly appreciated! Otherwise I'm really enjoying MediaBrowser and will likely use it over Plex if this feature works for me! Cheers, Glaive
-
Hello, new to the community. Just installed MB3 on Ubuntu-based NAS trying to replace PLEX. Have trouble with a lot of older video files. Problems are: They play under Firefox, but the progress bar is not in action... always full and not dragable. They do not play on Android... tried external player and saw a stream.ts to be downloaded. Do I miss any sort of video decoder on Ubuntu? I installed ubuntu-restricted-extras and all these videos play correctly in Totem... Thanks for any advise.
-
Hello everybody, I thought it would be nice to provide a ready 'import-n-play' image that would be added to the server downloads for those who loves Linux but still want to stay on their Windows Desktop, so I've installed Media Browser for Ubuntu on Oracle VM open source VirtualBox, most of customization are setup already but you are still able to amend yours to meet your personal needs, like subtitle desired language to download, enable/disable cinema mood and setup local/internet trailers: The setup is as follows: Ubuntu Login: Username: master Password: mediabrowser Network settings: IP address: 192.168.1.195 Subnet: 255.255.255.0 Gateway: 192.168.1.1 DNS: 8.8.8.8, 8.8.4.4 HDD capacity is: 1.00 TB dynamically allocated storage, so make sure to place the VDI file in a partition with enough space for automatic expansion. You can amend your settings by modifying the file: /etc/network/interfaces Folders Hierarchy: -------- home ----- master ----- mediabrowser_files (that contains all metadata, cache, transcoding, and custom intros files arranged in folders by a descriptive name) ---- cache ---- custom_intros ---- downloads_monitor ---- metadata ---- studio_images ---- transcoding_temp ----- mediabrowser_data (that contains the actual media files, movies, TV Shows, etc arranged in folders by a descriptive name) ---- home.videos ---- kids.movies ---- movies ---- music ---- music.videos ---- photos ---- tv.shows point your browser to: http://192.168.1.195:8096/mediabrowser and enjoy your streaming. Download Link: https://www.dropbox.com/s/fxvw8amhh89on58/Media%20Browser.zip?dl=0 regards, Basem
- 3 replies
-
- virtualbox
- downloads
-
(and 5 more)
Tagged with: