Skip to content

Releases: m1k1o/go-transcode

v0.4.1

12 Dec 20:23
Compare
Choose a tag to compare
add .github folder.

v0.4.0

30 Oct 16:51
Compare
Choose a tag to compare

libraries

  • hlsproxy and hlsvod use specified logger only.

hlsproxy

  • saveToCache takes time instead of duration.
  • manifest rewrite also works with relative paths starting with /, and also with paths in in URI="".

hlsvod

  • ensures that requested segments are ready.
  • correct PktPtsTime.

cmd tool

  • vod cache dir is created if does not exist.
  • fixed logging levels.
  • sorting of hls vods by width and height.
  • added examples.
  • allow using env configuration TRANSCODE_*

v0.3.5

19 Nov 20:56
79505cd
Compare
Choose a tag to compare

HLS on demand transcoding of static files, with seeking. #17, #12

v0.3.4

28 Sep 19:06
50049a2
Compare
Choose a tag to compare

HLS: add error to OnStop. #15

v0.3.3

26 Sep 16:00
c318f3b
Compare
Choose a tag to compare

Some refactoring #3

v0.3.2

07 Sep 19:27
Compare
Choose a tag to compare

Use process group. Should fix killing all children of current proccess.

v0.3.1

07 Sep 18:42
Compare
Choose a tag to compare

HLS OnCmdLog bugfix.

v0.3.0

07 Sep 16:24
Compare
Choose a tag to compare

Added HLS events & properly shutdown waiting playlist.

v0.2.1

07 Sep 08:26
Compare
Choose a tag to compare

Add License.

v0.2

06 Sep 20:44
Compare
Choose a tag to compare

Export HLS module.