winlin
|
c0e50265bd
|
for #133, create rtsp framework.
|
10 years ago |
winlin
|
e81e090239
|
for #133, add rtsp listener and handler.
|
10 years ago |
winlin
|
78f34ad46f
|
for #304, support config default acodec/vcodec. 2.0.118.
|
10 years ago |
winlin
|
922150b2cf
|
for #304, rewrite hls/ts code, support h.264+mp3 for hls. 2.0.117.
|
10 years ago |
winlin
|
3c813847bd
|
rewrite the ts remux of hls. 2.0.117
|
10 years ago |
winlin
|
1ed3e283ab
|
implements the pat/pmt write ts header.
|
10 years ago |
winlin
|
e88c1e32ee
|
always increasing target duration, for #304
|
10 years ago |
winlin
|
25af6c6847
|
for #304, use stringstream to generate m3u8, add hls_td_ratio. 2.0.116.
|
10 years ago |
winlin
|
9a7696a7c2
|
Merge branch '1.0release' of github.com:winlinvip/simple-rtmp-server into 1.0release
|
10 years ago |
winlin
|
103ce78b35
|
Merge branch 'develop' of github.com:winlinvip/simple-rtmp-server into develop
|
10 years ago |
winlin
|
4cf263876c
|
update readme
|
10 years ago |
winlin
|
e1e12e5dba
|
release 1.0r2
|
10 years ago |
winlin
|
61b0ee55ed
|
release 1.0r2
|
10 years ago |
winlin
|
d4f642504f
|
update readme
|
10 years ago |
winlin
|
16bf0a1826
|
dev code HuKaiqun for 1.0.27.
|
10 years ago |
winlin
|
f016245e20
|
dev code ZhouGuoWen for 2.0.115.
|
10 years ago |
winlin
|
0e783f4548
|
Update README.md
|
10 years ago |
winlin
|
d07f09aa0b
|
Update README.md
|
10 years ago |
winlin
|
381e88d698
|
add release code. ZhouGuowen for SRS2.0
|
10 years ago |
winlin
|
b982b27f6f
|
add dev code for each release. HuKaiqun for SRS1.0
|
10 years ago |
winlin
|
e19ee0cb99
|
for #311, set pcr_base to dts. 2.0.114.
|
10 years ago |
winlin
|
87519aaae8
|
fix the avc codec bug, the ibmf format may like the annexb, we must guess only one time. 2.0.114
|
10 years ago |
winlin
|
66931a8890
|
try to fix hls problem, print the video packets.
|
10 years ago |
winlin
|
b8d4f68a69
|
try to refine hls, always flush video when reap segment.
|
10 years ago |
winlin
|
5a3cd235fd
|
refine hls, try to fix the hls ts corrupt problem.
|
10 years ago |
winlin
|
828aadf858
|
for #310, downcast aac SSR to LC. 2.0.113
|
10 years ago |
winlin
|
d5e3ac4e7d
|
for #310, the aac profile must be object plus one. 1.0.26
|
10 years ago |
winlin
|
4820d455d5
|
for #310, workaround to force to LC/MAIN, donot support SSR above. 2.0.113
|
10 years ago |
winlin
|
f8bdd28de6
|
add comments for hls m3u8, target duration may should not changed.
|
10 years ago |
winlin
|
693c7a5349
|
refine hls m3u8, use LR(0x0a, \n) as new line char
|
10 years ago |
winlin
|
81ea6d34ce
|
add pdf of hls rfc, corrent the content type.
|
10 years ago |
winlin
|
fa4d3cd82c
|
Update DONATIONS.txt
|
10 years ago |
winlin
|
30b1759aa9
|
fix bug for memory hls.
|
10 years ago |
winlin
|
bdda337f33
|
fix aac adts bug, the frame length is 2bits.
|
10 years ago |
winlin
|
0af6e5e829
|
fix bug for srs-librtmp
|
10 years ago |
winlin
|
dba983d124
|
for #136, update the config for ram hls.
|
10 years ago |
winlin
|
a23191497f
|
fix #136, support hls without io(in ram). 2.0.112
|
10 years ago |
winlin
|
89b37d3469
|
for #136, refine the conf for hls.
|
10 years ago |
winlin
|
4d10cc9f59
|
for #250, add conf.
|
10 years ago |
winlin
|
16afe7ddbb
|
fix #250, support push MPEGTS over UDP to SRS. 2.0.111
|
10 years ago |
winlin
|
4246be92c9
|
for #250, merge avc to codec. use queue to dequeue.
|
10 years ago |
winlin
|
153a3a6c42
|
must user pithy print for mpegts print.
|
10 years ago |
winlin
|
70c8fe13c4
|
for #250, support h264 video for push mpegts over udp. 2.0.110
|
10 years ago |
winlin
|
66fccdbbd1
|
for #250, demux PES stream ok, only support h.264(annexb) and aac(adts) in mpegts over udp. 3.0.109.
|
10 years ago |
winlin
|
bce78fdab6
|
for #250, add comments for elemetary stream specifed by stream_id.
|
10 years ago |
winlin
|
a384cc400a
|
for #250, use udp packet handler.
|
10 years ago |
winlin
|
35ab0ea627
|
for #250, use buffer to cache bytes, for system will split the udp packet.
|
10 years ago |
winlin
|
b38bae2a89
|
for #250, refine parse pes packet, remove the clear method.
|
10 years ago |
winlin
|
1685cdd48e
|
for #250, parse pes packet ok, ts message ok.
|
10 years ago |
winlin
|
486277089d
|
for #250, parse the PES ts packet payload.
|
10 years ago |