-
Notifications
You must be signed in to change notification settings - Fork 84
/
ChangeLog
164 lines (125 loc) · 3.96 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
releases are sorted from youngest to oldest.
v-1.0.0 2019-04-14
- generate segment ahead clock time bug fixed
v-1.0.0-rc6 2018-09-13
- #53 if ((size == -1) && (errno == EAGAIN)) segment fault fixed
v-1.0.0-rc5 2018-08-06
- #53 lock job mutex when reset job
v-1.0.0-rc4 2018-07-31
- #53 lock sempore when clean_job_list
v-1.0.0-rc3 2018-07-30
- #108 check fopen return
- #109 check mmap return
v-1.0.0-rc2 2018-03-15
- add signal number to log message when subprocess terminated by signal
v-1.0.0-rc1 2018
- log rotate bug across year
- timeshift exceed live bug fix
- bandwidth for multi audio tracks
v-0.9.2 2017-10-20
- stream_id 0xea cause tssegment failure bug #103 fix
v-0.9.1 2017-06-26
- removing dvr directory bug fix
v-0.9.0 2017-06-03
- synchronization of master and slave encoder
- codec and bandwidth parameter in m3u8 master playlist
- request time in access log
- memory leak bug fix
- removing dvr directory in a seperate thread
v-0.8.7 2017-04-13
- #97 memory leak bug fix
v-0.8.6 2017-04-09
- gstreamill -s deadlock bugfix
- #97 memory leak bug fix
v-0.8.5 2017-02-24
- log file size 40M
- remove useless log message
v-0.8.4 2017-02-21
- add web style access log file
- use live playlist window size as time shift playlist window size
- time shift position is last segment in time shift playlist
- update parson
- calculate segment duration use buffer pts if no fix_frame_rate eq 0
- dvr download
- position parameter, absolute time shift
v-0.8.3
- check first slice of a picture
- check fps_num zero
- gstreamill -s bug fix
- semaphore deadlock problem
v-0.8.2
- check uri
- h.265 segment support
- record segment in another thread, avoid send segment message fail
v-0.8.1
- tssegment can't segment sichuan local channels
v-0.8.0
- version 0.8.0 release
v-0.8-rc2
- segment only process start failure on gstreamer 1.8.1 fix
v-0.8-RC1
- More meaningful log message
- Calculate segment duration use frame accumulate
- Stop job failure fix
v-0.7.12 2016-01-26
- Add DVR directory managment API
- Deny streaming service bug fix, #76
- Check callback parameters: start & end
v-0.7.11 2015-12-14
- endless loop problem fix: 21bb0df
- remove x264_2pass.log.temp and x264_2pass.log.mbtree.temp file: 892966f5c
- decodebin source example: a91a5f2a0
- response 501 for not impletmented method, for example HEAD
- start job failure bug, due to job semaphore
v-0.7.10 2015-11-20
- segment fault bug fix
v-0.7.9 2015-11-16
- zero size segment
v-0.7.8 2015-11-11
- log rotate in debug mode
- main process log to file in debug mode
v-0.7.7 2015-11-09
- unref job problem
- access job->output->stat in child_watch_cb, cause main crash problem
- -j mode, 0 size segment problem
v-0.7.6 2015-11-05
- increase precision of cpu usage in job stat
- add gstreamill cpu usage in gstreamill stat
v-0.7.5 2015-11-02
- segment only bandwidth parameter in master m3u8 playlist
- add -d command line option, run in foreground for docker compliance
v-0.7.4 2015-10-08
- multi bitrate support
v-0.7.3 2015-09-24
- crash bug fix, #53
- subprocess restart make mistake dvr sequence, #71
v-0.7.2 2015-08-18
- callback parameters buf fix
v-0.7.1 2015-08-14
- dvr bug fix
v-0.7.0 2015-08-04
- add tssegment element
- timeshift parameter: timeshift=nnnn
- callback parameter: start=yyyymmddhhmmss&end=yyyymmddhhmmss
- segment store path: /path/to/dvr/channel_name/encoder_id/yyyymmddhh/
- live hls segment name: yyyymmddhh/us_sequenc_duration.ts
- Dockerfile for container image
- update parson
v-0.6.3 2015-03-04
- bugfix #51
v-0.6.2 2015-02-01
- use autoreconf instead gnome-autogen.sh.
- installation document.
v-0.6.1 2015-01-26
- audio only support.
- vitamio on android player problem at meilisishui.com fix.
v-0.6.0 2015-01-14
- setuid gstreamill, don't run under root now.
- complete media upload, support large media.
- bugfix #11, #12, #30, #31, #33, #35, #36, #38.
- running on CentOS7.
- catch SIGINT and SIGQUIT.
- use unix domain socket instead mqueue #45.
v-0.5.0 2014-09-17 zhangping
- B/S Managment
- Transcode support