[FFmpeg-trac] #6673(avformat:new): fmp4/hls not working with remote paths

FFmpeg trac at avcodec.org
Tue Sep 19 10:54:04 EEST 2017


#6673: fmp4/hls not working with remote paths
-------------------------------------+-------------------------------------
             Reporter:               |                    Owner:
  thecodeassassin                    |                   Status:  new
                 Type:  defect       |                Component:  avformat
             Priority:  normal       |               Resolution:
              Version:  git-master   |               Blocked By:
             Keywords:  fmp4 hls     |  Reproduced by developer:  0
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by stevenliu):

 {{{
 ./ffmpeg -i ~/Movies/objectC/facebook.mp4 -loglevel warning
 -hls_fmp4_init_filename http://192.168.0.157/init.mp4 -c:a aac -b:a 128k
 -ar 44100 -c:v libx264 -max_muxing_queue_size 400 -x264opts no-scenecut
 -force_key_frames "expr:gte(t,n_forced*2)" -crf 23 -start_number 0
 -hls_time 4 -hls_list_size 3 -use_localtime 1 -hls_segment_type fmp4
 -hls_segment_filename "http://192.168.0.157/segment_%s.m4s" -preset
 ultrafast -profile:v main -level 3.1 -r 30 -threads 0 -vf "scale=-2:720"
 -bufsize 2000k -maxrate 2000k -b:v 2000k -f hls -method PUT
 "http://192.168.0.157/playlist.m3u8"
 }}}

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


More information about the FFmpeg-trac mailing list