mediamtx/internal/conf
Alessandro Ros e115983296
Implement Low-Latency HLS (#938)
* add hlsVariant parameter

* hls: split muxer into variants

* hls: implement fmp4 segments

* hls muxer: implement low latency mode

* hls muxer: support audio with fmp4 mode

* hls muxer: rewrite file router

* hls muxer: implement preload hint

* hls muxer: add various error codes

* hls muxer: use explicit flags

* hls muxer: fix error in aac pts

* hls muxer: fix sudden freezes with video+audio

* hls muxer: skip empty parts

* hls muxer: fix video FPS

* hls muxer: add parameter hlsPartDuration

* hls muxer: refactor fmp4 muxer

* hls muxer: fix CAN-SKIP-UNTIL

* hls muxer: refactor code

* hls muxer: show only parts of last 2 segments

* hls muxer: implementa playlist delta updates

* hls muxer: change playlist content type

* hls muxer: improve video dts precision

* hls muxer: fix video sample flags

* hls muxer: improve iphone audio support

* hls muxer: improve mp4 timestamp precision

* hls muxer: add offset between pts and dts

* hls muxer: close muxer in case of error

* hls muxer: stop logging requests with the info level

* hls muxer: rename entry into sample

* hls muxer: compensate video dts error over time

* hls muxer: change default segment count

* hls muxer: add starting gap

* hls muxer: set default part duration to 200ms

* hls muxer: fix audio-only streams on ios

* hls muxer: add playsinline attribute to video tag of default web page

* hls muxer: keep mpegts as the default hls variant

* hls muxer: implement encryption

* hls muxer: rewrite dts estimation

* hls muxer: improve DTS precision

* hls muxer: use right SPS/PPS for each sample

* hls muxer: adjust part duration dynamically

* add comments

* update readme

* hls muxer: fix memory leak

* hls muxer: decrease ram consumption
2022-05-31 19:17:26 +02:00
..
authmethod.go sort arrays in configuration and API (#644) 2021-10-17 15:40:17 +02:00
conf_test.go use require.EqualError() in tests 2021-11-03 17:52:47 +01:00
conf.go Implement Low-Latency HLS (#938) 2022-05-31 19:17:26 +02:00
credential.go conf: use dedicated interface to unmarshal from environment 2021-10-11 12:13:57 +02:00
encryption.go conf: use dedicated interface to unmarshal from environment 2021-10-11 12:13:57 +02:00
env_test.go remove useless code 2021-10-05 09:41:37 +02:00
env.go conf: use dedicated interface to unmarshal from environment 2021-10-11 12:13:57 +02:00
hlsvariant.go Implement Low-Latency HLS (#938) 2022-05-31 19:17:26 +02:00
ipsornets.go sort arrays in configuration and API (#644) 2021-10-17 15:40:17 +02:00
logdestination.go sort arrays in configuration and API (#644) 2021-10-17 15:40:17 +02:00
loglevel.go allow to set logLevel: error in config 2021-10-28 17:29:27 +02:00
path.go remove runOnPublish (breaking change) 2022-03-04 18:09:49 +01:00
protocol.go update gortsplib 2021-10-22 18:41:10 +02:00
sourceprotocol.go update gortsplib 2021-10-22 18:41:10 +02:00
stringduration.go conf: use dedicated interface to unmarshal from environment 2021-10-11 12:13:57 +02:00
stringsize.go hls: add new parameter hlsSegmentMaxSize 2022-01-30 17:54:05 +01:00