---
libavformat/hls.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libavformat/hls.c b/libavformat/hls.c
index 52a031ed..55fa831b 100644
--- a/libavformat/hls.c
+++ b/libavformat/hls.c
@@ -637,6 +637,7 @@ static int open_url(AVFormatContext *s, AVIOContext **pb,
const char *url,
int
Hi. I'm investigating in custom IO for HLS playing, and got errors while
calling segments.
I've compiled libav with `--disable-network` configure and tried custom IO by
overriding `io_open` and `io_close` for `AVFormatContext`. Everything goes well
until open segments urls.
In the function `open
Hi. I'm investigating in custom IO for HLS playing, and got errors while
calling segments.
I've compiled libav with `--disable-network` configure and tried custom IO by
overriding `io_open` and `io_close` for `AVFormatContext`. Everything goes well
until open segments urls.
In the function `open