cherup 3 Posted February 23, 2017 Posted February 23, 2017 (edited) I tried to stream a video I receive the following message: "libx265.so.102" not found, required by "libavcodec.so.57" This does neither work with the plugin nor with the normal freebsd version. Not sure if the video is not working or something else I am running the latest server version.... any ideas ? /usr/local/bin/ffmpeg -i file:"/media/movie/Star.Trek.Beyond.2016.3D.HSBS.German.DTS.5.1.DUBBED.DL.1080p.BluRay.x264-PS/ps-st.beyond.hsbs.mkv" -map 0:0 -map 0:1 -codec:v:0 libx264 -force_key_frames "expr:gte(t,n_forced*5)" -copyts -avoid_negative_ts disabled -start_at_zero -pix_fmt yuv420p -preset superfast -crf 23 -maxrate 10552000 -bufsize 21104000 -vsync -1 -profile:v high -level 4.1 -x264opts:0 subme=0:rc_lookahead=10:me_range=4:me=dia:no_chroma_me:8x8dct=0:partitions=none -filter_complex "[0:3]scale=1920:808 ; [0:0] overlay" -map_metadata -1 -map_chapters -1 -threads 0 -codec:a:0 ac3 -ac 6 -ab 384000 -af "aresample=async=1" -y "/var/db/emby-server/transcoding-temp/e05f3806a7e1147ba9feb42798079cfd.mkv"Shared object "libx265.so.102" not found, required by "libavcodec.so.57" I have done some more checks. This file is playing with my android device, but it not working when I have connected my phone via chromecast. So maybe an issue with the chromecast connection... ? Maybe someone can help here. server.log Edited February 23, 2017 by cherup
woodsb02 17 Posted February 23, 2017 Posted February 23, 2017 For the FreeBSD version of emby: On 18th February at 7:42pm the FreeBSD port for x255 was updated from 2.2 to 2.3. The file changed from: lib/libx265.so.102 to: lib/libx265.so.110 https://svnweb.freebsd.org/ports/head/multimedia/x265/pkg-plist?r1=431774&r2=434379 The ffmpeg port was given a version bump to force a recompile against the new version at 9:35pm (2 hours later): https://svnweb.freebsd.org/ports/head/multimedia/ffmpeg/Makefile?r1=434322&r2=434384 It looks like you are using an x265 package that was built in this 2 hour time window. What port building / package software are you using? Can you try upgrade everything again? (Particularly ffmpeg)
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now