[FFmpeg-trac] #5692(undetermined:new): problem with ":" sign in HLS / tee output

FFmpeg trac at avcodec.org
Tue Jun 13 18:25:47 EEST 2017


#5692: problem with ":" sign in HLS / tee output
-------------------------------------+-------------------------------------
             Reporter:  milanc       |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
              Version:  unspecified  |  undetermined
             Keywords:  hls tee      |               Resolution:
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by tbucher):

 This does not concern the input type.

 The issue here is that one backward slash in the example is not enough,
 triple escaping is actually necessary (escaping just twice is also fine on
 Windows).

 Based on the provided example, the command line params need to be (note
 the hls_base_url part)


 {{{
 [f=hls:hls_time=5:hls_list_size=6:hls_base_url=http\\\://X.X.X.X/101/:hls_flags=delete_segments...]]/hls/101/mystream.m3u8
 }}}

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


More information about the FFmpeg-trac mailing list