#11134: zmq url lacks prefix: [out#0/* @ 0x*] Error opening output
zmq:tcp://127.0.0.1:5555: Invalid argument
-------------------------------------+-------------------------------------
             Reporter:               |                    Owner:  (none)
  iconoclasthero                     |
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
                                     |  undetermined
              Version:  git-master   |               Resolution:
             Keywords:  zmq          |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
Comment (by wout):

 It appears the check in 0263b6a48caaff839e4c28df15b299b89c7da92d is wrong.
 Unfortunately, this commit was cherry-picked in all latest releases.

 I think it should be:

 {{{
 if (!av_strstart(uri, "zmq:", &uri)) {
     av_log(h, AV_LOG_ERROR, "URL %s lacks prefix\n", uri);
     return AVERROR(EINVAL);
 }
 }}}
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/11134#comment:5>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

To unsubscribe, visit link above, or email
ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to