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

FFmpeg trac at avcodec.org
Wed Jul 6 15:33:46 CEST 2016


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

 Hi, I have problem with HLS parameters in tee output...

 Problem is with parameter with ":" sign such as hls_base_url.
 I try escape this with \ and \\ (described in docs), but the problem
 remains.


 sample:
 {{{
 [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
 }}}

 {{{
 [tee @ 0x3647e60] Using AVStream.codec to pass codec parameters to muxers
 is deprecated, use AVStream.codecpar instead.
     Last message repeated 1 times
 [tee @ 0x3647e60] No option found near
 "//X.X.X.X/101/:hls_flags=delete_segments:hls_segment_filename=/hls/101/mystream-%08d.ts]/hls/101/mystream.m3u8"
 [tee @ 0x3647e60] All tee outputs failed.
 }}}

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


More information about the FFmpeg-trac mailing list