mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-29 06:22:00 -08:00
* hls source: support fMP4s video streams * hls source: start reading live streams from (end of playlist - starting point) * hls client: wait processing of current fMP4 segment before downloading another one * hls client: support fmp4 trun boxes with default sample duration, flags and size * hls client: merge fmp4 init file reader and writer * hls client: merge fmp4 part reader and writer * hls client: improve precision of go <-> mp4 time conversion * hls client: fix esds generation in go-mp4 * hls client: support audio in separate playlist * hls client: support an arbitrary number of tracks in fmp4 init files * hls client: support EXT-X-BYTERANGE * hls client: support fmp4 segments with multiple parts at once * hls client: support an arbitrary number of mpeg-ts tracks * hls client: synchronize tracks around a primary track * update go-mp4 * hls: synchronize track reproduction around a leading one * hls client: reset stream if playback is too late * hls client: add limit on DTS-RTC difference * hls client: support again streams that don't provide codecs in master playlist |
||
|---|---|---|
| .. | ||
| api.go | ||
| api_test.go | ||
| core.go | ||
| core_test.go | ||
| data.go | ||
| externalauth.go | ||
| hls_muxer.go | ||
| hls_server.go | ||
| hls_server_test.go | ||
| hls_source.go | ||
| hls_source_test.go | ||
| httplogwriter.go | ||
| ip.go | ||
| metrics.go | ||
| metrics_test.go | ||
| path.go | ||
| path_manager.go | ||
| pprof.go | ||
| publisher.go | ||
| reader.go | ||
| rpicamera_source.go | ||
| rtmp_conn.go | ||
| rtmp_server.go | ||
| rtmp_server_test.go | ||
| rtmp_source.go | ||
| rtmp_source_test.go | ||
| rtsp_conn.go | ||
| rtsp_server.go | ||
| rtsp_server_test.go | ||
| rtsp_session.go | ||
| rtsp_source.go | ||
| rtsp_source_test.go | ||
| source.go | ||
| source_redirect.go | ||
| source_static.go | ||
| stream.go | ||
| streamtrack.go | ||
| streamtrack_generic.go | ||
| streamtrack_h264.go | ||
| streamtrack_mpeg4audio.go | ||