- 02 Sep, 2019 1 commit
-
-
Andriy Gelman authored
When ffmpeg was streaming, multiple clients were only supported by using a multicast destination address. An alternative was to stream to a server which re-distributes the content. This commit adds ZeroMQ as a protocol, which allows multiple clients to connect to a single ffmpeg instance. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 28 Mar, 2018 1 commit
-
-
Sven Dueking authored
The protocol requires libsrt (https://github.com/Haivision/srt) to be installed Signed-off-by:
Sven Dueking <sven.dueking@nablet.com> Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 02 Jun, 2017 1 commit
-
-
Diego Biurrun authored
TLS is currently implemented over either OpenSSL or GnuTLS, with more backends likely to appear in the future. Currently, those backend libraries are part of the protocol names used during e.g. the configure stage of a build. Hide those details behind a generically-named declaration for the TLS protocol to avoid leaking those details into the configuration stage.
-
- 13 Nov, 2016 1 commit
-
-
Vlad Tarca authored
Pro-MPEG Code of Practice #3 release 2 forward error correction for rtp_mpegts streams Signed-off-by:
Vlad Tarca <vtarca@mobibase.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 19 Jul, 2016 1 commit
-
-
Michael Niedermayer authored
Option passing support will be submitted seperately to the ML Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 19 Apr, 2016 1 commit
-
-
Anton Khirnov authored
-
- 29 Feb, 2016 1 commit
-
-
Michael Niedermayer authored
This fixes -read_ahead_limit Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 22 Feb, 2016 4 commits
-
-
Anton Khirnov authored
Disallow other code to touch it directly, now it's only accessible through a blacklisting/whitelisting function.
-
Anton Khirnov authored
It needs to access the list of protocols directly, so it more properly belongs there.
-
Anton Khirnov authored
It's a more appropriate place for it.
-
Anton Khirnov authored
Instead of a linked list constructed at av_register_all(), store them in a constant array of pointers. Since no registration is necessary now, this removes some global state from lavf. This will also allow the urlprotocol layer caller to limit the available protocols in a simple and flexible way in the following commits.
-