[FFmpeg-trac] #3972(undetermined:new): -hls_flags are not enabled or it doesn't work

FFmpeg trac at avcodec.org
Tue Sep 23 19:09:20 CEST 2014


#3972: -hls_flags are not enabled or it doesn't work
-------------------------------------+-------------------------------------
             Reporter:  ddrdark      |                     Type:  defect
               Status:  new          |                 Priority:  important
            Component:               |                  Version:
  undetermined                       |  unspecified
             Keywords:  hls,         |               Blocked By:
  hls_flags                          |  Reproduced by developer:  0
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Summary of the bug:
 I would like to use the -hls_flags but I can't get it working. I've tried
 downloading the latest compiled ffmpeg and also tried to compile mine with
 the option --enable-muxer=hls.

 It's listed on the documentation https://www.ffmpeg.org/ffmpeg-
 all.html#Options-26

 I get this error

 Jonatans-iMac:FFmpeg-n2.4.1 jonatan$ ./ffmpeg -i /Users/jonatan/test.mp4
 -hls_flags single_file output.m3u8
 ffmpeg version 2.4.1 Copyright (c) 2000-2014 the FFmpeg developers
   built on Sep 23 2014 18:46:20 with Apple LLVM version 6.0
 (clang-600.0.51) (based on LLVM 3.5svn)
   configuration: --enable-muxer=hls
   libavutil      54.  7.100 / 54.  7.100
   libavcodec     56.  1.100 / 56.  1.100
   libavformat    56.  4.101 / 56.  4.101
   libavdevice    56.  0.100 / 56.  0.100
   libavfilter     5.  1.100 /  5.  1.100
   libswscale      3.  0.100 /  3.  0.100
   libswresample   1.  1.100 /  1.  1.100
 Unrecognized option 'hls_flags'.
 Error splitting the argument list: Option not found

 On the GitHub repository it also says that all the Muxers are enabled by
 default so it should work even without the --enable-muxer=hls option.

 Would be greatly appreciated any help! Thanks a lot for your time.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/3972>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list