Jump to content

Playback Error Ubuntu Server 14


Recommended Posts

alangregory
Posted

Updated to 3.0.5913.0 and can't play any media.

 

Log error follows. missing argument for  "-noaccurate_seek"

/usr/bin/ffprobe -fflags +genpts -noaccurate_seek -i file:"/discos/media03/MEDIA/FILMES/Jogos Vorazes: A Esperança - O Final (2015)/Jogos Vorazes: A Esperança - O Final.mkv" -map 0:0 -map 0:1 -map -0:s -codec:v:0 copy -bsf:v h264_mp4toannexb -copyts -avoid_negative_ts disabled -start_at_zero -map_metadata -1 -threads 0 -codec:a:0 libmp3lame -ac 2 -ab 320000 -af "aresample=async=1,volume=2" -y "/var/lib/emby-server/transcoding-temp/cbb21c86af31b39c8c00bf87de5fbc42.mkv"


avprobe version 9.18-6:9.18-0ubuntu0.14.04.1, Copyright (c) 2007-2014 the Libav developers
  built on Mar 16 2015 13:19:10 with gcc 4.8 (Ubuntu 4.8.2-19ubuntu1)
Failed to set value '-i' for option 'noaccurate_seek'
Posted

Hi, you need to update your ffmpeg.

 

FYI - we have not done any testing with libav as an alternative. Yes I know it's supposed to work the same, but we haven't tested it so we can't really attest to it working or not.

alangregory
Posted (edited)

Hi, you need to update your ffmpeg.

 

FYI - we have not done any testing with libav as an alternative. Yes I know it's supposed to work the same, but we haven't tested it so we can't really attest to it working or not.

/usr/bin/ffprobe -fflags +genpts -noaccurate_seek -i file:"/discos/media03/MEDIA/FILMES/Jogos Vorazes: A Esperança - O Final (2015)/Jogos Vorazes: A Esperança - O Final.mkv" -map 0:0 -map 0:1 -map -0:s -codec:v:0 copy -bsf:v h264_mp4toannexb -copyts -avoid_negative_ts disabled -start_at_zero -map_metadata -1 -threads 0 -codec:a:0 libmp3lame -ac 2 -ab 320000 -af "aresample=async=1,volume=2" -y "/var/lib/emby-server/transcoding-temp/51572c67502344fb5d0c4f3b6b45ca74.mkv"


ffprobe version N-52954-g295de3e-static http://johnvansickle.com/ffmpeg/  Copyright (c) 2007-2016 the FFmpeg developers
  built with gcc 5.3.1 (Debian 5.3.1-8) 20160205
  configuration: --enable-gpl --enable-version3 --disable-shared --disable-debug --enable-runtime-cpudetect --enable-libmp3lame --enable-libx264 --enable-libx265 --enable-libwebp --enable-libspeex --enable-libvorbis --enable-libvpx --enable-libfreetype --enable-fontconfig --enable-libxvid --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvo-amrwbenc --enable-gray --enable-libopenjpeg --enable-libopus --enable-libass --enable-gnutls --enable-libvidstab --enable-libsoxr --enable-frei0r --enable-libfribidi --disable-indev=sndio --disable-outdev=sndio --enable-librtmp --enable-libmfx --cc=gcc
  libavutil      55. 17.103 / 55. 17.103
  libavcodec     57. 24.102 / 57. 24.102
  libavformat    57. 25.100 / 57. 25.100
  libavdevice    57.  0.101 / 57.  0.101
  libavfilter     6. 31.100 /  6. 31.100
  libswscale      4.  0.100 /  4.  0.100
  libswresample   2.  0.101 /  2.  0.101
  libpostproc    54.  0.100 / 54.  0.100
Failed to set value '-i' for option 'noaccurate_seek': Option not found
 
FFprobe from emby folder
Edited by alangregory
Posted

you don't make that call to ffprobe. transcoding calls should go into ffmpeg. sounds like your command line parmas are reversed.

alangregory
Posted

you don't make that call to ffprobe. transcoding calls should go into ffmpeg. sounds like your command line parmas are reversed.

 

I'll do a fresh install, it was a long time without updating.

alangregory
Posted

Fresh install did the trick. For some reason emby was using ffprobe instead of ffmpeg.

  • Like 1

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