I'm working on a live stream transcoder application using nginx + ffmpeg.
Everything works fine when I use avconv to transcode, but if I use ffmpeg, I get this error:
[tcp @ 0xb4e9da0] Failed to resolve hostname fso.dca.XXXX.edgecastcdn.net: System error
Any hints? Seems like an application specific firewall.
ffmpegare you using +avconv?ffmpeg, here's the source: ffmpeg.org/doxygen/1.0/tcp_8c-source.html.Is there an issue with the hostname resolution?