summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authorAlexandre Iooss <erdnaxe@crans.org>2020-10-03 19:45:30 +0200
committerJan Ekström <jeebjp@gmail.com>2020-10-15 23:53:33 +0300
commit75acc042628d17414c5fd6da212f30f9ea472213 (patch)
tree6bd62ebc4b8ae28ab4e23d3786f7bca2d7e68511 /stream
parentf781c00ece48ac8b5d0ce1429e08d10365dfa932 (diff)
downloadmpv-75acc042628d17414c5fd6da212f30f9ea472213.tar.bz2
mpv-75acc042628d17414c5fd6da212f30f9ea472213.tar.xz
stream_lavf: enable SRT protocol support through FFmpeg
Additionally, announce support for the protocol in Mac and Linux application metadata.
Diffstat (limited to 'stream')
-rw-r--r--stream/stream_lavf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/stream_lavf.c b/stream/stream_lavf.c
index 8bbfab8af8..e95dbc0b43 100644
--- a/stream/stream_lavf.c
+++ b/stream/stream_lavf.c
@@ -412,7 +412,7 @@ const stream_info_t stream_info_ffmpeg = {
.open = open_f,
.protocols = (const char *const[]){
"rtmp", "rtsp", "http", "https", "mms", "mmst", "mmsh", "mmshttp", "rtp",
- "httpproxy", "rtmpe", "rtmps", "rtmpt", "rtmpte", "rtmpts", "srtp",
+ "httpproxy", "rtmpe", "rtmps", "rtmpt", "rtmpte", "rtmpts", "srt", "srtp",
"gopher", "data",
NULL },
.can_write = true,