From d303ebd9b6d46be4681b47043fda102811a36239 Mon Sep 17 00:00:00 2001 From: Ricardo Constantino Date: Wed, 25 Jan 2017 15:33:05 +0000 Subject: stream_lavf: add support for data URIs Only FFmpeg supports them and they need to be in the format data:// like other protocols or prefixed with ffmpeg:// or lavf://. Closes #4058 --- stream/stream_lavf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'stream/stream_lavf.c') diff --git a/stream/stream_lavf.c b/stream/stream_lavf.c index 7594175bd3..873043b38c 100644 --- a/stream/stream_lavf.c +++ b/stream/stream_lavf.c @@ -416,6 +416,7 @@ const stream_info_t stream_info_ffmpeg = { .protocols = (const char *const[]){ "rtmp", "rtsp", "http", "https", "mms", "mmst", "mmsh", "mmshttp", "rtp", "httpproxy", "hls", "rtmpe", "rtmps", "rtmpt", "rtmpte", "rtmpts", "srtp", + "data", NULL }, .can_write = true, .is_safe = true, -- cgit v1.2.3