Re: [FFmpeg-devel] [FFmpeg-cvslog] libavformat/hlsenc: Persistent HTTP connections supported as an option

2017-12-04 Thread Steven Liu
2017-12-04 21:57 GMT+08:00 Tobias Rapp :
> On 29.11.2017 07:33, Jeyapal, Karthick wrote:
>>
>> ffmpeg | branch: master | Jeyapal, Karthick  | Wed
>> Nov 29 14:33:07 2017 +0800| [815e34b5b4ed8fbb6c9d7b7b042ae49848bc170c] |
>> committer: Steven Liu
>>
>> libavformat/hlsenc: Persistent HTTP connections supported as an option
>>
>>>
>>> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=815e34b5b4ed8fbb6c9d7b7b042ae49848bc170c
>>
>> ---
>>
>>   doc/muxers.texi  |  3 +++
>>   libavformat/hlsenc.c | 48
>> +---
>>   2 files changed, 44 insertions(+), 7 deletions(-)
>>
>> [...]
>
>
> This patch seems to break building ffmpeg with --disbale-network. Error
I try the disable-network, yes, complie error, i have sent a patch to
fix it, can you try that patch please?


Thanks

Steven
> message from build is:
>
> libavformat/libavformat.a(hlsenc.o): In function `hlsenc_io_open':
> /home/tobias/Projects/ffmpeg-git-master/build-linux/src/libavformat/hlsenc.c:265:
> undefined reference to `ff_http_do_new_request'
> collect2: error: ld returned 1 exit status
> /home/tobias/Projects/ffmpeg-git-master/Makefile:107: recipe for target
> 'ffmpeg-dbg_g' failed
> make: *** [ffmpeg-dbg_g] Error 1
> libavformat/libavformat.a(hlsenc.o): In function `hlsenc_io_open':
> /home/tobias/Projects/ffmpeg-git-master/build-linux/src/libavformat/hlsenc.c:265:
> undefined reference to `ff_http_do_new_request'
> collect2: error: ld returned 1 exit status
> /home/tobias/Projects/ffmpeg-git-master/Makefile:107: recipe for target
> 'ffprobe-dbg_g' failed
> make: *** [ffprobe-dbg_g] Error 1
>
> Can you take a look?
>
> Regards,
> Tobias
>
>
> ___
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


Re: [FFmpeg-devel] [FFmpeg-cvslog] libavformat/hlsenc: Persistent HTTP connections supported as an option

2017-12-04 Thread Tobias Rapp

On 29.11.2017 07:33, Jeyapal, Karthick wrote:

ffmpeg | branch: master | Jeyapal, Karthick  | Wed Nov 29 
14:33:07 2017 +0800| [815e34b5b4ed8fbb6c9d7b7b042ae49848bc170c] | committer: Steven 
Liu

libavformat/hlsenc: Persistent HTTP connections supported as an option


http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=815e34b5b4ed8fbb6c9d7b7b042ae49848bc170c

---

  doc/muxers.texi  |  3 +++
  libavformat/hlsenc.c | 48 +---
  2 files changed, 44 insertions(+), 7 deletions(-)

[...]


This patch seems to break building ffmpeg with --disbale-network. Error 
message from build is:


libavformat/libavformat.a(hlsenc.o): In function `hlsenc_io_open':
/home/tobias/Projects/ffmpeg-git-master/build-linux/src/libavformat/hlsenc.c:265: 
undefined reference to `ff_http_do_new_request'

collect2: error: ld returned 1 exit status
/home/tobias/Projects/ffmpeg-git-master/Makefile:107: recipe for target 
'ffmpeg-dbg_g' failed

make: *** [ffmpeg-dbg_g] Error 1
libavformat/libavformat.a(hlsenc.o): In function `hlsenc_io_open':
/home/tobias/Projects/ffmpeg-git-master/build-linux/src/libavformat/hlsenc.c:265: 
undefined reference to `ff_http_do_new_request'

collect2: error: ld returned 1 exit status
/home/tobias/Projects/ffmpeg-git-master/Makefile:107: recipe for target 
'ffprobe-dbg_g' failed

make: *** [ffprobe-dbg_g] Error 1

Can you take a look?

Regards,
Tobias

___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel