Jump to content

Search the Community

Showing results for tags 'raspberry'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements
    • Emby Premiere Purchase/Subscription Support
    • Feature Requests
    • Tutorials and Guides
  • Emby Server
    • General/Windows
    • Android Server
    • Asustor
    • FreeBSD
    • Linux
    • NetGear ReadyNAS
    • MacOS
    • QNAP
    • Synology
    • TerraMaster NAS
    • Thecus
    • Western Digital
    • DLNA
    • Live TV
  • Emby Apps
    • Amazon Alexa
    • Android
    • Android TV / Fire TV
    • Windows & Xbox
    • Apple iOS / macOS
    • Apple TV
    • Kodi
    • LG Smart TV
    • Linux & Raspberry Pi
    • Roku
    • Samsung Smart TV
    • Sony PlayStation
    • Web App
    • Windows Media Center
    • Plugins
  • Language-specific support
    • Arabic
    • Dutch
    • French
    • German
    • Italian
    • Portuguese
    • Russian
    • Spanish
    • Swedish
  • Community Contributions
    • Ember for Emby
    • Fan Art & Videos
    • Tools and Utilities
    • Web App CSS
  • Testing Area
    • WMC UI (Beta)
  • Other
    • Non-Emby General Discussion
    • Developer API
    • Hardware
    • Media Clubs

Blogs

  • Emby Blog

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

  1. CoLo

    impossible to reproduce movie

    Hello guys, i have a problem with my emby server and kodi ( a raspberry pi model 3b with OSMC ) I've installed the kodi emby addon, but i'm unable to reproduce any movie from Kodi i have the list of all movies, but when i try to reproduce one of those movie, nothing happen.. maybe someone here can help me.. i don't really know how to go ahead I tried with: Openelec OSMC Raspbian + kodi i was not able to run successfully the kodi emby addon in this moment my current setup is: Kodi emby addon 2.2.10 OSMC with Kodi 16.1 Emby server version: 3.0.5972.0 on Ubuntu 16.04 Attached you can find the kodi logs kodi.log Thank so much Cheers, Marco
  2. Hi guys, as the tittle says, can you recommend me the best settings for the Emby addon for Kodi. I have been using it for a while now and it works great, altough a little bit slow the first time it syncs the database, however, lately I've been getting the " Library Sync Thread Has Exited! You should restart Kodi now" so I have to repair the local database to fix the error, which takes a while to complete. So after reading a few forum posts about the error, it seems that it could be related to the items requested to the server and/or artwork cache threads. I have not changed any settings before and always used the default settings. So can you tell me which settings I should change to improve the performance of the Emby addon on a Raspberry Pi 1 (Single core, 700 MHz, overclocked to 1150 MHz). Thanks.
  3. Not entirely sure where this is best placed, so I'll start here. I have Emby Server up and running on a Raspberry Pi 2 (YEAH!!!). The Raspberry Pi is reading a drive on a HOME SERVER that contains all my media. Seems to be working great. Then I have a HTPC running in my theater with Emby for WMC running and looking at the RPi. The library comes up fine, and all the artwork displays beautifully. But when I select a movie, and hit PLAY, nothing happens. It acts like it wants to start, I get a progress bar showing length of movie and the thumbnail, but nothing ever plays. I get no error or anything, just a blank dark screen. The movies play fine in straight WMC without using EMBY, so I'm not sure where it's falling apart. Any ideas welcome! And if this should be in a different area, let me know. Thank You Sean
  4. Hello Community, I have installed the recent release Version 3.0.5782.0 on a Raspberry Pi with OSMC Jessie. The Movie-Database is working fine. But when I try to download a movie (I've tried with FF and Google Chrome) the memory usage increases over 80% and the emby-server crashes (emby-server service stops) after maximum 70 MB. The strange is, when I try to download with a android phone the download works and the memory usage stays on about 50%. In the version before I didn't have this issue. Somebody have an idea what is going on?
  5. 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.
  6. Hello, I am running EMBY server Versie 3.0.5781.2 on WINDOWS 8.1 OSMC (OSMC_TGT_rbp2_20151027.img) on a RASPBERRY 2 with EMBY.KODI plugin (repository.emby.kodi-1.0.2.zip) Things seem to work nicely, and movies library metadata is synced to KODI. However, when it starts syncing my music library (+/- 35.000 tracks), KODI crashes around track 2500 and starts up again. Syncing starts then over, but crashes again and so on.... I don't seem to have this problem with EMBY.KODI plugin on KODI installed on a windows machine. Is the RPI2 not powerfull enough to run large libraries of music? But I don't have any problem either if I run plain KODI on the RPI2, or PLEX on the RPI2 pointing to the same music library Anybody with same experience? kind regards, Bart
  7. Hi! TLDR: Good news: Emby-Server on Rpi2! Bad news: Frequent crashes! Also: Me no understand because of Noob. Been reading up on Emby and thought I might try it on my Raspberry Pi 2 running debian (Well, running OSMC which is based off of Debian Jessie). Easier said than done! I couldn't really find anyone who'd been successful at it, but what the hell! Over at the OSMC forums me and one of the support guys from OSMC played around with it: https://discourse.osmc.tv/t/emby-server-osmc-on-rpi2/6274/ This morning I finally got it working by following the manual installation instructions for linux. Mediainfo was installed already (through apt-get) mono, imagemagick and sqlite3 were installed through aptitude, being careful so as to not accept any solutions that cancelled one of the others out (this was especially tricky with mono). Ffmpeg was built from source (which took ages and ages on the rpi2): sudo aptitude remove ffmpeg cd /usr/src sudo mkdir ffmpeg sudo chown `whoami`:users ffmpeg git clone git://source.ffmpeg.org/ffmpeg.git ffmpeg cd ffmpeg ./configure make sudo make install and then I changed the config files accordingly and ran with mono MediaBrowser.Server.Mono.exe -ffmpeg “/usr/src/ffmpeg/ffmpeg” -ffprobe “/usr/src/ffmpeg/ffprobe” Finally it was alive! It throws a few errors during startup: Info, ImageMagick, ImageMagick version: ImageMagick 6.8.9-9 Q16 arm 2015-01-05 http://www.imagemagick.org Error, ImageMagick, Error loading webp: *** Error Report *** Version: 3.0.5675.1 Command line: /opt/MediaBrowser/MediaBrowser.Server.Mono.exe -ffmpeg “/usr/src/ffmpeg/ffmpeg” -ffprobe “/usr/src/ffmpeg/ffprobe” Operating system: Unix 3.18.13.1 Processor count: 4 64-Bit OS: False 64-Bit Process: False Program data path: /opt/MediaBrowser/ProgramData-Server Mono: 3.2.8 (Debian 3.2.8+dfsg-10) Application Path: /opt/MediaBrowser/MediaBrowser.Server.Mono.exe delegate failed `"cwebp" -quiet -q %Q "%i" -o "%o"' @ error/delegate.c/InvokeDelegate/1310 ImageMagickSharp.WandException at ImageMagickSharp.WandCore`1[ImageMagickSharp.MagickWand].CheckError (Boolean status) [0x00000] in <filename unknown>:0 at ImageMagickSharp.MagickWand.SaveImage (System.String path) [0x00000] in <filename unknown>:0 at Emby.Drawing.ImageMagick.ImageMagickEncoder.TestWebp () [0x00000] in <filename unknown>:0 and Error, HttpServer, Exception loading certificate: /opt/MediaBrowser/ProgramData-Server/ssl/cert_9c31b7884ea5475c8687970fc5996297.pfx *** Error Report *** Version: 3.0.5675.1 Command line: /opt/MediaBrowser/MediaBrowser.Server.Mono.exe -ffmpeg “/usr/src/ffmpeg/ffmpeg” -ffprobe “/usr/src/ffmpeg/ffprobe” Operating system: Unix 3.18.13.1 Processor count: 4 64-Bit OS: False 64-Bit Process: False Program data path: /opt/MediaBrowser/ProgramData-Server Mono: 3.2.8 (Debian 3.2.8+dfsg-10) Application Path: /opt/MediaBrowser/MediaBrowser.Server.Mono.exe Input data cannot be coded as a valid certificate. System.Security.Cryptography.CryptographicException at Mono.Security.X509.X509Certificate.Parse (System.Byte[] data) [0x00000] in <filename unknown>:0 at Mono.Security.X509.X509Certificate..ctor (System.Byte[] data) [0x00000] in <filename unknown>:0 at System.Security.Cryptography.X509Certificates.X509Certificate2.Import (System.Byte[] rawData, System.String password, X509KeyStorageFlags keyStorageFlags) [0x00000] in <filename unknown>:0 at System.Security.Cryptography.X509Certificates.X509Certificate2.Import (System.String fileName, System.String password, X509KeyStorageFlags keyStorageFlags) [0x00000] in <filename unknown>:0 at System.Security.Cryptography.X509Certificates.X509Certificate2..ctor (System.String fileName) [0x00000] in <filename unknown>:0 at SocketHttpListener.Net.EndPointListener.LoadCertificateAndKey (System.Net.IPAddress addr, Int32 port, System.String certificateLocation) [0x00000] in <filename unknown>:0 InnerException: System.Security.Cryptography.CryptographicException Input data cannot be coded as a valid certificate. at Mono.Security.X509.X509Certificate.Parse (System.Byte[] data) [0x00000] in <filename unknown>:0 But starts and the web-ui seems snappy enough, I can play around with settings etc for a few minutes but then it consistently crashes. Maximum it reaches about 29% of the media library scan. The error messages vary slightly but they all look sort of like this: UnhandledExceptionThe task has already completed System.InvalidOperationException at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.SetResult () [0x00000] in <filename unknown>:0 at MediaBrowser.Server.Implementations.Persistence.SqliteItemRepository+<UpdatePeople>d__3c.MoveNext () [0x00000] in <filename unknown>:0 at (wrapper unbox) MediaBrowser.Server.Implementations.Persistence.SqliteItemRepository/<UpdatePeople>d__3c:MoveNext () at System.Threading.Tasks.AwaiterActionContinuation.Execute () [0x00000] in <filename unknown>:0 at System.Threading.Tasks.Task.ProcessCompleteDelegates () [0x00000] in <filename unknown>:0 at System.Threading.Tasks.Task.Finish () [0x00000] in <filename unknown>:0 at System.Threading.Tasks.Task.ThreadStart () [0x00000] in <filename unknown>:0 at System.Threading.Tasks.Task.Execute () [0x00000] in <filename unknown>:0 at System.Threading.Tasks.TpScheduler.TaskExecuterCallback (System.Object obj) [0x00000] in <filename unknown>:0 Shutting down finalizer thread timed out. Segmentation fault oh and the media library is pointed to a mounted network share (through FStab) I literally have no idea where to go from here, I'm totally new to linux and atm I just feel I've hit a dead end. Has anyone got any suggestions where to go from here? EDIT: Changed command to sudo mono MediaBrowser.Server.Mono.exe -ffmpeg “/usr/local/share/man/man1/ffmpeg.1” -ffprobe “/usr/local/share/man/man1/ffprobe.1” To see if a) sudo would help not to run from source directory but installation directory. Checking the logs I get a whole lot of errors regarding ffprobe "error starting ffprobe" and "error in ffprobe". I enabled debug logging, dunno if that's why I got a more detailed shell output but the latest crash reads: UnhandledException The task has already completed System.InvalidOperationException at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.SetResult () [0x00000] in <filename unknown>:0 at MediaBrowser.Server.Implementations.Persistence.SqliteItemRepository+<UpdatePeople>d__3c.MoveNext () [0x00000] in <filename unknown>:0 at (wrapper unbox) MediaBrowser.Server.Implementations.Persistence.SqliteItemRepository/<UpdatePeople>d__3c:MoveNext () at System.Threading.Tasks.AwaiterActionContinuation.Execute () [0x00000] in <filename unknown>:0 at System.Threading.Tasks.Task.ProcessCompleteDelegates () [0x00000] in <filename unknown>:0 at System.Threading.Tasks.Task.Finish () [0x00000] in <filename unknown>:0 at System.Threading.Tasks.Task.ThreadStart () [0x00000] in <filename unknown>:0 at System.Threading.Tasks.Task.Execute () [0x00000] in <filename unknown>:0 at System.Threading.Tasks.TpScheduler.TaskExecuterCallback (System.Object obj) [0x00000] in <filename unknown>:0 Shutting down finalizer thread timed out. Stacktrace: Native stacktrace: Debug info from gdb: ================================================================= Got a SIGSEGV while executing native code. This usually indicates a fatal error in the mono runtime or one of the native libraries used by your application. =================================================================
  8. Hello everyone, I am looking for a little guidance. I recently purchased a Raspberry Pi 2. What I want is to install MB on the Pi, and connect an external hard drive to create a media server that can be accessed by anyone on my network via the MB web interface or smartphone app. The issue that I am having trouble with is installing the server on Pi 2. I started out with Raspbian and tried to install MB using the new debian instructions, thinking that Raspbian is a fork of debian. However, this did not work. I got to thinking, Pi runs on ARM, so I'm (pretty) sure the traditional debian packages wont work? I also tried the manual install instructions, but ran into issues when trying to start the server using the mono command. I have seen people on this forum say that they have MB running on a Pi. My question is what OS and instruction set should I use to get this working? I am thinking of trying Pidora or Arch Linux next, if need be. I really have no preference as to what OS I use, this Pi's sole purpose will be to run a media server. Thanks, Tanner
×
×
  • Create New...