2015-02-10 19:52 GMT+03:00 Maxim Kozlov <[email protected]>:

> I home it will be my last question about zmq.
> I don't understand manual, how to bind it to another port?
> manual: The zmq and azmq filters work as a libzmq server, which receives
> messages sent through a network interface defined by the bind_address
> option.
>
> setting
> -vf zmq="bind_address=localhost:5556",hue
> thows error:
> [Parsed_zmq_0 @ 0x1ed4660] No option name near '5556'
> [AVFilterGraph @ 0x1ede8a0] Error initializing filter 'zmq' with args
> 'bind_address=localhost:5556'
>


agrh! shoud be:
-vf zmq="bind_address=tcp\\\://127.0.0.1\\\:5556",hue
_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Reply via email to