[FFmpeg-devel] GSoC update

Stephan Holljes klaxa1337 at googlemail.com
Fri Jun 26 21:00:43 CEST 2015


On Fri, Jun 26, 2015 at 10:51 AM, Nicolas George <george at nsup.org> wrote:
> Le septidi 7 messidor, an CCXXIII, Stephan Holljes a écrit :
>> Thanks, I understand the datastructures and their interaction a lot
>> better now. I discussed it with a friend yesterday too and there a lot
>> of the things started to make more sense.
>> I'm currently working on the implementation, when questions arise I
>> will ask again.
>
> Good. Please try to pose a WIP patch today to make sure you are really in
> the right track.
>
> Regards,
>
> --
>   Nicolas George
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>

I think I implemented everything necessary, but I don't know how to
test it. The old behaviour of accepting a single client is now also
broken. How do I detect which behaviour the user wants? Should I
introduce a new option for http and tcp connections or make the listen
field take more values than just 0 and 1?
Attached are patches with the changes I made so far. It compiles, but
breaks http server capabilities for now.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-lavf-network-split-ff_listen_bind-into-ff_listen-and.patch
Type: text/x-patch
Size: 2803 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150626/c97dcbb4/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-lavf-avio-add-ffurl_accept.patch
Type: text/x-patch
Size: 1769 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150626/c97dcbb4/attachment-0001.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-lavf-avio-add-avio_accept.patch
Type: text/x-patch
Size: 1410 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150626/c97dcbb4/attachment-0002.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0004-lavf-tcp-make-tcp_open-return-with-a-listening-socke.patch
Type: text/x-patch
Size: 1114 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150626/c97dcbb4/attachment-0003.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0005-lavf-tcp-add-tcp_accept.patch
Type: text/x-patch
Size: 1293 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150626/c97dcbb4/attachment-0004.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0006-lavf-http-add-http_accept-and-move-connection-logic-.patch
Type: text/x-patch
Size: 2924 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150626/c97dcbb4/attachment-0005.bin>


More information about the ffmpeg-devel mailing list