Skip to content
Snippets Groups Projects
Commit b7d6c0cd authored by Aman Gupta's avatar Aman Gupta
Browse files

avformat/hls: add http_persistent option


This teaches the HLS demuxer to use the HTTP protocols
multiple_requests=1 option, to take advantage of "Connection:
Keep-Alive" when downloading playlists and segments from the HLS server.

With the new option, you can avoid TCP connection and TLS negotiation
overhead, which is particularly beneficial when streaming via a
high-latency internet connection.

Similar to the http_persistent option recently implemented in hlsenc.c

Signed-off-by: default avatarAman Gupta <aman@tmm1.net>
Signed-off-by: default avatarAnssi Hannula <anssi.hannula@iki.fi>
parent 9395e44b
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment