Skip to content

Releases: Thor77/rtmp2hls

0.5.3

Choose a tag to compare

@github-actions github-actions released this 23 Jun 13:19

Changelog

  • d8f45d3 Update goreleaser configuration

0.5.0

Choose a tag to compare

@github-actions github-actions released this 23 Oct 14:59
b13b455

Changelog

0.4.6

Choose a tag to compare

@github-actions github-actions released this 06 May 16:52
36d1743

Changelog

  • 95dde6e Fix race condition in connection tracking
  • 36d1743 Update dependencies and bump go version to 1.18

0.4.5

Choose a tag to compare

@github-actions github-actions released this 30 Apr 19:28
141368c

Changelog

  • 141368c Add missing docker login step
  • fa91f30 Revert "Fix workflow permissions
  • 4841ac0 Revert "Remove ghcr from goreleaser image names"

0.3.1

Choose a tag to compare

@Thor77 Thor77 released this 13 Jun 12:18
4531b46

Changelog

4531b46 Fix segment removal logic broken if BaseURL set

0.3.0

Choose a tag to compare

@Thor77 Thor77 released this 13 Jun 11:58
4368ee3

Changelog

4368ee3 Add BaseURL config parameter

0.2.0

Choose a tag to compare

@Thor77 Thor77 released this 13 Jun 09:24
ac665ee

Changelog

ac665ee Ensure there's only one connection for each stream
35ff213 Prevent segment index overflow
7275e9e Start segment indices at 1

0.1.0

Choose a tag to compare

@Thor77 Thor77 released this 18 Feb 18:02
7300288

Changelog

786dec9 Add .gitignore
10ce222 Add HLSDirectory config parameter
91ec8d0 Add LICENSE
e823d54 Add build, usage and configuration instructions
9a22824 Add example config
7300288 Add goreleaser configuration
9f7d1bc Add logging for segment removal on disconnect
0f85150 Add some comments
aa1c1ad Add systemd service example
2dd7355 Close connection on error
08de866 Delete segment/playlist files after delay
17a5d48 Disable key verification if unset
9abb3ab Fix module name
88a3099 Fix playlist append error after 5 segments
bdef801 Fix segment file never closed
c60e1d8 Include connection remote address in log entries
131efb7 Initial commit
11d43ed Removed segments not in playlist buffer
e411a40 Restructure and add configuration
9e04738 Sort imports correctly
b25c1a3 Split segments by time instead of packets
46ab584 Use logrus for logging