[FFmpeg-devel] [PATCH] lavf: forward protocol_whitelist for the remaining cases
Michael Niedermayer
michael at niedermayer.cc
Sun Feb 28 02:42:41 CET 2016
On Wed, Feb 03, 2016 at 11:20:05PM +0100, Andreas Cadhalpun wrote:
> On 03.02.2016 03:41, Michael Niedermayer wrote:
> > On Wed, Feb 03, 2016 at 01:51:55AM +0100, Andreas Cadhalpun wrote:
> >> @@ -274,4 +282,5 @@ URLProtocol ff_ffrtmphttp_protocol = {
> >> .priv_data_size = sizeof(RTMP_HTTPContext),
> >> .flags = URL_PROTOCOL_FLAG_NETWORK,
> >> .priv_data_class= &ffrtmphttp_class,
> >> + .default_whitelist = "https,http,tcp",
> >
> > if it needs https it might need tls too
>
> Yes, updated patch attached.
>
> Best regards,
> Andreas
>
> mmsh.c | 9 +++++++++
> rtmphttp.c | 9 +++++++++
> rtsp.c | 8 ++++++++
> 3 files changed, 26 insertions(+)
> ac9de87a225e549ae03722a3fc487cb22be5802a 0001-lavf-forward-protocol_whitelist-for-the-remaining-ca.patch
> From 595133afad21a4e264642259e8c74708dd4a72ba Mon Sep 17 00:00:00 2001
> From: Andreas Cadhalpun <Andreas.Cadhalpun at googlemail.com>
> Date: Wed, 3 Feb 2016 01:01:34 +0100
> Subject: [PATCH] lavf: forward protocol_whitelist for the remaining cases
>
> Also set a default_whitelist for mmsh and ffrtmphttp.
>
> Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun at googlemail.com>
LGTM
thx
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
When the tyrant has disposed of foreign enemies by conquest or treaty, and
there is nothing more to fear from them, then he is always stirring up
some war or other, in order that the people may require a leader. -- Plato
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20160228/7631d88d/attachment.sig>
More information about the ffmpeg-devel
mailing list