[FFmpeg-devel] [PATCH] workaround for IOS9 getaddrinfo in IPv6 only network use hardcode IPv4 address can not resolve port number.

2016-08-24 Thread liu jc
Signed-off-by: liujingchao --- libavformat/tcp.c | 8 1 file changed, 8 insertions(+) mode change 100644 => 100755 libavformat/tcp.c diff --git a/libavformat/tcp.c b/libavformat/tcp.c old mode 100644 new mode 100755 index c105479..fd10a56 --- a/libavformat/tcp.c +++ b/libavformat/tcp.c

[FFmpeg-devel] 答复: [PATCH] workaround for IOS9 getaddrinfo in IPv6 only network use hardcode IPv4 address can not resolve port number.

2016-08-24 Thread liu jc
Did you mean empty line? 发件人: Nicolas George 发送时间: 2016年8月24日 10:01 收件人: FFmpeg development discussions and patches 抄送: liu jc 主题: Re: [FFmpeg-devel] [PATCH] workaround for IOS9 getaddrinfo in IPv6 only network use hardcode IPv4 address can not resolve port

[FFmpeg-devel] [PATCH] workaround for IOS9 getaddrinfo in IPv6 only network use hardcode IPv4 address can not resolve port number.

2016-08-24 Thread liu jc
Signed-off-by: liujingchao --- libavformat/tcp.c | 8 1 file changed, 8 insertions(+) mode change 100644 => 100755 libavformat/tcp.c diff --git a/libavformat/tcp.c b/libavformat/tcp.c old mode 100644 new mode 100755 index c105479..9f7112d --- a/libavformat/tcp.c +++ b/libavformat/tcp.c

[FFmpeg-devel] [PATCH] workaround for IOS9 getaddrinfo in IPv6 only network use hardcode IPv4 address can not resolve port number.

2016-08-24 Thread liu jc
Signed-off-by: liujingchao --- libavformat/tcp.c | 10 ++ 1 file changed, 10 insertions(+) mode change 100644 => 100755 libavformat/tcp.c diff --git a/libavformat/tcp.c b/libavformat/tcp.c old mode 100644 new mode 100755 index c105479..61b68ca --- a/libavformat/tcp.c +++ b/libavformat/t

[FFmpeg-devel] [PATCH] workaround for IOS9 getaddrinfo in IPv6 only network use hardcode IPv4 address can not resolve port number.

2016-08-24 Thread liu jc
Signed-off-by: liujingchao --- libavformat/tcp.c | 11 +++ 1 file changed, 11 insertions(+) mode change 100644 => 100755 libavformat/tcp.c diff --git a/libavformat/tcp.c b/libavformat/tcp.c old mode 100644 new mode 100755 index c105479..289bcd8 --- a/libavformat/tcp.c +++ b/libavformat/

[FFmpeg-devel] 答复: 答复: [PATCH] IOS-IPv6-only-network-use-hardcode-IPv4-fix

2016-08-24 Thread liu jc
, Aug 24, 2016 at 07:15:29AM +, liu jc wrote: > It is not a ios hack, It compatible with any system that in accordance with > the POSIX standards. The second parameter of function getaddrinfo can accept > the port name or a service name. If you give a service name to it it will &g

[FFmpeg-devel] 答复: 答复: 答复: [PATCH] IOS-IPv6-only-network-use-hardcode-IPv4-fix

2016-08-24 Thread liu jc
. 发件人: ffmpeg-devel 代表 Steven Liu 发送时间: 2016年8月24日 7:23 收件人: FFmpeg development discussions and patches 主题: Re: [FFmpeg-devel] 答复: 答复: [PATCH] IOS-IPv6-only-network-use-hardcode-IPv4-fix 2016-08-24 15:19 GMT+08:00 liu jc : > Yes you can. But if you are in

[FFmpeg-devel] 答复: 答复: [PATCH] IOS-IPv6-only-network-use-hardcode-IPv4-fix

2016-08-24 Thread liu jc
: ffmpeg-devel 代表 Steven Liu 发送时间: 2016年8月24日 2:46 收件人: FFmpeg development discussions and patches 主题: Re: [FFmpeg-devel] 答复: [PATCH] IOS-IPv6-only-network-use-hardcode-IPv4-fix 2016-08-24 10:40 GMT+08:00 liu jc : > this patch just deal with the standard condition (most people use 1935). > Al

[FFmpeg-devel] 答复: [PATCH] IOS-IPv6-only-network-use-hardcode-IPv4-fix

2016-08-24 Thread liu jc
. 发件人: ffmpeg-devel 代表 compn 发送时间: 2016年8月24日 2:57 收件人: FFmpeg development discussions and patches 主题: Re: [FFmpeg-devel] [PATCH] IOS-IPv6-only-network-use-hardcode-IPv4-fix On Wed, 24 Aug 2016 01:03:00 + liu jc wrote: > > there is a bug when useing getaddrinfo in IOS when u

[FFmpeg-devel] 答复: [PATCH] IOS-IPv6-only-network-use-hardcode-IPv4-fix

2016-08-23 Thread liu jc
PATCH] IOS-IPv6-only-network-use-hardcode-IPv4-fix 2016-08-24 9:03 GMT+08:00 liu jc : > > there is a bug when useing getaddrinfo in IOS when use > hardcode IPv4 address and in IPv6-only networks.It can not > accept a port number as second parameter as an alternative > you can p

[FFmpeg-devel] [PATCH] IOS-IPv6-only-network-use-hardcode-IPv4-fix

2016-08-23 Thread liu jc
there is a bug when useing getaddrinfo in IOS when use hardcode IPv4 address and in IPv6-only networks.It can not accept a port number as second parameter as an alternative you can pass a service name or it will cause connect fail. In current video CDN dispatching mechanism the hardcode IPv

[FFmpeg-devel] [PATCH] IOS-IPv6-only-network-use-hardcode-IPv4-fix

2016-08-23 Thread liu jc
there is a bug when useing getaddrinfo in IOS when use hardcode IPv4 address and in IPv6-only networks.It can not accept a port number as second parameter as an alternative you can pass a service name or it will cause connect fail. In current video CDN dispatching mechanism the hardcode IPv