Re: [FFmpeg-devel] [PATCH] avformat/http: ignore the string after char '#'

2019-01-10 Thread Carl Eugen Hoyos
2019-01-10 10:14 GMT+01:00, Liu Steven : > > >> 在 2019年1月10日,下午5:09,Nicolas George 写道: >> >> Liu Steven (12019-01-10): >>> Ok, I get that mean, let me think how to fix that. >> >> Do you know why the fragment was there in the first place and what its >> role was? > > I guess that is used for them

Re: [FFmpeg-devel] [PATCH] avformat/http: ignore the string after char '#'

2019-01-10 Thread Liu Steven
> 在 2019年1月10日,下午5:09,Nicolas George 写道: > > Liu Steven (12019-01-10): >> Ok, I get that mean, let me think how to fix that. > > Do you know why the fragment was there in the first place and what its > role was? I guess that is used for them web browser or player, i will ask that infomation f

Re: [FFmpeg-devel] [PATCH] avformat/http: ignore the string after char '#'

2019-01-10 Thread Nicolas George
Liu Steven (12019-01-10): > Ok, I get that mean, let me think how to fix that. Do you know why the fragment was there in the first place and what its role was? Regards, -- Nicolas George signature.asc Description: PGP signature ___ ffmpeg-devel ma

Re: [FFmpeg-devel] [PATCH] avformat/http: ignore the string after char '#'

2019-01-10 Thread Liu Steven
> 在 2019年1月10日,下午4:54,Nicolas George 写道: > > Liu Steven (12019-01-10): >>How should i understand the mean “the fragment part should not have >> arrived there in the first place.” ? >> >>When i use wget to get http://ffmpeg.org/helloworld/test#hello=24 >>wget -dS http://ffmpeg.org/

Re: [FFmpeg-devel] [PATCH] avformat/http: ignore the string after char '#'

2019-01-10 Thread Nicolas George
Liu Steven (12019-01-10): > How should i understand the mean “the fragment part should not have > arrived there in the first place.” ? > > When i use wget to get http://ffmpeg.org/helloworld/test#hello=24 > wget -dS http://ffmpeg.org/helloworld/test#hello=24 > the request is GET /

Re: [FFmpeg-devel] [PATCH] avformat/http: ignore the string after char '#'

2019-01-09 Thread Liu Steven
> 在 2019年1月9日,下午9:26,Nicolas George 写道: > > Steven Liu (12019-01-09): >> fix ticket: 7660 >> Because the char '#' is used for webbrowser to display, it won't present >> in URI of http request. >> >> Signed-off-by: Steven Liu >> --- >> libavformat/utils.c | 4 >> 1 file changed, 4 insertio

Re: [FFmpeg-devel] [PATCH] avformat/http: ignore the string after char '#'

2019-01-09 Thread Nicolas George
Steven Liu (12019-01-09): > fix ticket: 7660 > Because the char '#' is used for webbrowser to display, it won't present > in URI of http request. > > Signed-off-by: Steven Liu > --- > libavformat/utils.c | 4 > 1 file changed, 4 insertions(+) > > diff --git a/libavformat/utils.c b/libavfor

[FFmpeg-devel] [PATCH] avformat/http: ignore the string after char '#'

2019-01-08 Thread Steven Liu
fix ticket: 7660 Because the char '#' is used for webbrowser to display, it won't present in URI of http request. Signed-off-by: Steven Liu --- libavformat/utils.c | 4 1 file changed, 4 insertions(+) diff --git a/libavformat/utils.c b/libavformat/utils.c index 7afef545fe..f93837a805 10064