aler9
3b0327233e
move hls utils into gortsplib
4 years ago
aler9
ef4b925209
hls: fix discontinuity of TS counters between segments
4 years ago
aler9
df4c268813
support proxying HLS
4 years ago
aler9
b65207012c
update gortsplib
4 years ago
aler9
92523c2a13
hls: insert segments into playlist only after they're complete
...
In this way, EXT-X-TARGETDURATION and EXTINF are always filled correctly.
If no segments have been generated yet, the playlist is not returned
until a segment is inserted or the muxer is closed. This causes timeout
issues on iOS Safari, that are solved by waiting for a fetch() before starting
the video.
4 years ago
aler9
6b6d314a07
hls: revert 93b1433
and send PCR once in a while
4 years ago
aler9
b3c13fcf9a
hls: do not send DTS if PTS = DTS
4 years ago
aler9
bd5e6d1027
hls: send PCR with every IDR NALU
4 years ago
aler9
93b143395e
hls: send PCR once, at the beginning of every TS segment
4 years ago
aler9
600f7bf48c
hls: move NALU filtering into hls muxer
4 years ago
aler9
6ad638d0e8
hls: fix compatibility with video.js and iOS
...
add AUDs to all h264 packet groups
4 years ago
aler9
5a814480b3
hls: write PMT/PAT tables once at the beginning of every TS segment
4 years ago
aler9
c3c643c602
hls: move muxer into dedicated object
4 years ago
aler9
9062dbf883
move most components into internal/core
...
in this way coverage can be computed correctly.
4 years ago
aler9
f7d3023921
HLS converter: fill correctly EXTINF and EXT-X-TARGETDURATION in stream manifest ( #418 )
4 years ago
aler9
bc9cbc8605
put protocol before entities
4 years ago
aler9
a5d3b43197
rename clienthls into converterhls
4 years ago
aler9
3ec4ba6698
HLS client: write PMT at the beginning of every segment
4 years ago
aler9
dee045f961
implement reading with HLS
4 years ago