mediamtx/internal/hls
aler9 42b6e1f922 hls: use segment IDs as segment names
when hlsVariant is mpegts, this prevents conflicts that were previously
caused by the fact that the timestamp was used as segment name.
2022-08-27 16:21:24 +02:00
..
fmp4 fmp4: move avcc encoding into writer 2022-08-27 12:11:00 +02:00
mpegts hls: move mpegts writer into dedicated folder 2022-08-27 12:41:30 +02:00
client.go hls muxer / source: route AAC units singularly 2022-08-14 12:19:11 +02:00
client_audio_processor.go hls muxer / source: route AAC units singularly 2022-08-14 12:19:11 +02:00
client_segment_queue.go hls: split client code into multiple files 2022-02-18 10:46:52 +01:00
client_test.go hls muxer / source: route AAC units singularly 2022-08-14 12:19:11 +02:00
client_video_processor.go update gortsplib 2022-06-27 17:52:20 +02:00
muxer.go hls: allow setting current time when writing packets 2022-08-27 15:43:25 +02:00
muxer_primary_playlist.go hls: add fmp4 tests 2022-08-27 16:04:38 +02:00
muxer_test.go hls: use segment IDs as segment names 2022-08-27 16:21:24 +02:00
muxer_variant.go hls: allow setting current time when writing packets 2022-08-27 15:43:25 +02:00
muxer_variant_fmp4.go hls: allow setting current time when writing packets 2022-08-27 15:43:25 +02:00
muxer_variant_fmp4_part.go hls: move mpegts writer into dedicated folder 2022-08-27 12:41:30 +02:00
muxer_variant_fmp4_playlist.go hls: fix blocking playlists 2022-08-27 16:15:47 +02:00
muxer_variant_fmp4_segment.go hls: fix blocking playlists 2022-08-27 16:15:47 +02:00
muxer_variant_fmp4_segmenter.go hls: fix blocking playlists 2022-08-27 16:15:47 +02:00
muxer_variant_mpegts.go hls: allow setting current time when writing packets 2022-08-27 15:43:25 +02:00
muxer_variant_mpegts_playlist.go Implement Low-Latency HLS (#938) 2022-05-31 19:17:26 +02:00
muxer_variant_mpegts_segment.go hls: use segment IDs as segment names 2022-08-27 16:21:24 +02:00
muxer_variant_mpegts_segmenter.go hls: use segment IDs as segment names 2022-08-27 16:21:24 +02:00