[FFmpeg-trac] #43(avformat:open): JACK input device doesn't link on OS X

FFmpeg trac at avcodec.org
Sat Dec 19 13:50:06 CET 2015


#43: JACK input device doesn't link on OS X
-------------------------------------+-------------------------------------
             Reporter:  nieder       |                    Owner:
                 Type:  enhancement  |                   Status:  open
             Priority:  wish         |                Component:  avformat
              Version:  git-master   |               Resolution:
             Keywords:  jack osx     |               Blocked By:
  roundup                            |  Reproduced by developer:  1
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by ethe):

 Compiling FFmpeg with {{{./configure --enable-indev=jack}}} builds however
 it seems that it's not actually being built into FFmpeg.
 {{{
 $ ./ffmpeg_g -formats |grep 'jack'
 ffmpeg version N-77197-gdf2ce13 Copyright (c) 2000-2015 the FFmpeg
 developers
   built with Apple LLVM version 7.0.2 (clang-700.1.81)
   configuration: --enable-indev=jack
   libavutil      55. 10.100 / 55. 10.100
   libavcodec     57. 17.100 / 57. 17.100
   libavformat    57. 19.100 / 57. 19.100
   libavdevice    57.  0.100 / 57.  0.100
   libavfilter     6. 20.100 /  6. 20.100
   libswscale      4.  0.100 /  4.  0.100
   libswresample   2.  0.101 /  2.  0.101
 $ ./ffmpeg_g -f jack -i ffmpeg -y out.wav
 ffmpeg version N-77197-gdf2ce13 Copyright (c) 2000-2015 the FFmpeg
 developers
   built with Apple LLVM version 7.0.2 (clang-700.1.81)
   configuration: --enable-indev=jack
   libavutil      55. 10.100 / 55. 10.100
   libavcodec     57. 17.100 / 57. 17.100
   libavformat    57. 19.100 / 57. 19.100
   libavdevice    57.  0.100 / 57.  0.100
   libavfilter     6. 20.100 /  6. 20.100
   libswscale      4.  0.100 /  4.  0.100
   libswresample   2.  0.101 /  2.  0.101
 Unknown input format: 'jack'
 }}}

--
Ticket URL: <https://trac.ffmpeg.org/ticket/43#comment:10>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list